Skip to content

Commit 797c3e3

Browse files
committed
Added helm-cel to plugins
1 parent ead9b8f commit 797c3e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tools/helm-plugins/Dockerfile.template

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ plugins=(
3333
https://github.com/sigstore/helm-sigstore
3434
https://github.com/quintush/helm-unittest
3535
https://github.com/komodorio/helm-dashboard
36+
https://github.com/idsulik/helm-cel
3637
)
3738
for url in "${plugins[@]}"; do
3839
name="$(basename "${url}")"

tools/helm-plugins/manifest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# yaml-language-server: $schema=https://tools.uniget.dev/schema.yaml
22
name: helm-plugins
3-
version: "0.1.0"
3+
version: "0.2.0"
44
check: "" # No version
55
build_dependencies:
66
- helm

0 commit comments

Comments
 (0)