From 371daef5d82ebb2687c0de13f87c6e9c187a67fe Mon Sep 17 00:00:00 2001
From: David May <1301201+wass3r@users.noreply.github.com>
Date: Mon, 22 Aug 2022 21:52:10 +0000
Subject: [PATCH] chore: bump kubectl version to 1.24.0 (#128)
---
DOCS.md | 2 +-
Dockerfile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/DOCS.md b/DOCS.md
index 1387a30..954df8a 100644
--- a/DOCS.md
+++ b/DOCS.md
@@ -155,7 +155,7 @@ The following parameters are used to configure the image:
| `log_level` | set the log level for the plugin | `true` | `info` | `PARAMETER_LOG_LEVEL`
`KUBERNETES_LOG_LEVEL` |
| `namespace` | Kubernetes namespace from the configuration file | `false` | `N/A` | `PARAMETER_NAMESPACE`
`KUBERNETES_NAMESPACE` |
| `path` | path to configuration file for communication with Kubernetes | `false` | `N/A` | `PARAMETER_PATH`
`KUBERNETES_PATH` |
-| `version` | version of the `kubectl` CLI to install | `false` | `v1.17.0` | `PARAMETER_VERSION`
`KUBERNETES_VERSION` |
+| `version` | version of the `kubectl` CLI to install | `false` | `v1.24.0` | `PARAMETER_VERSION`
`KUBERNETES_VERSION` |
#### Apply
diff --git a/Dockerfile b/Dockerfile
index 8daa15e..94d5fdb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,7 +5,7 @@
# set a global Docker argument for the default CLI version
#
# https://github.com/moby/moby/issues/37345
-ARG KUBECTL_VERSION=v1.17.0
+ARG KUBECTL_VERSION=v1.24.0
###############################################################################
## docker build --no-cache --target binary -t vela-kubernetes:binary . ##