Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for targetRevision (0.27 sec)

  1. samples/ambient-argo/meta-application.yaml

    spec:
      destination:
        name: in-cluster
        namespace: argocd
        server: ''
      sources:
      - path: istio
        repoURL: '{repo-placeholder}'
        targetRevision: HEAD
      - path: application
        repoURL: '{repo-placeholder}'
        targetRevision: HEAD
        directory:
          include: application.yaml
      project: default
      syncPolicy:
        automated:
          prune: true
          selfHeal: true
        retry:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 01:54:50 UTC 2023
    - 630 bytes
    - Viewed (0)
  2. samples/ambient-argo/istio/cni.yaml

          targetRevision: 1.18.5
          helm:
            valuesObject:
              revision: rapid
              cni:
                cniBinDir: "/home/kubernetes/bin"
            valueFiles:
              - >-
                $values/manifests/charts/istio-cni/ambient-values.yaml
          chart: cni
        - repoURL: 'https://github.com/istio/istio.git'
          targetRevision: HEAD
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 01:54:50 UTC 2023
    - 811 bytes
    - Viewed (0)
  3. samples/ambient-argo/istio/control-plane-appset.yaml

            targetRevision: '{{version}}'
            helm:
              valuesObject:
                revision: '{{revision}}'
              valueFiles:
                - >-
                  $values/manifests/charts/istio-control/istio-discovery/ambient-values.yaml
            chart: istiod
          - repoURL: 'https://github.com/istio/istio.git'
            targetRevision: HEAD
            ref: values
          destination:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 01:54:50 UTC 2023
    - 1006 bytes
    - Viewed (0)
  4. samples/ambient-argo/istio/tags.yaml

      syncPolicy:
        automated:
          prune: true
          selfHeal: true
        syncOptions:
          - CreateNamespace=true
      source:
        path: tag-chart
        repoURL: '{repo-placeholder}'
        targetRevision: HEAD
        helm:
          valuesObject:
            base:
              tags:
                default:
                  revision: "1-18-5"
                stable:
                  revision: "1-18-5"
                rapid:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 01:54:50 UTC 2023
    - 754 bytes
    - Viewed (0)
  5. samples/ambient-argo/application/application.yaml

      finalizers:
      - resources-finalizer.argocd.argoproj.io
    spec:
      destination:
        name: ambient-cluster
        namespace: ambient
      source:
        path: application
        repoURL: '{repo-placeholder}'
        targetRevision: HEAD
        directory:
          exclude: application.yaml
      project: default
      syncPolicy:
        automated:
          prune: true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 01:54:50 UTC 2023
    - 461 bytes
    - Viewed (0)
  6. samples/ambient-argo/istio/extras.yaml

    metadata:
      name: istio-addons
      namespace: argocd
      finalizers:
        - resources-finalizer.argocd.argoproj.io
    spec:
      project: default
      source:
        repoURL: 'https://github.com/istio/istio.git'
        targetRevision: HEAD
        path: samples/addons
        directory:
          exclude: loki.yaml
      destination:
        name: ambient-cluster
        namespace: istio-system
      syncPolicy:
        automated:
          prune: true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 01:54:50 UTC 2023
    - 519 bytes
    - Viewed (0)
  7. samples/ambient-argo/istio/ztunnel.yaml

    metadata:
      name: istio-ztunnel
      namespace: argocd
      finalizers:
        - resources-finalizer.argocd.argoproj.io
    spec:
      project: default
      source:
        repoURL: 'https://istio-release.storage.googleapis.com/charts'
        targetRevision: 1.18.5
        chart: ztunnel
        helm:
          valuesObject:
            revision: rapid
      destination:
        name: ambient-cluster
        namespace: istio-system
      syncPolicy:
        automated:
          prune: true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 01:54:50 UTC 2023
    - 547 bytes
    - Viewed (0)
  8. samples/ambient-argo/README.md

    ```bash
    yq '.spec.generators[0].list.elements' < istio/control-plane-appset.yaml  && yq '.spec.source.helm.valuesObject.base.tags' < istio/tags.yaml && grep 'targetRevision' istio/*.yaml
    ```
    
    [layout]: ./documentation/argo-reference-arch.svg "Repo Layout Diagram"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 01:54:50 UTC 2023
    - 8.7K bytes
    - Viewed (0)
Back to top