Skip to content

Commit

Permalink
feat(helm): update rook-ceph group to v1.10.6
Browse files Browse the repository at this point in the history
| datasource | package           | from   | to      |
| ---------- | ----------------- | ------ | ------- |
| helm       | rook-ceph         | v1.9.7 | v1.10.6 |
| helm       | rook-ceph         | v1.9.7 | v1.10.6 |
| helm       | rook-ceph         | v1.9.7 | v1.10.6 |
| helm       | rook-ceph-cluster | v1.9.7 | v1.10.6 |
| docker     | rook/ceph         | v1.9.7 | v1.10.6 |
| docker     | rook/ceph         | v1.9.7 | v1.10.6 |
  • Loading branch information
chii-bot[bot] committed Nov 18, 2022
1 parent b69f921 commit 9d0fb81
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.7
version: v1.10.6
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.7
version: v1.10.6
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.7
image: rook/ceph:v1.10.6
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.7
tag: v1.10.6
ignore: |
# exclude all
/*
Expand Down

0 comments on commit 9d0fb81

Please sign in to comment.