Skip to content

Commit

Permalink
Fix default controller image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kuujo committed Oct 23, 2022
1 parent 79c5262 commit 9b1e4f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions controller/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ name: atomix-multi-raft-controller
description: The multi-raft controller extends the Kubernetes API with custom resources for multi-raft stores.
kubeVersion: ">=1.17.0"
type: application
version: 1.3.2
appVersion: v0.5.3
version: 1.3.3
appVersion: v0.5.4
keywords:
- atomix
- raft
Expand Down
2 changes: 1 addition & 1 deletion controller/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ controller:
image:
registry: ""
repository: atomix/multi-raft-controller
tag: v0.5.2
tag: v0.5.4
pullPolicy: ""
pullSecrets: []

Expand Down

0 comments on commit 9b1e4f0

Please sign in to comment.