Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump polardbx to 2.3 #7

Merged
merged 2 commits into from
Nov 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion addons/polardbx-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: PolarDB-X Cluster Helm Chart for KubeBlocks.

type: application
version: 0.1.0
appVersion: v1.4.1
appVersion: v2.3

keywords:
- polardbx
Expand Down
2 changes: 1 addition & 1 deletion addons/polardbx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: PolarDB-X Cluster Helm Chart for KubeBlocks.

type: application
version: 0.1.0
appVersion: v1.4.1
appVersion: v2.3

keywords:
- polardbx
Expand Down
12 changes: 6 additions & 6 deletions addons/polardbx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,32 +19,32 @@ images:
# Images for xstore(DN) tools updater.
toolsUpdater:
name: xstore-tools
tag: latest
tag: v1.5.0

# Image for DN engine
dn:
name: polardbx-engine-2.0
tag: latest
tag: 80-8.0.18-20231101115000

# Image for CN engine
cn:
name: polardbx-sql
tag: latest
tag: 5.4.18-20231101115000

# Image for CN initialization
init:
name: polardbx-init
tag: latest
tag: v1.5.0

# Image for CN engine
cdc:
name: polardbx-cdc
tag: latest
tag: 5.4.18-20231101115000

# Image for CN&CDC exporter
exporter:
name: polardbx-exporter
tag: latest
tag: v1.5.0

# Tool image settings for gms initialization
mysql:
Expand Down