diff --git a/charts/postgres-backup-local/Chart.yaml b/charts/postgres-backup-local/Chart.yaml index 11f666d..c20a18b 100644 --- a/charts/postgres-backup-local/Chart.yaml +++ b/charts/postgres-backup-local/Chart.yaml @@ -4,7 +4,7 @@ description: Backup postgres database on kubernetes persistent volume claim type: application -version: 0.1.10 +version: 0.1.11 appVersion: v0.1.5 @@ -14,5 +14,5 @@ maintainers: annotations: artifacthub.io/changes: | - - fixed wrong chart name in templates + - Image tag support repository: heywood8/helm-charts diff --git a/charts/postgres-backup-local/templates/statefulset.yaml b/charts/postgres-backup-local/templates/statefulset.yaml index 052a6c3..75593e4 100644 --- a/charts/postgres-backup-local/templates/statefulset.yaml +++ b/charts/postgres-backup-local/templates/statefulset.yaml @@ -21,7 +21,7 @@ spec: runAsNonRoot: true containers: - name: {{ include "postgres-backup-local.fullname" . }} - image: {{ .Values.image.repository }} + image: {{ .Values.image.repository }}:{{ .Values.image.tag }} imagePullPolicy: {{ .Values.image.pullPolicy }} livenessProbe: httpGet: