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 18a2855
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
6 changes: 4 additions & 2 deletions apis/reaper/v1alpha1/reaper_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,15 @@ 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).
// 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"}
InitContainerImage *images.Image `json:"initContainerImage,omitempty"`

// +kubebuilder:default="default"
Expand Down
12 changes: 7 additions & 5 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 Expand Up @@ -28475,9 +28476,10 @@ spec:
default:
name: cassandra-reaper
repository: thelastpickle
tag: 3.3.4
description: The image to use for the Reaper pod init container
tag: 8a26f9d
description: 'The image to use for the Reaper pod init container
(that performs schema migrations). 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
12 changes: 7 additions & 5 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 Expand Up @@ -1145,9 +1146,10 @@ spec:
default:
name: cassandra-reaper
repository: thelastpickle
tag: 3.3.4
description: The image to use for the Reaper pod init container (that
tag: 8a26f9d
description: 'The image to use for the Reaper pod init container (that
performs schema migrations). 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 18a2855

Please sign in to comment.