Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
feat(helm): update rook-ceph group to v1.13.6
Browse files Browse the repository at this point in the history
| datasource | package           | from    | to      |
| ---------- | ----------------- | ------- | ------- |
| helm       | rook-ceph         | v1.11.9 | v1.13.6 |
| helm       | rook-ceph-cluster | v1.11.9 | v1.13.6 |
| docker     | rook/ceph         | v1.11.9 | v1.13.6 |
  • Loading branch information
renovate[bot] authored Mar 7, 2024
1 parent 9c346cc commit 0fdc39e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cluster/apps/rook-ceph/rook-direct-mount/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: rook-direct-mount
image: rook/ceph:v1.11.9
image: rook/ceph:v1.13.6
command: ["/bin/bash"]
args: ["-m", "-c", "/usr/local/bin/toolbox.sh"]
imagePullPolicy: IfNotPresent
Expand Down
2 changes: 1 addition & 1 deletion cluster/core/rook-ceph/cluster/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: rook-ceph-cluster
version: v1.11.9
version: v1.13.6
sourceRef:
kind: HelmRepository
name: rook-ceph-charts
Expand Down
2 changes: 1 addition & 1 deletion cluster/core/rook-ceph/operator/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: rook-ceph
version: v1.11.9
version: v1.13.6
sourceRef:
kind: HelmRepository
name: rook-ceph-charts
Expand Down

0 comments on commit 0fdc39e

Please sign in to comment.