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.
1 parent 0027e1a commit 4414471Copy full SHA for 4414471
2 files changed
.github/workflows/helm-prerelease.yml
@@ -59,7 +59,7 @@ jobs:
59
--output-dir ./helm-output
60
61
- name: Validate manifests
62
- uses: docker://ghcr.io/yannh/kubeconform:v0.7.0
+ uses: docker://ghcr.io/yannh/kubeconform:v0.7.0@sha256:85dbef6b4b312b99133decc9c6fc9495e9fc5f92293d4ff3b7e1b30f5611823c
63
with:
64
entrypoint: "/kubeconform"
65
args: "-summary -output json ./helm-output"
.github/workflows/release-helm.yml
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
entrypoint: '/kubeconform'
0 commit comments