Skip to content

Commit

Permalink
NO-JIRA fix missing default account image
Browse files Browse the repository at this point in the history
  • Loading branch information
jCOTINEAU authored Feb 13, 2024
1 parent 55a997a commit 30e106e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/sonarqube/templates/change-admin-password-hook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
{{- end }}
containers:
- name: {{ template "sonarqube.fullname" . }}-change-default-admin-password
image: {{ default "curlimages/curl:8.2.1" .Values.curlContainerImage }}
image: {{ default (include "sonarqube.image" $) .Values.curlContainerImage }}
{{- if $securityContext := (default .Values.initContainers.securityContext .Values.account.securityContext) }}
securityContext:
{{ toYaml $securityContext | indent 12 }}
Expand Down

0 comments on commit 30e106e

Please sign in to comment.