Skip to content
This repository was archived by the owner on Aug 9, 2024. It is now read-only.

Commit 7ec189c

Browse files
committed
Bump chart version
1 parent 7604344 commit 7ec189c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

helm/mysql-innodbcluster/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ appVersion: "8.0.32"
33
name: mysql-innodbcluster
44
description: MySQL InnoDB Cluster Helm Chart for deploying MySQL InnoDB Cluster in Kubernetes
55
type: application
6-
version: "0.0.2"
6+
version: "0.0.3"
77
icon: https://labs.mysql.com/common/themes/sakila/favicon.ico

helm/mysql-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ appVersion: "8.0.32-2.0.8"
33
name: mysql-operator
44
description: MySQL Operator Helm Chart for deploying MySQL InnoDB Cluster in Kubernetes
55
type: application
6-
version: "0.0.2"
6+
version: "0.0.3"
77
icon: https://labs.mysql.com/common/themes/sakila/favicon.ico

helm/mysql-operator/templates/NOTES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Create an MySQL InnoDB Cluster by executing:
55
export NAMESPACE="your-namespace"
66
# in case the namespace doesn't exist, please pass --create-namespace
77
helm install my-mysql-innodbcluster mysql-operator-arm64/mysql-innodbcluster -n $NAMESPACE \
8-
--version 0.0.2 \
8+
--version 0.0.3 \
99
--set credentials.root.password=">-0URS4F3P4SS" \
1010
--set tls.useSelfSigned=true
1111

@@ -36,7 +36,7 @@ Create an MySQL InnoDB Cluster by executing:
3636
| kubectl apply -f -
3737

3838
helm install my-mysql-innodbcluster mysql-operator-arm64/mysql-innodbcluster -n $NAMESPACE \
39-
--version 0.0.2 \
39+
--version 0.0.3 \
4040
--set credentials.root.password=">-0URS4F3P4SS" \
4141
--set tls.useSelfSigned=false \
4242
--set tls.caSecretName=$CA_SECRET \

0 commit comments

Comments
 (0)