Skip to content

Commit

Permalink
Fixed images, pointing to 1.9.0 (#518)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
  • Loading branch information
matzew committed Oct 8, 2020
1 parent 1f19001 commit afb4f29
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -286,7 +286,7 @@ spec:
containers:
- name: knative-openshift
# This reference will be replaced in local builds and CI via hack/lib/catalogsource.bash.
image: registry.svc.ci.openshift.org/openshift/openshift-serverless-nightly:knative-operator
image: registry.svc.ci.openshift.org/openshift/openshift-serverless-v1.9.0:knative-operator
command:
- knative-openshift
imagePullPolicy: Always
Expand Down Expand Up @@ -382,7 +382,7 @@ spec:
containers:
- name: knative-openshift-ingress
# This reference will be replaced in local builds and CI via hack/lib/catalogsource.bash.
image: registry.svc.ci.openshift.org/openshift/openshift-serverless-nightly:knative-openshift-ingress
image: registry.svc.ci.openshift.org/openshift/openshift-serverless-v1.9.0:knative-openshift-ingress
commangd:
- knative-openshift-ingress
imagePullPolicy: Always
Expand Down Expand Up @@ -496,10 +496,10 @@ spec:
image: registry.svc.ci.openshift.org/openshift/knative-v0.15.2:knative-operator
- name: knative-openshift
# This reference will be replaced in local builds and CI via hack/lib/catalogsource.bash.
image: registry.svc.ci.openshift.org/openshift/openshift-serverless-nightly:knative-operator
image: registry.svc.ci.openshift.org/openshift/openshift-serverless-v1.9.0:knative-operator
- name: knative-openshift-ingress
# This reference will be replaced in local builds and CI via hack/lib/catalogsource.bash.
image: registry.svc.ci.openshift.org/openshift/openshift-serverless-nightly:knative-openshift-ingress
image: registry.svc.ci.openshift.org/openshift/openshift-serverless-v1.9.0:knative-openshift-ingress
- name: IMAGE_eventing-controller__eventing-controller
image: registry.svc.ci.openshift.org/openshift/knative-v0.15.2:knative-eventing-controller
- name: IMAGE_eventing-webhook__eventing-webhook
Expand Down

0 comments on commit afb4f29

Please sign in to comment.