-
Notifications
You must be signed in to change notification settings - Fork 227
Expand file tree
/
Copy pathkustomization.x86_64.yaml
More file actions
27 lines (25 loc) · 1.17 KB
/
kustomization.x86_64.yaml
File metadata and controls
27 lines (25 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
images:
- name: quay.io/operator-framework/olm
newName: quay.io/openshift-release-dev/ocp-v4.0-art-dev
digest: sha256:03a27e4b8818b9e99aec493f179fe1daaeac5e7e8fd227c4b3668dda81cd413d
- name: quay.io/operator-framework/configmap-operator-registry
newName: quay.io/openshift-release-dev/ocp-v4.0-art-dev
digest: sha256:a3bd3b73fc79c9fc58b0cdf16972bff5390e82b3c262d6c02fb501bdcd687dc9
- name: quay.io/openshift/origin-kube-rbac-proxy
newName: quay.io/openshift-release-dev/ocp-v4.0-art-dev
digest: sha256:81f11e8c6214e4c8dd00bc636b6ecb8f3dfa71dbc2c32317aed66ded02306aec
patches:
- patch: |-
- op: add
path: /spec/template/spec/containers/0/env/-
value:
name: OPERATOR_REGISTRY_IMAGE
value: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:a3bd3b73fc79c9fc58b0cdf16972bff5390e82b3c262d6c02fb501bdcd687dc9
- op: add
path: /spec/template/spec/containers/0/env/-
value:
name: OLM_IMAGE
value: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:03a27e4b8818b9e99aec493f179fe1daaeac5e7e8fd227c4b3668dda81cd413d
target:
kind: Deployment
labelSelector: app=catalog-operator