From f460046608247533b2a0cd429831f82d19ae1c27 Mon Sep 17 00:00:00 2001 From: zhangxinhui02 Date: Fri, 31 Oct 2025 12:05:40 +0800 Subject: [PATCH] =?UTF-8?q?change:=20=E5=8F=96=E6=B6=88helm=20chart?= =?UTF-8?q?=E6=B5=81=E6=B0=B4=E7=BA=BF=E7=9A=84=E6=9E=84=E5=BB=BA=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helm-chart/.gitlab-ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/helm-chart/.gitlab-ci.yml b/helm-chart/.gitlab-ci.yml index 0b9f6c22..f0e2c63c 100644 --- a/helm-chart/.gitlab-ci.yml +++ b/helm-chart/.gitlab-ci.yml @@ -49,9 +49,9 @@ build-core: build-adapter-cm-generator: stage: build image: reg.mikumikumi.xyz/base/kaniko-builder:latest - rules: - - changes: - - helm-chart/adapter-cm-generator/** +# rules: +# - changes: +# - helm-chart/adapter-cm-generator/** script: - export BUILD_CONTEXT=helm-chart/adapter-cm-generator - export TMP_DST=reg.mikumikumi.xyz/maibot/adapter-cm-generator @@ -64,12 +64,12 @@ build-adapter-cm-generator: package-helm-chart: stage: package image: reg.mikumikumi.xyz/mirror/helm:latest - rules: - - changes: - - helm-chart/files/** - - helm-chart/templates/** - - helm-chart/Chart.yaml - - helm-chart/values.yaml +# rules: +# - changes: +# - helm-chart/files/** +# - helm-chart/templates/** +# - helm-chart/Chart.yaml +# - helm-chart/values.yaml script: - export CHART_VERSION=$(cat helm-chart/Chart.yaml | grep '^version:' | cut -d' ' -f2) - helm registry login reg.mikumikumi.xyz --username ${CI_REGISTRY_USER} --password ${CI_REGISTRY_PASSWORD}