Skip to content

Commit 30c1ab5

Browse files
fix(helm): update rook-ceph group (#723)
| datasource | package | from | to | | ---------- | ----------------- | ------ | ------- | | helm | rook-ceph | v1.9.7 | v1.9.12 | | helm | rook-ceph | v1.9.7 | v1.9.12 | | helm | rook-ceph | v1.9.7 | v1.9.12 | | helm | rook-ceph-cluster | v1.9.7 | v1.9.12 | | docker | rook/ceph | v1.9.7 | v1.9.13 | | docker | rook/ceph | v1.9.7 | v1.9.13 | Co-authored-by: chii-bot <109454249+chii-bot[bot]@users.noreply.github.com>
1 parent 191c900 commit 30c1ab5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cluster/core/rook-ceph/cluster/helm-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
chart:
1010
spec:
1111
chart: rook-ceph-cluster
12-
version: v1.9.7
12+
version: v1.9.12
1313
sourceRef:
1414
kind: HelmRepository
1515
name: rook-ceph-charts

cluster/core/rook-ceph/operator/helm-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
chart:
1010
spec:
1111
chart: rook-ceph
12-
version: v1.9.7
12+
version: v1.9.12
1313
sourceRef:
1414
kind: HelmRepository
1515
name: rook-ceph-charts

cluster/core/rook-ceph/rook-direct-mount/deployment.yaml

Lines changed: 1 addition & 1 deletion
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.9.7
22+
image: rook/ceph:v1.9.13
2323
imagePullPolicy: IfNotPresent
2424
command: ["/bin/bash"]
2525
args: ["-m", "-c", "/usr/local/bin/toolbox.sh"]

cluster/crds/rook-ceph/crds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
url: https://github.com/rook/rook.git
1010
ref:
1111
# renovate: registryUrl=https://charts.rook.io/release chart=rook-ceph
12-
tag: v1.9.7
12+
tag: v1.9.12
1313
ignore: |
1414
# exclude all
1515
/*

0 commit comments

Comments
 (0)