From 46d5eaa29a5638c32200576f14bdb470e7e84d0f Mon Sep 17 00:00:00 2001 From: Billy Lynch Date: Thu, 15 Jul 2021 16:04:41 -0400 Subject: [PATCH] [notifiers/GitHub] Set MIN_KUBERNETES_VERSION This is required by Knative to start up properly. --- notifiers/github-app/config/deployment.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/notifiers/github-app/config/deployment.yaml b/notifiers/github-app/config/deployment.yaml index 97a9129b5..b41913edd 100644 --- a/notifiers/github-app/config/deployment.yaml +++ b/notifiers/github-app/config/deployment.yaml @@ -46,6 +46,8 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace + - name: KUBERNETES_MIN_VERSION + value: 1.18.0 securityContext: allowPrivilegeEscalation: false capabilities: @@ -53,4 +55,4 @@ spec: - all # User 65532 is the distroless nonroot user ID runAsUser: 65532 - runAsGroup: 65532 \ No newline at end of file + runAsGroup: 65532