Skip to content

Commit

Permalink
Merge pull request #1137 from a7i/gha-1.27
Browse files Browse the repository at this point in the history
update helm github action workflow to v0.27.0
  • Loading branch information
k8s-ci-robot authored May 5, 2023
2 parents 4cae47f + dd63aac commit 8cbbe55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
deploy:
strategy:
matrix:
k8s-version: ["v1.26.0"]
descheduler-version: ["v0.26.1"]
k8s-version: ["v1.27.0"]
descheduler-version: ["v0.27.0"]
descheduler-api: ["v1alpha1", "v1alpha2"]
manifest: ["deployment"]
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.4.0
version: v3.7.0

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.1.0
Expand Down

0 comments on commit 8cbbe55

Please sign in to comment.