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
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
dependsOn:
- name: core
path: ./cluster/apps
path: ./flux/cluster/apps
prune: true
sourceRef:
kind: GitRepository

View file

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

View file

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

View file

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

View file

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