Skip to content

Commit

Permalink
Merge pull request #29 from polardb/release/v1.5.0
Browse files Browse the repository at this point in the history
release v1.5.0
  • Loading branch information
dingfeng authored Oct 30, 2023
2 parents b64f66d + 2903208 commit f293979
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
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

0 comments on commit f293979

Please sign in to comment.