Skip to content

Commit

Permalink
chore: update dbctl version to remove dependency of dcs (#1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuriwuyun authored Dec 23, 2024
1 parent bed4a08 commit dac6947
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions addons/oceanbase-ce/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ image:
obtools:
repository: apecloud/obtools
tag: 4.2.1
dbctl:
repository: apecloud/dbctl
tag: 0.1.5


roleProbe:
failureThreshold: 3
Expand Down
2 changes: 1 addition & 1 deletion addons/postgresql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ image:
# refer: https://github.com/apecloud/dbctl/blob/main/docker/Dockerfile
dbctl:
repository: apecloud/dbctl
tag: "0.1.5"
tag: "0.1.7"

## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
2 changes: 1 addition & 1 deletion addons/redis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dbctlImage:
registry: docker.io
repository: apecloud/dbctl
pullPolicy: IfNotPresent
tag: 0.1.6
tag: 0.1.7

redisTwemproxyImage:
# if the value of redisTwemproxyImage.registry is not specified using `--set`, it will be set to the value of 'image.registry' by default
Expand Down

0 comments on commit dac6947

Please sign in to comment.