Skip to content

Commit

Permalink
Merge pull request #1061 from h3mmy/renovate/rook-ceph-1.9.x
Browse files Browse the repository at this point in the history
fix: update helm chart rook-ceph to v1.9.6
  • Loading branch information
h3mmy authored Jun 24, 2022
2 parents d7cf616 + 4f238ba commit c5b2224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -10,7 +10,7 @@ spec:
spec:
# renovate: registryUrl=https://charts.rook.io/release
chart: rook-ceph
version: v1.9.5
version: v1.9.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.5
image: rook/ceph:v1.9.6
command: ["/bin/bash"]
args: ["-m", "-c", "/usr/local/bin/toolbox.sh"]
imagePullPolicy: IfNotPresent
Expand Down

0 comments on commit c5b2224

Please sign in to comment.