Skip to content

Commit

Permalink
chore(deps): update rook ceph group to v1.15.5
Browse files Browse the repository at this point in the history
| datasource  | package           | from    | to      |
| ----------- | ----------------- | ------- | ------- |
| helm        | rook-ceph         | v1.15.4 | v1.15.5 |
| helm        | rook-ceph-cluster | v1.15.4 | v1.15.5 |
| github-tags | rook/rook         | v1.15.4 | v1.15.5 |
| docker      | rook/ceph         | v1.15.4 | v1.15.5 |
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent c48fcab commit 37ba7a0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cluster/core/storage/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.15.4
image: rook/ceph:v1.15.5
command: ["/bin/bash"]
args: ["-m", "-c", "/usr/local/bin/toolbox.sh"]
imagePullPolicy: IfNotPresent
Expand Down
2 changes: 1 addition & 1 deletion cluster/core/storage/rook-ceph/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
# renovate: registryUrl=https://charts.rook.io/release
chart: rook-ceph
version: v1.15.4
version: v1.15.5
sourceRef:
kind: HelmRepository
name: rook-ceph-charts
Expand Down
2 changes: 1 addition & 1 deletion cluster/core/storage/rook-ceph/single-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
# renovate: registryUrl=https://charts.rook.io/release
chart: rook-ceph-cluster
version: v1.15.4
version: v1.15.5
sourceRef:
kind: HelmRepository
name: rook-ceph-charts
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.15.4
tag: v1.15.5
ignore: |
# exclude all
/*
Expand Down

0 comments on commit 37ba7a0

Please sign in to comment.