Skip to content

Commit

Permalink
fix(helm): update rook-ceph group
Browse files Browse the repository at this point in the history
| datasource | package           | from    | to      |
| ---------- | ----------------- | ------- | ------- |
| helm       | rook-ceph         | v1.14.2 | v1.14.6 |
| helm       | rook-ceph-cluster | v1.14.2 | v1.14.6 |
| docker     | rook/ceph         | v1.14.2 | v1.14.7 |
  • Loading branch information
snoopy82481-bot[bot] committed Jun 21, 2024
1 parent bc65a9e commit 6bd8a4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kubernetes/apps/rook-ceph/rook-ceph/app/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
chart:
spec:
chart: rook-ceph
version: v1.14.2
version: v1.14.6
sourceRef:
kind: HelmRepository
name: rook-ceph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
chart:
spec:
chart: rook-ceph-cluster
version: v1.14.2
version: v1.14.6
sourceRef:
kind: HelmRepository
name: rook-ceph
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/tools/osd-purge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
serviceAccountName: rook-ceph-purge-osd
containers:
- name: osd-removal
image: rook/ceph:v1.14.2
image: rook/ceph:v1.14.7
# TODO: Insert the OSD ID in the last parameter that is to be removed
# The OSD IDs are a comma-separated list. For example: "0" or "0,2".
# If you want to preserve the OSD PVCs, set `--preserve-pvc true`.
Expand Down

0 comments on commit 6bd8a4f

Please sign in to comment.