Skip to content

Commit

Permalink
chore(ci): update-dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Bähler <[email protected]>
  • Loading branch information
oliverbaehler committed Feb 29, 2024
1 parent b664199 commit 9e617a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/helm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
with:
fetch-depth: 0
- uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3
with:
version: v3.10.1
- name: Linting Chart
run: helm lint ./charts/capsule
- name: Setup Chart Linting
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -324,9 +324,9 @@ e2e-build/%:

.PHONY: e2e-install
e2e-install:
helm dependency update ./charts/capsule
helm upgrade \
--debug \
--dependency-update \
--install \
--namespace capsule-system \
--create-namespace \
Expand Down

0 comments on commit 9e617a0

Please sign in to comment.