Skip to content

Commit 9bf8b3b

Browse files
ab-ghoshsavitaashture
authored andcommitted
added KUBERNETES_MIN_VERSION env variable
1 parent b9b6e74 commit 9bf8b3b

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

config/kubernetes/500-controller.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ spec:
6868
value: config-observability
6969
- name: METRICS_DOMAIN
7070
value: openshift-pipelines.org/manual-approval-gate
71+
- name: KUBERNETES_MIN_VERSION
72+
value: "v1.28.0"
7173
securityContext:
7274
seccompProfile:
7375
type: RuntimeDefault

config/kubernetes/500-webhook.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ spec:
4545
value: manual-approval-gate-webhook-certs
4646
- name: CONFIG_LEADERELECTION_NAME
4747
value: manual-approval-config-leader-election
48+
- name: KUBERNETES_MIN_VERSION
49+
value: "v1.28.0"
4850
ports:
4951
- name: https-webhook
5052
containerPort: 8443

config/openshift/500-controller.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ spec:
6868
value: config-observability
6969
- name: METRICS_DOMAIN
7070
value: openshift-pipelines.org/manual-approval-gate
71+
- name: KUBERNETES_MIN_VERSION
72+
value: "v1.28.0"
7173
securityContext:
7274
seccompProfile:
7375
type: RuntimeDefault

config/openshift/500-webhook.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ spec:
4545
value: manual-approval-gate-webhook-certs
4646
- name: CONFIG_LEADERELECTION_NAME
4747
value: manual-approval-config-leader-election
48+
- name: KUBERNETES_MIN_VERSION
49+
value: "v1.28.0"
4850
ports:
4951
- name: https-webhook
5052
containerPort: 8443

0 commit comments

Comments
 (0)