File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ import (
3434
3535const (
3636 Image = "humio/humio-core:1.100.0"
37- HelperImage = "humio/humio-operator-helper:6f11f218c1ff386537d63a3ee0f003249604f131 "
37+ HelperImage = "humio/humio-operator-helper:3568eb1e7041beaf70d48e71a3d5fc6c8cfb9a6f "
3838 targetReplicationFactor = 2
3939 storagePartitionsCount = 24
4040 digestPartitionsCount = 24
Original file line number Diff line number Diff line change 6363
6464K8S_VERSION=$( kubectl version --short=true | grep " Server Version:" | awk ' {print $NF}' | sed ' s/v//' | cut -d. -f1-2)
6565CERT_MANAGER_VERSION=v1.12.4
66- if [ 1 -eq " $( echo " $ {K8S_VERSION} < 1.27" | bc ) " ] ; then CERT_MANAGER_VERSION=v1.11.5 ; fi
66+ if [[ $ {K8S_VERSION} < 1.27 ] ] ; then CERT_MANAGER_VERSION=v1.11.5 ; fi
6767kubectl create namespace cert-manager
6868helm repo add jetstack https://charts.jetstack.io
6969helm repo update
You can’t perform that action at this time.
0 commit comments