diff --git a/atomix-raft-storage/Chart.yaml b/atomix-raft-storage/Chart.yaml index 3a7a68b..c6511fc 100644 --- a/atomix-raft-storage/Chart.yaml +++ b/atomix-raft-storage/Chart.yaml @@ -3,8 +3,8 @@ name: atomix-raft-storage description: Atomix storage plugin for multi-Raft stores kubeVersion: ">=1.17.0" type: application -version: 0.1.25 -appVersion: v0.9.19 +version: 0.1.26 +appVersion: v0.9.20 keywords: - atomix home: https://cloud.atomix.io diff --git a/atomix-raft-storage/values.yaml b/atomix-raft-storage/values.yaml index f24126f..631b421 100644 --- a/atomix-raft-storage/values.yaml +++ b/atomix-raft-storage/values.yaml @@ -5,7 +5,7 @@ clusterDomain: "" image: registry: "" repository: atomix/atomix-raft-storage-controller - tag: v0.9.19 + tag: v0.9.20 pullPolicy: IfNotPresent pullSecrets: [] @@ -13,7 +13,7 @@ node: image: registry: "" repository: atomix/atomix-raft-storage-node - tag: v0.9.19 + tag: v0.9.20 pullPolicy: IfNotPresent pullSecrets: [] @@ -21,6 +21,6 @@ driver: image: registry: "" repository: atomix/atomix-raft-storage-driver - tag: v0.9.19 + tag: v0.9.20 pullPolicy: IfNotPresent pullSecrets: []