diff --git a/controller/helm/Chart.yaml b/controller/helm/Chart.yaml index c13f5e2..76ffe13 100644 --- a/controller/helm/Chart.yaml +++ b/controller/helm/Chart.yaml @@ -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 diff --git a/controller/helm/values.yaml b/controller/helm/values.yaml index 06635a8..369e22c 100644 --- a/controller/helm/values.yaml +++ b/controller/helm/values.yaml @@ -8,7 +8,7 @@ controller: image: registry: "" repository: atomix/multi-raft-controller - tag: v0.5.2 + tag: v0.5.4 pullPolicy: "" pullSecrets: []