Update dependencies

This commit is contained in:
Joseph Hanson 2024-05-08 00:39:05 -05:00
parent c8b4b5a8aa
commit bd3127f2a6
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 3 additions and 5 deletions

View file

@ -22,11 +22,6 @@ spec:
remediation: remediation:
retries: 3 retries: 3
strategy: rollback strategy: rollback
dependsOn:
- name: openebs-cluster
namespace: rook-ceph
- name: volsync
namespace: volsync-system
values: values:
controllers: controllers:
tautulli: tautulli:

View file

@ -15,6 +15,9 @@ spec:
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository
name: homelab name: homelab
dependsOn:
- name: openebs-cluster
- name: volsync
wait: false wait: false
interval: 30m interval: 30m
retryInterval: 1m retryInterval: 1m