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

release v1.5.0 #29

Merged
merged 1 commit into from
Oct 30, 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
4 changes: 2 additions & 2 deletions charts/polardbx-logcollector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: polardbx-logcollector
description: Helm chart of polardbx-operator logcollector plugin
type: application
version: 1.5.0-beta
appVersion: v1.5.0-beta
version: 1.5.0
appVersion: v1.5.0
keywords:
- polardb-x
- operator
Expand Down
4 changes: 2 additions & 2 deletions charts/polardbx-monitor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: polardbx-monitor
description: Helm chart of polardbx-operator monitor plugin
type: application
version: 1.5.0-beta
appVersion: v1.5.0-beta
version: 1.5.0
appVersion: v1.5.0
keywords:
- polardb-x
- operator
Expand Down
4 changes: 2 additions & 2 deletions charts/polardbx-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: polardbx-operator
description: Helm chart of polardbx-operator
type: application
version: 1.5.0-beta
appVersion: v1.5.0-beta
version: 1.5.0
appVersion: v1.5.0
keywords:
- polardb-x
- operator
Expand Down
4 changes: 2 additions & 2 deletions charts/polardbx-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ images:
polardbxJob: polardbx-job

# Default image tag. Use app version if not specified or 'latest' if useLatestImage is true.
imageTag: v1.5.0-beta
imageTag: v1.5.0

# version will be written to pxc and xstore annotation
version: v1.5.0-beta
version: v1.5.0

# Uses the latest images for operator components.
useLatestImage: false
Expand Down
4 changes: 2 additions & 2 deletions hack/copy_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@


SOURCE_REPO=polarximages-registry.cn-zhangjiakou.cr.aliyuncs.com/daixingpolarximages
SOURCE_VERSION=v1.5.0-beta
SOURCE_VERSION=v1.5.0
DEST_REPO=polardbx
DEST_VERSION=v1.5.0-beta
DEST_VERSION=v1.5.0
TARGETS="xstore-tools polardbx-operator probe-proxy polardbx-exporter polardbx-init polardbx-hpfs polardbx-job polardbx-logstash"

#pull from source image and tag it
Expand Down
Loading