Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions .github/workflows/helm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- uses: azure/setup-helm@v5
with:
version: v3.19.0
version: v4.2.2

- run: helm lint deploy/charts/version-checker

Expand All @@ -49,12 +49,12 @@ jobs:

- uses: azure/setup-helm@v5
with:
version: v3.19.0
version: v4.2.2

- name: Install helm Plugins
run: |
if [ ! -e "${HELM_PLUGINS}/helm-unittest" ]; then
helm plugin install https://github.com/helm-unittest/helm-unittest.git
helm plugin install --verify=false https://github.com/helm-unittest/helm-unittest.git
fi

- name: Run Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
- name: Setup Helm
uses: azure/setup-helm@v5
with:
version: v3.19.0
version: v4.2.2

# FIXME: We need a Repo Created in Quay ahead of time for this to work
# - name: Login to Quay.io for OCI Push
Expand Down
Loading