Skip to content
This repository was archived by the owner on Aug 2, 2019. It is now read-only.

Commit 22f2708

Browse files
committed
Refer to the correct revision to fix OCF-342
1 parent 0ec10b1 commit 22f2708

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

knative-operators.catalogsource.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2487,7 +2487,7 @@ data:
24872487
initContainers:
24882488
- name: olm-hack
24892489
image: lachlanevenson/k8s-kubectl
2490-
args: ['apply', '-f', 'https://raw.githubusercontent.com/openshift-cloud-functions/knative-operators/master/etc/hacks/knative-serving-0.2.2.yaml']
2490+
args: ['apply', '-f', 'https://raw.githubusercontent.com/openshift-cloud-functions/knative-operators/0ec10b1/etc/hacks/knative-serving-0.2.2.yaml']
24912491
serviceAccountName: controller
24922492
volumes:
24932493
- configMap:

olm-catalog/knative-serving.v0.2.2.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ spec:
215215
initContainers:
216216
- name: olm-hack
217217
image: lachlanevenson/k8s-kubectl
218-
args: ['apply', '-f', 'https://raw.githubusercontent.com/openshift-cloud-functions/knative-operators/master/etc/hacks/knative-serving-0.2.2.yaml']
218+
args: ['apply', '-f', 'https://raw.githubusercontent.com/openshift-cloud-functions/knative-operators/0ec10b1/etc/hacks/knative-serving-0.2.2.yaml']
219219
serviceAccountName: controller
220220
volumes:
221221
- configMap:

0 commit comments

Comments
 (0)