Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update versions at workflows #83

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,25 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: setup helm
uses: azure/setup-helm@v1
uses: azure/setup-helm@v4.2.0
with:
version: 3.7.2
version: v3.14.4

- name: setup chart-testing tool
uses: helm/chart-testing-action@v2.2.0
uses: helm/chart-testing-action@v2.6.1

- name: lint charts
run: make lint

- name: setup kind
uses: engineerd/setup-kind@v0.5.0
uses: engineerd/setup-kind@v0.6.0
with:
version: v0.20.0
version: v0.24.0

- name: install k8s deps
run: make deps
Expand All @@ -59,7 +59,7 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: chart-version
run: |
Expand All @@ -84,9 +84,9 @@ jobs:
echo "PUBLISH_VERSION=${{ env.CHART_VERSION }}" >> $GITHUB_ENV

- name: setup helm
uses: azure/setup-helm@v1
uses: azure/setup-helm@v4.2.0
with:
version: 3.7.2
version: v3.14.4

- name: helm publish
run: |
Expand Down
Loading