Skip to content

Commit aba803d

Browse files
committed
Update Raft storage default image to v0.9.20
1 parent d5eff6c commit aba803d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

atomix-raft-storage/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: atomix-raft-storage
33
description: Atomix storage plugin for multi-Raft stores
44
kubeVersion: ">=1.17.0"
55
type: application
6-
version: 0.1.25
7-
appVersion: v0.9.19
6+
version: 0.1.26
7+
appVersion: v0.9.20
88
keywords:
99
- atomix
1010
home: https://cloud.atomix.io

atomix-raft-storage/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ clusterDomain: ""
55
image:
66
registry: ""
77
repository: atomix/atomix-raft-storage-controller
8-
tag: v0.9.19
8+
tag: v0.9.20
99
pullPolicy: IfNotPresent
1010
pullSecrets: []
1111

1212
node:
1313
image:
1414
registry: ""
1515
repository: atomix/atomix-raft-storage-node
16-
tag: v0.9.19
16+
tag: v0.9.20
1717
pullPolicy: IfNotPresent
1818
pullSecrets: []
1919

2020
driver:
2121
image:
2222
registry: ""
2323
repository: atomix/atomix-raft-storage-driver
24-
tag: v0.9.19
24+
tag: v0.9.20
2525
pullPolicy: IfNotPresent
2626
pullSecrets: []

0 commit comments

Comments
 (0)