Skip to content

Commit

Permalink
feat(helm): update rook-ceph group to v1.15.4
Browse files Browse the repository at this point in the history
| datasource | package           | from    | to      |
| ---------- | ----------------- | ------- | ------- |
| helm       | rook-ceph         | v1.9.12 | v1.15.4 |
| helm       | rook-ceph         | v1.9.12 | v1.15.4 |
| helm       | rook-ceph         | v1.9.12 | v1.15.4 |
| helm       | rook-ceph-cluster | v1.9.12 | v1.15.4 |
| docker     | rook/ceph         | v1.9.13 | v1.15.4 |
| docker     | rook/ceph         | v1.9.13 | v1.15.4 |
  • Loading branch information
chii-bot[bot] committed Oct 17, 2024
1 parent 7384ee8 commit d7eba24
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cluster/core/rook-ceph/cluster/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: rook-ceph-cluster
version: v1.9.12
version: v1.15.4
sourceRef:
kind: HelmRepository
name: rook-ceph-charts
Expand Down
2 changes: 1 addition & 1 deletion cluster/core/rook-ceph/operator/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: rook-ceph
version: v1.9.12
version: v1.15.4
sourceRef:
kind: HelmRepository
name: rook-ceph-charts
Expand Down
2 changes: 1 addition & 1 deletion cluster/core/rook-ceph/rook-direct-mount/deployment.yaml
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.9.13
image: rook/ceph:v1.15.4
imagePullPolicy: IfNotPresent
command: ["/bin/bash"]
args: ["-m", "-c", "/usr/local/bin/toolbox.sh"]
Expand Down
2 changes: 1 addition & 1 deletion cluster/crds/rook-ceph/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
url: https://github.com/rook/rook.git
ref:
# renovate: registryUrl=https://charts.rook.io/release chart=rook-ceph
tag: v1.9.12
tag: v1.15.4
ignore: |
# exclude all
/*
Expand Down

0 comments on commit d7eba24

Please sign in to comment.