File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ SERVICE_NAME := casskop
2020BUILD_FOLDER = .
2121MOUNTDIR = $(PWD )
2222
23- BOOTSTRAP_IMAGE ?= ghcr.io/cscetbon/casskop-bootstrap:0.1.15
23+ BOOTSTRAP_IMAGE ?= ghcr.io/cscetbon/casskop-bootstrap:0.1.16
2424TELEPRESENCE_REGISTRY ?= datawire
2525KUBESQUASH_REGISTRY: =
2626KUBECONFIG ?= ~/.kube/config
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const (
2121 DefaultReadinessHealthCheckPeriod int32 = 10
2222
2323 defaultCassandraImage = "cassandra:3.11.10"
24- defaultBootstrapImage = "ghcr.io/cscetbon/casskop-bootstrap:0.1.15 "
24+ defaultBootstrapImage = "ghcr.io/cscetbon/casskop-bootstrap:0.1.16 "
2525 defaultConfigBuilderImage = "datastax/cass-config-builder:1.0.4"
2626
2727 DefaultBackRestImage = "ghcr.io/cscetbon/instaclustr-icarus:1.1.3"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55spec :
66 nodesPerRacks : 2
77 cassandraImage : cassandra:3.11.9
8- bootstrapImage : ghcr.io/cscetbon/casskop-bootstrap:0.1.15
8+ bootstrapImage : ghcr.io/cscetbon/casskop-bootstrap:0.1.16
99 dataCapacity : 256Mi
1010 hardAntiAffinity : false
1111 deletePVC : true
Original file line number Diff line number Diff line change 4747 - name : config-builder
4848 image : datastax/cass-config-builder:1.0.3
4949 - name : bootstrap
50- image : ghcr.io/cscetbon/casskop-bootstrap:0.1.15
50+ image : ghcr.io/cscetbon/casskop-bootstrap:0.1.16
5151 containers :
5252 - args :
5353 - tail
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ metadata:
4747spec :
4848 nodesPerRacks : 2
4949 cassandraImage : cassandra:3.11.9
50- bootstrapImage : ghcr.io/cscetbon/casskop-bootstrap:0.1.15
50+ bootstrapImage : ghcr.io/cscetbon/casskop-bootstrap:0.1.16
5151 config :
5252 cassandra-yaml :
5353 num_tokens : 256
You can’t perform that action at this time.
0 commit comments