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

Commit 342944a

Browse files
committed
Pin kubectl image to v1.12.6 for olm-hack initContainer [SRVKS-26]
1 parent c749043 commit 342944a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

knative-operators.catalogsource.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@ data:
12981298
name: config-logging
12991299
initContainers:
13001300
- name: olm-hack
1301-
image: lachlanevenson/k8s-kubectl
1301+
image: lachlanevenson/k8s-kubectl:v1.12.6
13021302
args: ['apply', '-f', 'https://raw.githubusercontent.com/openshift-cloud-functions/knative-operators/master/etc/hacks/knative-build-0.3.0.yaml']
13031303
serviceAccountName: build-controller
13041304
volumes:
@@ -1877,7 +1877,7 @@ data:
18771877
name: config-logging
18781878
initContainers:
18791879
- name: olm-hack
1880-
image: lachlanevenson/k8s-kubectl
1880+
image: lachlanevenson/k8s-kubectl:v1.12.6
18811881
args: ['apply', '-f', 'https://raw.githubusercontent.com/openshift-cloud-functions/knative-operators/master/etc/hacks/knative-eventing-0.3.0.yaml']
18821882
serviceAccountName: eventing-controller
18831883
volumes:
@@ -3711,7 +3711,7 @@ data:
37113711
name: config-logging
37123712
initContainers:
37133713
- name: olm-hack
3714-
image: lachlanevenson/k8s-kubectl
3714+
image: lachlanevenson/k8s-kubectl:v1.12.6
37153715
args: ['apply', '-f', 'https://raw.githubusercontent.com/openshift-cloud-functions/knative-operators/master/etc/hacks/knative-serving-0.3.0.yaml']
37163716
serviceAccountName: controller
37173717
volumes:

olm-catalog/knative-build.v0.3.0.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ spec:
200200
name: config-logging
201201
initContainers:
202202
- name: olm-hack
203-
image: lachlanevenson/k8s-kubectl
203+
image: lachlanevenson/k8s-kubectl:v1.12.6
204204
args: ['apply', '-f', 'https://raw.githubusercontent.com/openshift-cloud-functions/knative-operators/master/etc/hacks/knative-build-0.3.0.yaml']
205205
serviceAccountName: build-controller
206206
volumes:

olm-catalog/knative-eventing.v0.3.0.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ spec:
158158
name: config-logging
159159
initContainers:
160160
- name: olm-hack
161-
image: lachlanevenson/k8s-kubectl
161+
image: lachlanevenson/k8s-kubectl:v1.12.6
162162
args: ['apply', '-f', 'https://raw.githubusercontent.com/openshift-cloud-functions/knative-operators/master/etc/hacks/knative-eventing-0.3.0.yaml']
163163
serviceAccountName: eventing-controller
164164
volumes:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ spec:
363363
name: config-logging
364364
initContainers:
365365
- name: olm-hack
366-
image: lachlanevenson/k8s-kubectl
366+
image: lachlanevenson/k8s-kubectl:v1.12.6
367367
args: ['apply', '-f', 'https://raw.githubusercontent.com/openshift-cloud-functions/knative-operators/master/etc/hacks/knative-serving-0.3.0.yaml']
368368
serviceAccountName: controller
369369
volumes:

0 commit comments

Comments
 (0)