chore(deps): update renovate/renovate docker tag to v37.68.4 #218

Open
renovate wants to merge 1976 commits from renovate/renovate-renovate-37.x into main
6 changed files with 6 additions and 6 deletions
Showing only changes of commit a44cf6f86f - Show all commits

View file

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
flux bootstrap git --url=ssh://git@git.xirion.net:2222/0x76/infrastructure.git --branch=main --path=cluster/base/ --ssh-key-algorithm=ed25519 --components-extra=image-reflector-controller,image-automation-controller flux bootstrap git --url=ssh://git@git.xirion.net:2222/0x76/infrastructure.git --branch=main --path=flux/cluster/base/ --ssh-key-algorithm=ed25519 --components-extra=image-reflector-controller,image-automation-controller

View file

@ -8,7 +8,7 @@ spec:
interval: 10m0s interval: 10m0s
dependsOn: dependsOn:
- name: core - name: core
path: ./cluster/apps path: ./flux/cluster/apps
prune: true prune: true
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository

View file

@ -8,7 +8,7 @@ spec:
interval: 10m0s interval: 10m0s
dependsOn: dependsOn:
- name: crds - name: crds
path: ./cluster/core path: ./flux/cluster/core
prune: false prune: false
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository

View file

@ -6,7 +6,7 @@ metadata:
namespace: flux-system namespace: flux-system
spec: spec:
interval: 10m0s interval: 10m0s
path: ./cluster/crds path: ./flux/cluster/crds
prune: false prune: false
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository

View file

@ -20,7 +20,7 @@ metadata:
namespace: flux-system namespace: flux-system
spec: spec:
interval: 10m0s interval: 10m0s
path: ./cluster/base path: ./flux/cluster/base
prune: true prune: true
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository

View file

@ -20,5 +20,5 @@ spec:
push: push:
branch: main branch: main
update: update:
path: ./cluster/ path: ./flux/cluster/
strategy: Setters strategy: Setters