Skip to content

Commit

Permalink
Bump cassandra-boostrap to fix CVE-2024-2961
Browse files Browse the repository at this point in the history
  • Loading branch information
AKamyshnikova committed Apr 25, 2024
1 parent 8ee566d commit 8d57acb
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.14
BOOTSTRAP_IMAGE ?= ghcr.io/cscetbon/casskop-bootstrap:0.1.15
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.14"
defaultBootstrapImage = "ghcr.io/cscetbon/casskop-bootstrap:0.1.15"
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.14
bootstrapImage: ghcr.io/cscetbon/casskop-bootstrap:0.1.15
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.14
image: ghcr.io/cscetbon/casskop-bootstrap:0.1.15
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.14
bootstrapImage: ghcr.io/cscetbon/casskop-bootstrap:0.1.15
config:
cassandra-yaml:
num_tokens: 256
Expand Down

0 comments on commit 8d57acb

Please sign in to comment.