mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Merge pull request #130546 from Jefftree/addon-manager-bump
Bump addon manager kubectl version to 1.32.2
This commit is contained in:
commit
af2413f6c7
@ -1,3 +1,6 @@
|
||||
### Version 9.1.8 (Mon Mar 3 2025 Jeffrey Ying <jeffrey.ying86@live.com>)
|
||||
- Update kubectl to v1.32.2.
|
||||
|
||||
### Version 9.1.7 (Thu May 15 2023 Paco Xu <paco.xu@daocloud.io>)
|
||||
- Update kubectl to v1.27.1.
|
||||
- Use `--prune-allowlist` instead of deprecated `--prune-whitelist`.
|
||||
|
@ -15,8 +15,8 @@
|
||||
IMAGE=gcr.io/k8s-staging-addon-manager/kube-addon-manager
|
||||
ARCH?=amd64
|
||||
TEMP_DIR:=$(shell mktemp -d)
|
||||
VERSION=v9.1.7
|
||||
KUBECTL_VERSION?=v1.27.1
|
||||
VERSION=v9.1.8
|
||||
KUBECTL_VERSION?=v1.32.2
|
||||
|
||||
BASEIMAGE=registry.k8s.io/debian-base-$(ARCH):v1.0.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user