Skip to content

Commit

Permalink
Merge pull request #151 from AKamyshnikova/bump-bootstrap-0.1.16
Browse files Browse the repository at this point in the history
Bump bootstrap default version
  • Loading branch information
AKamyshnikova authored Jun 12, 2024
2 parents e0b5b3c + cf71212 commit 311e4ad
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion api/v2/cassandracluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test/kuttl/backup-restore/00-createCluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/kuttl/sidecars/00-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/docs/2_setup/5_upgrade_v1_to_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 311e4ad

Please sign in to comment.