Skip to content

Commit

Permalink
postgres-backup-local tag
Browse files Browse the repository at this point in the history
  • Loading branch information
heywood8 committed Aug 15, 2023
1 parent c19c7fd commit f200d89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/postgres-backup-local/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -14,5 +14,5 @@ maintainers:

annotations:
artifacthub.io/changes: |
- fixed wrong chart name in templates
- Image tag support
repository: heywood8/helm-charts
2 changes: 1 addition & 1 deletion charts/postgres-backup-local/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f200d89

Please sign in to comment.