We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead9b8f commit 797c3e3Copy full SHA for 797c3e3
tools/helm-plugins/Dockerfile.template
@@ -33,6 +33,7 @@ plugins=(
33
https://github.com/sigstore/helm-sigstore
34
https://github.com/quintush/helm-unittest
35
https://github.com/komodorio/helm-dashboard
36
+ https://github.com/idsulik/helm-cel
37
)
38
for url in "${plugins[@]}"; do
39
name="$(basename "${url}")"
tools/helm-plugins/manifest.yaml
@@ -1,6 +1,6 @@
1
# yaml-language-server: $schema=https://tools.uniget.dev/schema.yaml
2
name: helm-plugins
3
-version: "0.1.0"
+version: "0.2.0"
4
check: "" # No version
5
build_dependencies:
6
- helm
0 commit comments