Skip to content

Commit

Permalink
feat(helm): update rook-ceph group ( v1.14.2 → v1.15.4 ) (minor) (#2424)
Browse files Browse the repository at this point in the history
  • Loading branch information
snoopy82481 authored Oct 19, 2024
2 parents 89b895e + 138997d commit 8690e5d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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.11.8
version: v1.15.4
sourceRef:
kind: HelmRepository
name: rook-ceph
Expand Down
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.8
image: rook/ceph:v1.15.4
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.11.8
version: v1.15.4
sourceRef:
kind: HelmRepository
name: rook-ceph
Expand Down
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.15.4
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.15.4
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.15.4
# 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 8690e5d

Please sign in to comment.