Skip to content

Commit

Permalink
Merge branch 'main' into ci-test-full-helm
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb authored Mar 5, 2024
2 parents 4d863ac + ef86a2d commit 224552e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/flowforge/templates/job-upgrade-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
restartPolicy: Never
containers:
- name: add-context-db
image: {{ .Values.postgresql.image.registry }}/{{ .Values.postgresql.image.repository }}/{{ .Values.postgresql.image.tag }}
image: {{ .Values.postgresql.image.registry }}/{{ .Values.postgresql.image.repository }}:{{ .Values.postgresql.image.tag }}
env:
- name: PGPASSWORD
valueFrom:
Expand Down

0 comments on commit 224552e

Please sign in to comment.