Skip to content

Commit

Permalink
New default Reaper container based on HTTP management proxy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles-Garnsey committed Oct 16, 2023
1 parent 097cad2 commit 252ceb1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
3 changes: 2 additions & 1 deletion apis/reaper/v1alpha1/reaper_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ type ReaperTemplate struct {
// The image to use for the Reaper pod main container.
// The default is "thelastpickle/cassandra-reaper:3.3.4".
// +optional
// +kubebuilder:default={repository:"thelastpickle",name:"cassandra-reaper",tag:"3.3.4"}
// TODO: update with real release version.
// +kubebuilder:default={repository:"thelastpickle",name:"cassandra-reaper",tag:"8a26f9d"}
ContainerImage *images.Image `json:"containerImage,omitempty"`

// The image to use for the Reaper pod init container (that performs schema migrations).
Expand Down
7 changes: 4 additions & 3 deletions config/crd/bases/k8ssandra.io_k8ssandraclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28402,9 +28402,10 @@ spec:
default:
name: cassandra-reaper
repository: thelastpickle
tag: 3.3.4
description: The image to use for the Reaper pod main container.
The default is "thelastpickle/cassandra-reaper:3.3.4".
tag: 8a26f9d
description: 'The image to use for the Reaper pod main container.
The default is "thelastpickle/cassandra-reaper:3.3.4". TODO:
update with real release version.'
properties:
name:
description: The image name to use.
Expand Down
7 changes: 4 additions & 3 deletions config/crd/bases/reaper.k8ssandra.io_reapers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1046,9 +1046,10 @@ spec:
default:
name: cassandra-reaper
repository: thelastpickle
tag: 3.3.4
description: The image to use for the Reaper pod main container. The
default is "thelastpickle/cassandra-reaper:3.3.4".
tag: 8a26f9d
description: 'The image to use for the Reaper pod main container.
The default is "thelastpickle/cassandra-reaper:3.3.4". TODO: update
with real release version.'
properties:
name:
description: The image name to use.
Expand Down

0 comments on commit 252ceb1

Please sign in to comment.