gitops: fix repo path for home-kubernetes and kuard image version
This commit is contained in:
@@ -11,7 +11,7 @@ spec:
|
||||
branch: main
|
||||
secretRef:
|
||||
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
|
||||
kind: Kustomization
|
||||
|
||||
@@ -15,7 +15,7 @@ spec:
|
||||
app: kuard
|
||||
spec:
|
||||
containers:
|
||||
- image: gcr.io/kuar-demo/kuard-amd64:1
|
||||
- image: gcr.io/kuar-demo/kuard-amd64:blue
|
||||
imagePullPolicy: Always
|
||||
name: kuard
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user