Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump kubectl version to 1.24.0 #128

Merged
merged 2 commits into from
Aug 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`<br>`KUBERNETES_LOG_LEVEL` |
| `namespace` | Kubernetes namespace from the configuration file | `false` | `N/A` | `PARAMETER_NAMESPACE`<br>`KUBERNETES_NAMESPACE` |
| `path` | path to configuration file for communication with Kubernetes | `false` | `N/A` | `PARAMETER_PATH`<br>`KUBERNETES_PATH` |
| `version` | version of the `kubectl` CLI to install | `false` | `v1.17.0` | `PARAMETER_VERSION`<br>`KUBERNETES_VERSION` |
| `version` | version of the `kubectl` CLI to install | `false` | `v1.24.0` | `PARAMETER_VERSION`<br>`KUBERNETES_VERSION` |

#### Apply

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 . ##
Expand Down