Skip to content

Commit 396c286

Browse files
committed
set kubernetes_min_version on webhook and cluster-operations container
Signed-off-by: savitaashture <sashture@redhat.com>
1 parent 5718458 commit 396c286

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

config/openshift/base/operator.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ spec:
116116
drop:
117117
- ALL
118118
env:
119+
- name: KUBERNETES_MIN_VERSION
120+
value: "v1.0.0"
119121
- name: SYSTEM_NAMESPACE
120122
valueFrom:
121123
fieldRef:

config/openshift/base/webhook.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ spec:
3939
- name: tekton-operator-webhook
4040
image: ko://github.com/tektoncd/operator/cmd/openshift/webhook
4141
env:
42+
- name: KUBERNETES_MIN_VERSION
43+
value: "v1.0.0"
4244
- name: SYSTEM_NAMESPACE
4345
valueFrom:
4446
fieldRef:

0 commit comments

Comments
 (0)