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 2ca1c77 commit 2dad862Copy full SHA for 2dad862
kustomize/helm/update_helm.sh
@@ -1,5 +1,6 @@
1
#!/bin/bash
2
-export CHART_VERSION=0.174.21
+#export CHART_VERSION=0.174.21
3
+export CHART_VERSION=0.174.13
4
helm repo add confluentinc https://packages.confluent.io/helm
5
helm search repo confluent --versions
6
helm template confluentinc/confluent-for-kubernetes --version $CHART_VERSION --include-crds --output-dir .
0 commit comments