update helm package ci file and helm values file (#1004)

This commit is contained in:
majinghe
2025-12-05 22:13:00 +08:00
committed by GitHub
parent 030d3c9426
commit 0d0edc22be
3 changed files with 5 additions and 5 deletions

View File

@@ -65,8 +65,8 @@ jobs:
- name: Push helm package and index file
run: |
git config --global user.name "xiaomage"
git config --global user.email "devops008@sina.com"
git config --global user.name "${{ secrets.USERNAME }}"
git config --global user.email "${{ secrets.EMAIL_ADDRESS }}"
git status .
git add .
git commit -m "Update rustfs helm package with $new_version."