Skip to content

Commit 61afab9

Browse files
fix(helm): update rook ceph group to v1.13.6
| datasource | package | from | to | | ---------- | ----------------- | ------- | ------- | | helm | rook-ceph | v1.13.4 | v1.13.6 | | helm | rook-ceph-cluster | v1.13.4 | v1.13.6 | | docker | rook/ceph | v1.13.4 | v1.13.6 |
1 parent 43f1a48 commit 61afab9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

kubernetes/main/apps/storage/rook-ceph/add-ons/direct-mount/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
dnsPolicy: ClusterFirstWithHostNet
2020
containers:
2121
- name: rook-direct-mount
22-
image: rook/ceph:v1.13.4
22+
image: rook/ceph:v1.13.6
2323
imagePullPolicy: IfNotPresent
2424
command: ["/bin/bash"]
2525
args: ["-m", "-c", "/usr/local/bin/toolbox.sh"]

kubernetes/main/apps/storage/rook-ceph/app/operator/helmrelease.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
chart:
1111
spec:
1212
chart: rook-ceph
13-
version: v1.13.4
13+
version: v1.13.6
1414
sourceRef:
1515
kind: HelmRepository
1616
name: rook-ceph-charts

kubernetes/main/apps/storage/rook-ceph/cluster/helmrelease.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
chart:
1111
spec:
1212
chart: rook-ceph-cluster
13-
version: v1.13.4
13+
version: v1.13.6
1414
sourceRef:
1515
kind: HelmRepository
1616
name: rook-ceph-charts

0 commit comments

Comments
 (0)