Skip to content

Commit

Permalink
chart,config: modify the 3.0.0-alpha to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
acekingke committed Jul 12, 2023
1 parent 8de8287 commit c24a300
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 27 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Image URL to use all building/pushing image targets
FROM_VERSION ?=v2.3.0
CHART_VERSION ?=2.3.0
CHART_TOVERSION ?=3.0.0-alpha
TO_VERSION ?=v3.0.0-alpha
TAG ?=v3.0.0-alpha
FROM_VERSION ?=v3.0.0-alpha
CHART_VERSION ?=3.0.0-alpha
CHART_TOVERSION ?=3.0.0
TO_VERSION ?=v3.0.0
TAG ?=v3.0.0
IMGPREFIX ?=radondb/
IMG ?= $(IMGPREFIX)mysql-operator:$(TAG)
SIDECAR57_IMG ?= $(IMGPREFIX)mysql57-sidecar:$(TAG)
Expand Down
6 changes: 3 additions & 3 deletions charts/mysql-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v3.0.0-alpha
version: v3.0.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v3.0.0-alpha"
appVersion: "v3.0.0"
dependencies:
- name: "mysqlcluster"
version: "v3.0.0-alpha"
version: "v3.0.0"

2 changes: 1 addition & 1 deletion charts/mysql-operator/charts/mysql-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 3.0.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v3.0.0-alpha"
appVersion: "v3.0.0"
2 changes: 1 addition & 1 deletion charts/mysql-operator/charts/mysql-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: "sample"
namespace: "default"

mysqlVersion: "8.0"
version: v3.0.0-alpha
version: v3.0.0

tls:
enable: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
If is empty, is use leader HostName
type: string
image:
default: radondb/mysql57-sidecar:v3.0.0-alpha
default: radondb/mysql57-sidecar:v3.0.0
description: To specify the image that will be used for sidecar container.
type: string
nfsServerAddress:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ spec:
cpu: 10m
memory: 32Mi
imagePullPolicy: IfNotPresent
sidecarImage: radondb/mysql57-sidecar:v3.0.0-alpha
sidecarImage: radondb/mysql57-sidecar:v3.0.0
description: PodPolicy defines the policy to extra specification.
properties:
affinity:
Expand Down Expand Up @@ -1257,7 +1257,7 @@ spec:
schedulerName:
type: string
sidecarImage:
default: radondb/mysql57-sidecar:v3.0.0-alpha
default: radondb/mysql57-sidecar:v3.0.0
description: To specify the image that will be used for sidecar
container.
type: string
Expand Down Expand Up @@ -2274,7 +2274,7 @@ spec:
default:
admitDefeatHearbeatCount: 5
electionTimeout: 10000
image: radondb/xenon:v3.0.0-alpha
image: radondb/xenon:v3.0.0
resources:
limits:
cpu: 100m
Expand All @@ -2301,7 +2301,7 @@ spec:
automatically rebuild the invalid node.
type: boolean
image:
default: radondb/xenon:v3.0.0-alpha
default: radondb/xenon:v3.0.0
description: To specify the image that will be used for xenon
container.
type: string
Expand Down Expand Up @@ -4940,7 +4940,7 @@ spec:
default:
admitDefeatHearbeatCount: 5
electionTimeout: 10000
image: radondb/xenon:v3.0.0-alpha
image: radondb/xenon:v3.0.0
resources:
limits:
cpu: 100m
Expand All @@ -4967,7 +4967,7 @@ spec:
automatically rebuild the invalid node.
type: boolean
image:
default: radondb/xenon:v3.0.0-alpha
default: radondb/xenon:v3.0.0
description: To specify the image that will be used for xenon
container.
type: string
Expand Down
4 changes: 2 additions & 2 deletions charts/mysql-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ installCRDS: true

mysqlcluster:
install: false
version: v3.0.0-alpha
version: v3.0.0
## Specify an imagePullPolicy (Required)
## It's recommended to change this to 'Always' if the image tag is 'latest'
## ref: http://kubernetes.io/docs/user-guide/images/#updating-images
Expand All @@ -25,7 +25,7 @@ tolerationSeconds: 30

manager:
image: radondb/mysql-operator
tag: v3.0.0-alpha
tag: v3.0.0
enableWebhooks: true
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/mysql.radondb.com_backups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
If is empty, is use leader HostName
type: string
image:
default: radondb/mysql57-sidecar:v3.0.0-alpha
default: radondb/mysql57-sidecar:v3.0.0
description: To specify the image that will be used for sidecar container.
type: string
nfsServerAddress:
Expand Down
12 changes: 6 additions & 6 deletions config/crd/bases/mysql.radondb.com_mysqlclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ spec:
cpu: 10m
memory: 32Mi
imagePullPolicy: IfNotPresent
sidecarImage: radondb/mysql57-sidecar:v3.0.0-alpha
sidecarImage: radondb/mysql57-sidecar:v3.0.0
description: PodPolicy defines the policy to extra specification.
properties:
affinity:
Expand Down Expand Up @@ -1239,7 +1239,7 @@ spec:
schedulerName:
type: string
sidecarImage:
default: radondb/mysql57-sidecar:v3.0.0-alpha
default: radondb/mysql57-sidecar:v3.0.0
description: To specify the image that will be used for sidecar
container.
type: string
Expand Down Expand Up @@ -2256,7 +2256,7 @@ spec:
default:
admitDefeatHearbeatCount: 5
electionTimeout: 10000
image: radondb/xenon:v3.0.0-alpha
image: radondb/xenon:v3.0.0
resources:
limits:
cpu: 100m
Expand All @@ -2283,7 +2283,7 @@ spec:
automatically rebuild the invalid node.
type: boolean
image:
default: radondb/xenon:v3.0.0-alpha
default: radondb/xenon:v3.0.0
description: To specify the image that will be used for xenon
container.
type: string
Expand Down Expand Up @@ -4922,7 +4922,7 @@ spec:
default:
admitDefeatHearbeatCount: 5
electionTimeout: 10000
image: radondb/xenon:v3.0.0-alpha
image: radondb/xenon:v3.0.0
resources:
limits:
cpu: 100m
Expand All @@ -4949,7 +4949,7 @@ spec:
automatically rebuild the invalid node.
type: boolean
image:
default: radondb/xenon:v3.0.0-alpha
default: radondb/xenon:v3.0.0
description: To specify the image that will be used for xenon
container.
type: string
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: radondb/mysql-operator
newTag: 3.0.0-alpha
newTag: 3.0.0

0 comments on commit c24a300

Please sign in to comment.