We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
helm-schema-plugin
1 parent 8cc1bc9 commit 04a3b8cCopy full SHA for 04a3b8c
.github/workflows/typescript-typecheck.yaml
@@ -22,10 +22,11 @@ jobs:
22
23
- uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
24
with:
25
- version: 'v3.14.2'
+ version: 'v3.18.1'
26
27
- name: install helm deps
28
- run: helm plugin install https://github.com/losisin/helm-values-schema-json.git
+ run:
29
+ helm plugin install https://github.com/losisin/helm-values-schema-json.git --version 1.8.0
30
31
- name: generate pulumi deps
32
run: pnpm --filter hive generate
0 commit comments