istio.io/istio@v0.0.0-20240520182934-d79c90f27776/samples/ambient-argo/istio/tags.yaml (about)

     1  apiVersion: argoproj.io/v1alpha1
     2  kind: Application
     3  metadata:
     4    name: istio-tags
     5    namespace: argocd
     6    finalizers:
     7      - resources-finalizer.argocd.argoproj.io
     8  spec:
     9    project: default
    10    destination:
    11      name: ambient-cluster
    12      namespace: istio-system
    13    syncPolicy:
    14      automated:
    15        prune: true
    16        selfHeal: true
    17      syncOptions:
    18        - CreateNamespace=true
    19    source:
    20      path: tag-chart
    21      repoURL: '{repo-placeholder}'
    22      targetRevision: HEAD
    23      helm:
    24        valuesObject:
    25          base:
    26            tags:
    27              default:
    28                revision: "1-18-5"
    29              stable:
    30                revision: "1-18-5"
    31              rapid:
    32                revision: "1-19-3"
    33            istiodservice: "1-18-5" # This can be removed once ztunnel is on 1.20