Skip to content

Commit 0082e7d

Browse files
author
Mike Rostermund
authored
Merge pull request #739 from humio/mike/test-operator_bump-helper2
helper: Bump helper image after upgrading deps
2 parents 3568eb1 + 52aa5fd commit 0082e7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

controllers/humiocluster_defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434

3535
const (
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

hack/install-helm-chart-dependencies-kind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ fi
6363

6464
K8S_VERSION=$(kubectl version --short=true | grep "Server Version:" | awk '{print $NF}' | sed 's/v//' | cut -d. -f1-2)
6565
CERT_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
6767
kubectl create namespace cert-manager
6868
helm repo add jetstack https://charts.jetstack.io
6969
helm repo update

0 commit comments

Comments
 (0)