Skip to content

Commit

Permalink
ci: upgrade helm version
Browse files Browse the repository at this point in the history
  • Loading branch information
andylibrian committed Feb 5, 2023
1 parent a08c93a commit f4b3a78
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/charts.yaml
Expand Up @@ -27,10 +27,10 @@ jobs:
with:
go-version: '1.19'

- name: Set up Helm
uses: azure/setup-helm@f382f75448129b3be48f8121b9857be18d815a82 # @v3.4
- name: Install Helm
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # @v3.5
with:
version: '3.10.1'
version: '3.11.0'

# prepare for build
- run: sudo apt update && sudo apt install -y jq
Expand Down Expand Up @@ -128,9 +128,9 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Install Helm
uses: azure/setup-helm@f382f75448129b3be48f8121b9857be18d815a82 # @v3.4
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # @v3.5
with:
version: '3.10.1'
version: '3.11.0'

- name: Run chart-releaser
uses: helm/chart-releaser-action@c25b74a986eb925b398320414b576227f375f946 # @v1.2.1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Expand Up @@ -63,10 +63,10 @@ jobs:
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # @3.3.1
with:
go-version: '1.19'
- name: Set up Helm
uses: azure/setup-helm@f382f75448129b3be48f8121b9857be18d815a82 # @v3.4
- name: Install Helm
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # @v3.5
with:
version: '3.10.1'
version: '3.11.0'
- uses: helm/kind-action@d8ccf8fb623ce1bb360ae2f45f323d9d5c5e9f00 # @1.5.0
name: Create k8s cluster
with:
Expand Down

0 comments on commit f4b3a78

Please sign in to comment.