Skip to content

Commit 41fe3d7

Browse files
committed
Update atomix-raft-storage to v0.9.17
1 parent 2776ac2 commit 41fe3d7

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.22
7-
appVersion: v0.9.16
6+
version: 0.1.23
7+
appVersion: v0.9.17
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.16
8+
tag: v0.9.17
99
pullPolicy: IfNotPresent
1010
pullSecrets: []
1111

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

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

0 commit comments

Comments
 (0)