diff --git a/deploy/chart/databases/templates/opengauss/opengauss.yaml b/deploy/chart/databases/templates/opengauss/opengauss.yaml index bff1c4f722428d76ec6526453497b4d3f1f3bcc0..d047b16d635da03d7ed8c577db45ed43194edd82 100644 --- a/deploy/chart/databases/templates/opengauss/opengauss.yaml +++ b/deploy/chart/databases/templates/opengauss/opengauss.yaml @@ -37,7 +37,7 @@ spec: automountServiceAccountToken: false containers: - name: opengauss - image: image: {{ .Values.databases.opengauss.image | default (printf "%s/neocopilot/opengauss:latest-%s" (.Values.globals.imageRegistry | default "hub.oepkgs.net") (ternary "arm" "x86" (eq (.Values.globals.arch | default "x86") "arm"))) }} + image: {{ .Values.databases.opengauss.image | default (printf "%s/neocopilot/opengauss:latest-%s" (.Values.globals.imageRegistry | default "hub.oepkgs.net") (ternary "arm" "x86" (eq (.Values.globals.arch | default "x86") "arm"))) }} imagePullPolicy: {{ default "IfNotPresent" .Values.globals.imagePullPolicy }} ports: - containerPort: 5432