435c2e4292
chore(kargo): update image tag kargo to 1.10.0 [View in Kargo UI](https://kargo.nowchess.janis-eccarius.de/project/orchestration-kargo/stage/kargo) Co-authored-by: Kargo <no-reply@kargo.io> Reviewed-on: #2 Co-authored-by: svc.kargo <kargo@blackhole.local> Co-committed-by: svc.kargo <kargo@blackhole.local>
26 lines
597 B
YAML
26 lines
597 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: kargo
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
destination:
|
|
namespace: kube-devops
|
|
server: https://kubernetes.default.svc
|
|
sources:
|
|
- repoURL: ghcr.io/akuity/kargo-charts
|
|
chart: kargo
|
|
targetRevision: 1.10.0
|
|
helm:
|
|
valueFiles:
|
|
- $values/kargo/eu-central-1/values.yaml
|
|
- repoURL: git@git.janis-eccarius.de:NowChess/Gitops.git
|
|
path: ./kargo/eu-central-1
|
|
ref: values
|
|
targetRevision: main
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|