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

Update Icarus #280

Merged
merged 1 commit into from
Nov 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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