added release names
This commit is contained in:
@@ -14,6 +14,7 @@ spec:
|
||||
chart: immich
|
||||
targetRevision: 0.x
|
||||
helm:
|
||||
releaseName: immich
|
||||
valuesObject:
|
||||
immich:
|
||||
persistence:
|
||||
@@ -43,10 +44,10 @@ spec:
|
||||
name: immich-pg-app
|
||||
key: dbname
|
||||
- name: REDIS_HOSTNAME
|
||||
value: immich-main-chart-redis-master
|
||||
value: immich-redis-master
|
||||
# value: '{{ printf "%s-redis-master" .Release.Name }}'
|
||||
- name: IMMICH_MACHINE_LEARNING_URL
|
||||
value: "http://immich-main-chart-machine-learning:3003"
|
||||
value: "http://immich-machine-learning:3003"
|
||||
# value: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}'
|
||||
destination:
|
||||
server: https://kubernetes.default.svc # Targeting the current Kubernetes cluster
|
||||
|
||||
@@ -14,6 +14,7 @@ spec:
|
||||
chart: filebrowser
|
||||
targetRevision: 11.x
|
||||
helm:
|
||||
releaseName: filebrowser
|
||||
valuesObject:
|
||||
persistence:
|
||||
config:
|
||||
|
||||
@@ -14,6 +14,7 @@ spec:
|
||||
targetRevision: HEAD
|
||||
path: immich-argocd-requirements
|
||||
helm:
|
||||
releaseName: immich-requirements
|
||||
valuesObject:
|
||||
mainNamespace: {{ .Values.mainNamespace }}
|
||||
immichDb:
|
||||
|
||||
Reference in New Issue
Block a user