flux: align image automation namespaces

This commit is contained in:
Brad Stein 2026-01-21 10:33:06 -03:00
parent 810e4c0efb
commit 6ac3b41b30
4 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,7 @@ apiVersion: image.toolkit.fluxcd.io/v1
kind: ImageUpdateAutomation kind: ImageUpdateAutomation
metadata: metadata:
name: bstein-dev-home name: bstein-dev-home
namespace: flux-system namespace: bstein-dev-home
spec: spec:
interval: 1m0s interval: 1m0s
sourceRef: sourceRef:

View File

@ -3,7 +3,7 @@ apiVersion: image.toolkit.fluxcd.io/v1
kind: ImageUpdateAutomation kind: ImageUpdateAutomation
metadata: metadata:
name: pegasus name: pegasus
namespace: flux-system namespace: jellyfin
spec: spec:
interval: 1m0s interval: 1m0s
sourceRef: sourceRef:

View File

@ -3,7 +3,7 @@ apiVersion: image.toolkit.fluxcd.io/v1
kind: ImageUpdateAutomation kind: ImageUpdateAutomation
metadata: metadata:
name: maintenance name: maintenance
namespace: flux-system namespace: maintenance
spec: spec:
interval: 1m0s interval: 1m0s
sourceRef: sourceRef:

View File

@ -3,6 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- configmap.yaml - configmap.yaml
- image.yaml
- vault-serviceaccount.yaml - vault-serviceaccount.yaml
- secretproviderclass.yaml - secretproviderclass.yaml
- service.yaml - service.yaml