Skip to content

Commit

Permalink
fix(helm): update rook ceph group to v1.14.9
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 |
  • Loading branch information
renovate[bot] authored Jul 26, 2024
1 parent 90c6f03 commit 10d9474
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 10d9474

Please sign in to comment.