This commit is contained in:
2023-07-10 18:48:17 +02:00
parent d252b09a5d
commit c23ff885f2
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
variables: variables:
HELM_CHART_VERSION: "99.6.18" HELM_CHART_VERSION: "99.6.19"
stages: stages:
- deploy - deploy

View File

@@ -84,7 +84,7 @@ spec:
name: {{ include "..fullname" . }}-db-auth name: {{ include "..fullname" . }}-db-auth
- secretRef: - secretRef:
name: global-secrets name: global-secrets
{{- if (.Values.site.container_base | default "debian" ) == "debian" }} {{- if eq (.Values.site.container_base | default "debian" ) "debian" }}
command: [ "/init-go/init-go" ] command: [ "/init-go/init-go" ]
{{- else }} {{- else }}
command: command: