Files
auricom-home-cluster/kubernetes/apps/default/immich/app/machine-learning/helmrelease.yaml
feisar-bot cbb3058fe7 ⬆️ Update Immich group to v1.77.0
| datasource | package                                    | from    | to      |
| ---------- | ------------------------------------------ | ------- | ------- |
| docker     | ghcr.io/immich-app/immich-machine-learning | v1.76.1 | v1.77.0 |
| docker     | ghcr.io/immich-app/immich-server           | v1.76.1 | v1.77.0 |
| docker     | ghcr.io/immich-app/immich-web              | v1.76.1 | v1.77.0 |
2023-09-07 02:26:50 +02:00

71 lines
1.6 KiB
YAML

---
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2beta1.json
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: &app immich-machine-learning
namespace: default
spec:
interval: 30m
chart:
spec:
chart: app-template
version: 1.5.1
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
maxHistory: 2
install:
createNamespace: true
remediation:
retries: 3
upgrade:
cleanupOnFail: true
remediation:
retries: 3
uninstall:
keepHistory: false
dependsOn:
- name: immich-server
- name: redis
values:
controller:
replicas: 1
strategy: RollingUpdate
annotations:
configmap.reloader.stakater.com/reload: &configMap immich-configmap
secret.reloader.stakater.com/reload: &secret immich-secret
image:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v1.77.0
envFrom:
- configMapRef:
name: *configMap
- secretRef:
name: *secret
service:
main:
ports:
http:
port: 3003
persistence:
library:
enabled: true
existingClaim: immich-nfs
mountPath: /usr/src/app/upload
cache:
enabled: true
type: emptyDir
topologySpreadConstraints:
- maxSkew: 1
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: DoNotSchedule
labelSelector:
matchLabels:
app.kubernetes.io/name: *app
resources:
requests:
cpu: 100m
memory: 250Mi