Merge branch 'main' into renovate/reloader-1.x
This commit is contained in:
commit
4d4c23f8d1
2 changed files with 7 additions and 1 deletions
|
@ -8,7 +8,13 @@ kubernetes:
|
||||||
hosts:
|
hosts:
|
||||||
valinor-1:
|
valinor-1:
|
||||||
ansible_host: 10.2.0.3
|
ansible_host: 10.2.0.3
|
||||||
|
ceph_drives:
|
||||||
|
- /dev/disk/by-id/scsi-0HC_Volume_37231496
|
||||||
valinor-2:
|
valinor-2:
|
||||||
ansible_host: 10.2.0.4
|
ansible_host: 10.2.0.4
|
||||||
|
ceph_drives:
|
||||||
|
- /dev/disk/by-id/scsi-0HC_Volume_37231521
|
||||||
valinor-3:
|
valinor-3:
|
||||||
ansible_host: 10.2.0.5
|
ansible_host: 10.2.0.5
|
||||||
|
ceph_drives:
|
||||||
|
- /dev/disk/by-id/scsi-0HC_Volume_37231596
|
||||||
|
|
|
@ -8,7 +8,7 @@ spec:
|
||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: ingress-nginx
|
chart: ingress-nginx
|
||||||
version: 4.7.1
|
version: 4.7.2
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: ingress-nginx
|
name: ingress-nginx
|
||||||
|
|
Reference in a new issue