Skip to content

Commit a92b203

Browse files
committed
upgrade rook chart and image to 1.16.8
1 parent 40c3f94 commit a92b203

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/rook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name = "rook"
55
values = {
66
"image": {
7-
"tag": "v1.15.9",
7+
"tag": "v1.16.8",
88
},
99
# <https://rook.io/docs/rook/v1.10/CRDs/Cluster/ceph-cluster-crd/?h=stack#network-configuration-settings>
1010
"network": {

apps/versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ helm = "https://charts.bitnami.com/bitnami"
8080
chart = "rabbitmq-cluster-operator"
8181

8282
[rook]
83-
version = "1.15.9"
83+
version = "1.16.8"
8484
helm = "https://charts.rook.io/release"
8585
chart = "rook-ceph"
8686

0 commit comments

Comments
 (0)