Binding immich argocd apps appversion to immich version
This commit is contained in:
@@ -2,4 +2,5 @@ apiVersion: v2
|
|||||||
name: immich-argocd-apps
|
name: immich-argocd-apps
|
||||||
description: A Helm chart for deploying Immich as an ArgoCD app
|
description: A Helm chart for deploying Immich as an ArgoCD app
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
|
appVersion: v1.119.1
|
||||||
|
|||||||
@@ -17,6 +17,8 @@ spec:
|
|||||||
helm:
|
helm:
|
||||||
releaseName: immich
|
releaseName: immich
|
||||||
valuesObject:
|
valuesObject:
|
||||||
|
image:
|
||||||
|
tag: {{ .Values.Release.appVersion }}
|
||||||
immich:
|
immich:
|
||||||
persistence:
|
persistence:
|
||||||
library:
|
library:
|
||||||
|
|||||||
Reference in New Issue
Block a user