github.com/argoproj/argo-events@v1.9.1/manifests/base/kustomization.yaml (about)

     1  #
     2  # Update the versions in this file.
     3  #
     4  
     5  apiVersion: kustomize.config.k8s.io/v1beta1
     6  kind: Kustomization
     7  
     8  resources:
     9  - crds
    10  - argo-events-sa.yaml
    11  - controller-manager
    12  
    13  images:
    14  - name: quay.io/argoproj/argo-events
    15    newTag: v1.9.1
    16  
    17  patches:
    18  - patch: |-
    19      apiVersion: apps/v1
    20      kind: Deployment
    21      metadata:
    22        name: controller-manager
    23      spec:
    24        template:
    25          spec:
    26            containers:
    27              - name: controller-manager
    28                env:
    29                  - name: ARGO_EVENTS_IMAGE
    30                    value: quay.io/argoproj/argo-events:v1.9.1