From 1ab0eeac6b5db63bfd4a12d7bd2d8f16cb82372b Mon Sep 17 00:00:00 2001 From: Ann Taraday Date: Wed, 5 Jun 2024 16:20:17 +0200 Subject: [PATCH] Bump bootstrap default version Fixes: #149 --- Makefile | 2 +- api/v2/cassandracluster_types.go | 2 +- test/kuttl/backup-restore/00-createCluster.yaml | 2 +- test/kuttl/sidecars/00-assert.yaml | 2 +- website/docs/2_setup/5_upgrade_v1_to_v2.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 50cfbad6..79526504 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ SERVICE_NAME := casskop BUILD_FOLDER = . MOUNTDIR = $(PWD) -BOOTSTRAP_IMAGE ?= ghcr.io/cscetbon/casskop-bootstrap:0.1.15 +BOOTSTRAP_IMAGE ?= ghcr.io/cscetbon/casskop-bootstrap:0.1.16 TELEPRESENCE_REGISTRY ?= datawire KUBESQUASH_REGISTRY:= KUBECONFIG ?= ~/.kube/config diff --git a/api/v2/cassandracluster_types.go b/api/v2/cassandracluster_types.go index 9c532905..56504e6a 100644 --- a/api/v2/cassandracluster_types.go +++ b/api/v2/cassandracluster_types.go @@ -21,7 +21,7 @@ const ( DefaultReadinessHealthCheckPeriod int32 = 10 defaultCassandraImage = "cassandra:3.11.10" - defaultBootstrapImage = "ghcr.io/cscetbon/casskop-bootstrap:0.1.15" + defaultBootstrapImage = "ghcr.io/cscetbon/casskop-bootstrap:0.1.16" defaultConfigBuilderImage = "datastax/cass-config-builder:1.0.4" DefaultBackRestImage = "ghcr.io/cscetbon/instaclustr-icarus:1.1.3" diff --git a/test/kuttl/backup-restore/00-createCluster.yaml b/test/kuttl/backup-restore/00-createCluster.yaml index 7264cb60..66027743 100644 --- a/test/kuttl/backup-restore/00-createCluster.yaml +++ b/test/kuttl/backup-restore/00-createCluster.yaml @@ -5,7 +5,7 @@ metadata: spec: nodesPerRacks: 2 cassandraImage: cassandra:3.11.9 - bootstrapImage: ghcr.io/cscetbon/casskop-bootstrap:0.1.15 + bootstrapImage: ghcr.io/cscetbon/casskop-bootstrap:0.1.16 dataCapacity: 256Mi hardAntiAffinity: false deletePVC: true diff --git a/test/kuttl/sidecars/00-assert.yaml b/test/kuttl/sidecars/00-assert.yaml index 31bd3274..ae78d5b4 100644 --- a/test/kuttl/sidecars/00-assert.yaml +++ b/test/kuttl/sidecars/00-assert.yaml @@ -47,7 +47,7 @@ spec: - name: config-builder image: datastax/cass-config-builder:1.0.3 - name: bootstrap - image: ghcr.io/cscetbon/casskop-bootstrap:0.1.15 + image: ghcr.io/cscetbon/casskop-bootstrap:0.1.16 containers: - args: - tail diff --git a/website/docs/2_setup/5_upgrade_v1_to_v2.md b/website/docs/2_setup/5_upgrade_v1_to_v2.md index c995b93e..4a0e8d95 100644 --- a/website/docs/2_setup/5_upgrade_v1_to_v2.md +++ b/website/docs/2_setup/5_upgrade_v1_to_v2.md @@ -47,7 +47,7 @@ metadata: spec: nodesPerRacks: 2 cassandraImage: cassandra:3.11.9 - bootstrapImage: ghcr.io/cscetbon/casskop-bootstrap:0.1.15 + bootstrapImage: ghcr.io/cscetbon/casskop-bootstrap:0.1.16 config: cassandra-yaml: num_tokens: 256