Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
Update Icarus (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
cscetbon authored Nov 18, 2020
1 parent 4c0e2cc commit 6c7f09a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/crds/db.orange.com_cassandraclusters_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
to load along with each C* pod
properties:
image:
default: gcr.io/cassandra-operator/instaclustr-icarus:1.0.3
default: gcr.io/cassandra-operator/instaclustr-icarus:1.0.5
description: Image of backup/restore sidecar
type: string
imagePullPolicy:
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/db/v1alpha1/cassandracluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ type CPUAndMem struct {
// BackRestSidecar defines details about cassandra-sidecar to load along with each C* pod
type BackRestSidecar struct {
// Image of backup/restore sidecar
// +kubebuilder:default:="gcr.io/cassandra-operator/instaclustr-icarus:1.0.3"
// +kubebuilder:default:="gcr.io/cassandra-operator/instaclustr-icarus:1.0.5"
Image string `json:"image,omitempty"`
// ImagePullPolicy define the pull policy for backrest sidecar docker image
ImagePullPolicy v1.PullPolicy `json:"imagePullPolicy,omitempty"`
Expand Down

0 comments on commit 6c7f09a

Please sign in to comment.