We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c3f94 commit a92b203Copy full SHA for a92b203
apps/rook.py
@@ -4,7 +4,7 @@
4
name = "rook"
5
values = {
6
"image": {
7
- "tag": "v1.15.9",
+ "tag": "v1.16.8",
8
},
9
# <https://rook.io/docs/rook/v1.10/CRDs/Cluster/ceph-cluster-crd/?h=stack#network-configuration-settings>
10
"network": {
apps/versions.toml
@@ -80,7 +80,7 @@ helm = "https://charts.bitnami.com/bitnami"
80
chart = "rabbitmq-cluster-operator"
81
82
[rook]
83
-version = "1.15.9"
+version = "1.16.8"
84
helm = "https://charts.rook.io/release"
85
chart = "rook-ceph"
86
0 commit comments