Skip to content

Commit

Permalink
Merge pull request #96 from lalithkota/main
Browse files Browse the repository at this point in the history
Odk Charts: fixed frontend image name
  • Loading branch information
lalithkota authored Dec 20, 2024
2 parents c4dbf38 + 9fce375 commit f57a5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/odk-central/templates/frontend/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
{{- end }}
containers:
- name: odk-central-frontend
image: {{ printf "%s/%s:%s" (include "common.tplvalues.render" (dict "value" (default .Values.frontend.image.registry .Values.global.imageRegistry) "context" $)) (include "common.tplvalues.render" (dict "value" .Values.frontend.image.repository "context" $)) (include "common.tplvalues.render" (dict "value" .Values.frontend.image.tag "context" $)) }}
image: {{ include "common.images.image" (dict "imageRoot" .Values.frontend.image "global" .Values.global) }}
imagePullPolicy: {{ .Values.frontend.image.pullPolicy }}
{{- if .Values.frontend.lifecycleHooks }}
lifecycle: {{- include "common.tplvalues.render" (dict "value" .Values.frontend.lifecycleHooks "context" $) | nindent 12 }}
Expand Down

0 comments on commit f57a5c6

Please sign in to comment.