Skip to content

Commit

Permalink
chore: rename cv name from ac-mysql-8.0.30-auditlog to ac-mysql-8.0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
sophon-zt authored Nov 30, 2023
1 parent ca412c5 commit f56beb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: apps.kubeblocks.io/v1alpha1
kind: ClusterVersion
metadata:
name: ac-mysql-{{ default .Chart.AppVersion .Values.clusterVersionOverride }}-auditlog
name: ac-mysql-{{ .Values.auditlogClusterVersionOverride }}
annotations:
kubeblocks.io/is-default-cluster-version: "false"
labels:
Expand Down
1 change: 1 addition & 0 deletions deploy/apecloud-mysql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ imagePullSecrets: [ ]
nameOverride: ""
fullnameOverride: ""
clusterVersionOverride: ""
auditlogClusterVersionOverride: "8.0.31"

mysqlConfigs:
dataMountPath: /data/mysql
Expand Down

0 comments on commit f56beb7

Please sign in to comment.