gitops: fix repo path for home-kubernetes and kuard image version
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user