Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls committed Aug 24, 2023
1 parent f8563a3 commit 760d76d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,19 @@ jobs:
helm package "$path"
done
- name: get and add *.tgz files
- name: Get *.tgz files
id: package_list
run: |
package_list=$(find . -type f -name "*.tgz" -exec basename {} \; | tr '\n' ' ')
git checkout gh-pages
git checkout main -- $package_list
git add .
- name: Commit The New Image Reference
- name: Commit The Chart Realease
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "update :: new realease"
branch: master
branch: gh-pages
commit_options: '--no-verify --signoff'
repository: .
commit_user_name: XQUARE GitOps Bot
Expand Down
2 changes: 1 addition & 1 deletion helm/aws-node-termination-handler/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Default values for aws-node-termination-handler.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
# Declare variables to be passed into your templates.

image:
repository: public.ecr.aws/aws-ec2/aws-node-termination-handler
Expand Down

0 comments on commit 760d76d

Please sign in to comment.