@@ -50,7 +50,7 @@ type MysqlClusterSpec struct {
5050
5151 // XenonOpts is the options of xenon container.
5252 // +optional
53- // +kubebuilder:default:={image: "radondb/xenon:v3.0.0-alpha ", admitDefeatHearbeatCount: 5, electionTimeout: 10000, resources: {limits: {cpu: "100m", memory: "256Mi"}, requests: {cpu: "50m", memory: "128Mi"}}}
53+ // +kubebuilder:default:={image: "radondb/xenon:v3.0.0", admitDefeatHearbeatCount: 5, electionTimeout: 10000, resources: {limits: {cpu: "100m", memory: "256Mi"}, requests: {cpu: "50m", memory: "128Mi"}}}
5454 XenonOpts XenonOpts `json:"xenonOpts,omitempty"`
5555
5656 // MetricsOpts is the options of metrics container.
@@ -67,7 +67,7 @@ type MysqlClusterSpec struct {
6767
6868 // PodPolicy defines the policy to extra specification.
6969 // +optional
70- // +kubebuilder:default:={imagePullPolicy: "IfNotPresent", extraResources: {requests: {cpu: "10m", memory: "32Mi"}}, sidecarImage: "radondb/mysql57-sidecar:v3.0.0-alpha ", busyboxImage: "busybox:1.32"}
70+ // +kubebuilder:default:={imagePullPolicy: "IfNotPresent", extraResources: {requests: {cpu: "10m", memory: "32Mi"}}, sidecarImage: "radondb/mysql57-sidecar:v3.0.0", busyboxImage: "busybox:1.32"}
7171 PodPolicy PodPolicy `json:"podPolicy,omitempty"`
7272
7373 // PVC extra specifiaction.
@@ -206,7 +206,7 @@ type MysqlOpts struct {
206206type XenonOpts struct {
207207 // To specify the image that will be used for xenon container.
208208 // +optional
209- // +kubebuilder:default:="radondb/xenon:v3.0.0-alpha "
209+ // +kubebuilder:default:="radondb/xenon:v3.0.0"
210210 Image string `json:"image,omitempty"`
211211
212212 // High available component admit defeat heartbeat count.
@@ -273,7 +273,7 @@ type PodPolicy struct {
273273
274274 // To specify the image that will be used for sidecar container.
275275 // +optional
276- // +kubebuilder:default:="radondb/mysql57-sidecar:v3.0.0-alpha "
276+ // +kubebuilder:default:="radondb/mysql57-sidecar:v3.0.0"
277277 SidecarImage string `json:"sidecarImage,omitempty"`
278278
279279 // The busybox image.
0 commit comments