Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(helm): update rook-ceph group ( v1.14.2 → v1.15.4 ) (minor) #2424

Merged
merged 1 commit into from
Oct 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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 @@ -12,7 +12,7 @@
# please do it by hand.
#################################################################################################################

apiVersion: batch/v1

Check warning on line 15 in kubernetes/tools/osd-purge.yaml

View workflow job for this annotation

GitHub Actions / yamllint

15:1 [document-start] missing document start "---"
kind: Job
metadata:
name: rook-ceph-purge-osd
Expand All @@ -28,7 +28,7 @@
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
Loading