gitops: fix repo path for home-kubernetes and kuard image version

This commit is contained in:
Jan Novak
2025-12-30 23:22:58 +01:00
parent f3c1e5c635
commit d275ec09a4
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ spec:
branch: main branch: main
secretRef: secretRef:
name: flux-system name: flux-system
url: https://gitlab.hrajfrisbee.cz/infrastructure/home-kubernetes.git url: https://gitea.home.hrajfrisbee.cz/kacerr/home-kubernetes
--- ---
apiVersion: kustomize.toolkit.fluxcd.io/v1 apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization kind: Kustomization

View File

@@ -15,7 +15,7 @@ spec:
app: kuard app: kuard
spec: spec:
containers: containers:
- image: gcr.io/kuar-demo/kuard-amd64:1 - image: gcr.io/kuar-demo/kuard-amd64:blue
imagePullPolicy: Always imagePullPolicy: Always
name: kuard name: kuard
ports: ports: