Skip to content

Commit

Permalink
fix: downgrade unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjohnburton committed Oct 6, 2023
1 parent 4560dcd commit 8b03e73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Install helm-unittest
run: |
helm plugin install https://github.com/helm-unittest/helm-unittest.git
helm plugin install https://github.com/helm-unittest/helm-unittest --version 0.3.4
- name: Test charts
run: |
Expand Down
2 changes: 1 addition & 1 deletion charts/node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ node:
ingressClassName: ""
annotations: {}
hosts: []
tls: {}
tls: []

# -- set node selector
nodeSelector: {}
Expand Down

0 comments on commit 8b03e73

Please sign in to comment.