From 7a732c05f7e2a1ca05cd4ae01f951393f18519e3 Mon Sep 17 00:00:00 2001 From: ylzhangah <1194926515@qq.com> Date: Sun, 27 Apr 2025 15:44:26 +0800 Subject: [PATCH] update file --- deploy/chart/databases/templates/opengauss/opengauss.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/chart/databases/templates/opengauss/opengauss.yaml b/deploy/chart/databases/templates/opengauss/opengauss.yaml index bff1c4f72..d047b16d6 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 -- Gitee