update helm package ci file and helm values file (#1004)
This commit is contained in:
@@ -65,8 +65,8 @@ jobs:
|
||||
|
||||
- name: Push helm package and index file
|
||||
run: |
|
||||
git config --global user.name "xiaomage"
|
||||
git config --global user.email "[email protected]"
|
||||
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."
|
||||
|
||||
Reference in New Issue
Block a user