Typo in image tag reference in deployment
This commit is contained in:
@@ -38,7 +38,7 @@ spec:
|
||||
allowPrivilegeEscalation: false
|
||||
runAsUser: 0
|
||||
{{- if .Values.global }}
|
||||
image: {{ .Values.global.initImage | default "ghcr.io/cloudynes/php-cd" }}:{{ .Values.global.imagetag | default "latest" }}
|
||||
image: {{ .Values.global.initImage | default "ghcr.io/cloudynes/php-cd" }}:{{ .Values.global.imageTag | default "latest" }}
|
||||
{{- else }}
|
||||
image: ghcr.io/cloudynes/php-cd:latest
|
||||
{{- end }}
|
||||
@@ -67,7 +67,7 @@ spec:
|
||||
securityContext:
|
||||
runAsUser: 101
|
||||
{{- if .Values.global }}
|
||||
image: {{ .Values.global.serverImage | default "ghcr.io/cloudynes/php-unit" }}:{{ .Values.global.imagetag | default "latest" }}
|
||||
image: {{ .Values.global.serverImage | default "ghcr.io/cloudynes/php-unit" }}:{{ .Values.global.imageTag | default "latest" }}
|
||||
{{- else }}
|
||||
image: ghcr.io/cloudynes/php-unit:latest
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user