Skip to content

Commit

Permalink
chore: template image repository in chart
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Jun 11, 2024
1 parent b5e967e commit d2575b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
fsGroup: 1000
containers:
- name: {{ include "config-db.name" . }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
image: "{{ tpl .Values.image.repository . }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
livenessProbe:
failureThreshold: 3
Expand Down

0 comments on commit d2575b2

Please sign in to comment.