Skip to content

Commit

Permalink
Merge pull request #608 from jboyd01/fix-image-repo
Browse files Browse the repository at this point in the history
use quay.io vs registry.reg-aws.openshift.com
  • Loading branch information
ecordell authored Dec 10, 2018
2 parents 2010866 + 9163827 commit 5634e2f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ spec:
serviceAccountName: service-catalog-apiserver
containers:
- name: apiserver
image: registry.reg-aws.openshift.com:443/openshift/ose-service-catalog:v4.0.0
image: quay.io/openshift/origin-service-catalog:v4.0.0
imagePullPolicy: IfNotPresent
command: ["/usr/bin/service-catalog"]
resources:
Expand Down Expand Up @@ -226,7 +226,7 @@ spec:
serviceAccountName: service-catalog-controller
containers:
- name: controller-manager
image: registry.reg-aws.openshift.com:443/openshift/ose-service-catalog:v4.0.0
image: quay.io/openshift/origin-service-catalog:v4.0.0
imagePullPolicy: IfNotPresent
command: ["/usr/bin/service-catalog"]
resources:
Expand Down

0 comments on commit 5634e2f

Please sign in to comment.