change chart folder name

This commit is contained in:
2025-07-07 12:47:12 +08:00
parent f3d5ae07f1
commit 390b0b90e2
7 changed files with 3 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ jobs:
# 2. 使用 yq 更新 values.yaml
echo "Updating Helm chart values..."
yq e '.image.tag = "'$IMAGE_TAG'"' -i kubernetes/fastapi-chart/values.yaml
yq e '.image.tag = "'$IMAGE_TAG'"' -i kubernetes/mark-word-fastapi-chart/values.yaml
# 3. 配置 Git 用户信息
echo "Configuring Git..."
@@ -72,7 +72,7 @@ jobs:
# 4. 提交并推送变更
echo "Committing and pushing changes..."
git add kubernetes/fastapi-chart/values.yaml
git add kubernetes/mark-word-fastapi-chart/values.yaml
# 检查是否有文件变更,避免在没有变更时创建空的 commit
if ! git diff --staged --quiet; then
git commit -m "CI: Update image tag to ${IMAGE_TAG}"

View File

@@ -1,4 +1,4 @@
# kubernetes/fastapi-chart/templates/ingress.yaml
# kubernetes/mark-word-fastapi-chart/templates/ingress.yaml
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata: