Skip to content

Commit 2dad862

Browse files
committed
paramaterise update script
1 parent 2ca1c77 commit 2dad862

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kustomize/helm/update_helm.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
2-
export CHART_VERSION=0.174.21
2+
#export CHART_VERSION=0.174.21
3+
export CHART_VERSION=0.174.13
34
helm repo add confluentinc https://packages.confluent.io/helm
45
helm search repo confluent --versions
56
helm template confluentinc/confluent-for-kubernetes --version $CHART_VERSION --include-crds --output-dir .

0 commit comments

Comments
 (0)