@@ -48,7 +48,7 @@ type MysqlClusterSpec struct {
4848
4949 // XenonOpts is the options of xenon container.
5050 // +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"}}}
5252 XenonOpts XenonOpts `json:"xenonOpts,omitempty"`
5353
5454 // MetricsOpts is the options of metrics container.
@@ -65,7 +65,7 @@ type MysqlClusterSpec struct {
6565
6666 // PodPolicy defines the policy to extra specification.
6767 // +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"}
6969 PodPolicy PodPolicy `json:"podPolicy,omitempty"`
7070
7171 // PVC extra specifiaction.
@@ -181,7 +181,7 @@ type MysqlOpts struct {
181181type XenonOpts struct {
182182 // To specify the image that will be used for xenon container.
183183 // +optional
184- // +kubebuilder:default:="radondb/xenon:v2.2.1 "
184+ // +kubebuilder:default:="radondb/xenon:v2.3.0 "
185185 Image string `json:"image,omitempty"`
186186
187187 // High available component admit defeat heartbeat count.
@@ -248,7 +248,7 @@ type PodPolicy struct {
248248
249249 // To specify the image that will be used for sidecar container.
250250 // +optional
251- // +kubebuilder:default:="radondb/mysql57-sidecar:v2.2.1 "
251+ // +kubebuilder:default:="radondb/mysql57-sidecar:v2.3.0 "
252252 SidecarImage string `json:"sidecarImage,omitempty"`
253253
254254 // The busybox image.
0 commit comments