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