@@ -48,7 +48,7 @@ type MysqlClusterSpec struct {
48
48
49
49
// XenonOpts is the options of xenon container.
50
50
// +optional
51
- // +kubebuilder:default:={image: "radondb/xenon:v2.2.1 ", admitDefeatHearbeatCount: 5, electionTimeout: 10000, resources: {limits: {cpu: "100m", memory: "256Mi"}, requests: {cpu: "50m", memory: "128Mi"}}}
51
+ // +kubebuilder:default:={image: "radondb/xenon:v2.3.0 ", admitDefeatHearbeatCount: 5, electionTimeout: 10000, resources: {limits: {cpu: "100m", memory: "256Mi"}, requests: {cpu: "50m", memory: "128Mi"}}}
52
52
XenonOpts XenonOpts `json:"xenonOpts,omitempty"`
53
53
54
54
// MetricsOpts is the options of metrics container.
@@ -65,7 +65,7 @@ type MysqlClusterSpec struct {
65
65
66
66
// PodPolicy defines the policy to extra specification.
67
67
// +optional
68
- // +kubebuilder:default:={imagePullPolicy: "IfNotPresent", extraResources: {requests: {cpu: "10m", memory: "32Mi"}}, sidecarImage: "radondb/mysql57-sidecar:v2.2.1 ", busyboxImage: "busybox:1.32"}
68
+ // +kubebuilder:default:={imagePullPolicy: "IfNotPresent", extraResources: {requests: {cpu: "10m", memory: "32Mi"}}, sidecarImage: "radondb/mysql57-sidecar:v2.3.0 ", busyboxImage: "busybox:1.32"}
69
69
PodPolicy PodPolicy `json:"podPolicy,omitempty"`
70
70
71
71
// PVC extra specifiaction.
@@ -181,7 +181,7 @@ type MysqlOpts struct {
181
181
type XenonOpts struct {
182
182
// To specify the image that will be used for xenon container.
183
183
// +optional
184
- // +kubebuilder:default:="radondb/xenon:v2.2.1 "
184
+ // +kubebuilder:default:="radondb/xenon:v2.3.0 "
185
185
Image string `json:"image,omitempty"`
186
186
187
187
// High available component admit defeat heartbeat count.
@@ -248,7 +248,7 @@ type PodPolicy struct {
248
248
249
249
// To specify the image that will be used for sidecar container.
250
250
// +optional
251
- // +kubebuilder:default:="radondb/mysql57-sidecar:v2.2.1 "
251
+ // +kubebuilder:default:="radondb/mysql57-sidecar:v2.3.0 "
252
252
SidecarImage string `json:"sidecarImage,omitempty"`
253
253
254
254
// The busybox image.
0 commit comments