Skip to content

Commit 0fde652

Browse files
committed
Add image to image reference and change placeholder name
1 parent 5b9f4ff commit 0fde652

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

manifests/0000_26_cloud-controller-manager-operator_11_deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ spec:
112112
- --tls-cipher-suites=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305
113113
- --logtostderr=true
114114
- --v=3
115-
image: quay.io/openshift/origin-kube-rbac-proxy:4.2.0
115+
image: placeholder.url.oc.will.replace.this.org/placeholdernamespace:kube-rbac-proxy
116116
imagePullPolicy: IfNotPresent
117117
name: kube-rbac-proxy
118118
ports:

manifests/image-references

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@ spec:
4646
from:
4747
kind: DockerImage
4848
name: quay.io/openshift/origin-nutanix-cloud-controller-manager
49+
- name: kube-rbac-proxy
50+
from:
51+
kind: DockerImage
52+
name: placeholder.url.oc.will.replace.this.org/placeholdernamespace:kube-rbac-proxy

0 commit comments

Comments
 (0)