This repository was archived by the owner on Aug 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ appVersion: "8.0.32"
33name : mysql-innodbcluster
44description : MySQL InnoDB Cluster Helm Chart for deploying MySQL InnoDB Cluster in Kubernetes
55type : application
6- version : " 0.0.2 "
6+ version : " 0.0.3 "
77icon : https://labs.mysql.com/common/themes/sakila/favicon.ico
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ appVersion: "8.0.32-2.0.8"
33name : mysql-operator
44description : MySQL Operator Helm Chart for deploying MySQL InnoDB Cluster in Kubernetes
55type : application
6- version : " 0.0.2 "
6+ version : " 0.0.3 "
77icon : https://labs.mysql.com/common/themes/sakila/favicon.ico
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments