Skip to content

Commit

Permalink
fix(helm): update rook ceph group to v1.14.9 (#6830)
Browse files Browse the repository at this point in the history
| datasource | package           | from    | to      |
| ---------- | ----------------- | ------- | ------- |
| helm       | rook-ceph         | v1.14.8 | v1.14.9 |
| helm       | rook-ceph-cluster | v1.14.8 | v1.14.9 |
| docker     | rook/ceph         | v1.14.8 | v1.14.9 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 29, 2024
1 parent 20f44f4 commit 1d2888d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.14.8
image: rook/ceph:v1.14.9
imagePullPolicy: IfNotPresent
command: ["/bin/bash"]
args: ["-m", "-c", "/usr/local/bin/toolbox.sh"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: rook-ceph
version: v1.14.8
version: v1.14.9
sourceRef:
kind: HelmRepository
name: rook-ceph-charts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: rook-ceph-cluster
version: v1.14.8
version: v1.14.9
sourceRef:
kind: HelmRepository
name: rook-ceph-charts
Expand Down

0 comments on commit 1d2888d

Please sign in to comment.