mirror of
https://github.com/outbackdingo/home-ops.git
synced 2026-01-27 10:19:11 +00:00
fix(helm): update rook-ceph group (#723)
| datasource | package | from | to | | ---------- | ----------------- | ------ | ------- | | helm | rook-ceph | v1.9.7 | v1.9.12 | | helm | rook-ceph | v1.9.7 | v1.9.12 | | helm | rook-ceph | v1.9.7 | v1.9.12 | | helm | rook-ceph-cluster | v1.9.7 | v1.9.12 | | docker | rook/ceph | v1.9.7 | v1.9.13 | | docker | rook/ceph | v1.9.7 | v1.9.13 | Co-authored-by: chii-bot <109454249+chii-bot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -9,7 +9,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: rook-ceph-cluster
|
||||
version: v1.9.7
|
||||
version: v1.9.12
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: rook-ceph-charts
|
||||
|
||||
@@ -9,7 +9,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: rook-ceph
|
||||
version: v1.9.7
|
||||
version: v1.9.12
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: rook-ceph-charts
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
dnsPolicy: ClusterFirstWithHostNet
|
||||
containers:
|
||||
- name: rook-direct-mount
|
||||
image: rook/ceph:v1.9.7
|
||||
image: rook/ceph:v1.9.13
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: ["/bin/bash"]
|
||||
args: ["-m", "-c", "/usr/local/bin/toolbox.sh"]
|
||||
|
||||
@@ -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.9.12
|
||||
ignore: |
|
||||
# exclude all
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user