build: use debian-iptables:bullseye-v1.1.0

The newer image contains go-runner, which is relevant for removing the
deprecated klog flags in the kube-proxy image.
This commit is contained in:
Patrick Ohly
2021-11-10 09:23:18 +01:00
parent 0c6110e412
commit 3cfef61112
3 changed files with 3 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ readonly KUBE_RSYNC_PORT="${KUBE_RSYNC_PORT:-}"
readonly KUBE_CONTAINER_RSYNC_PORT=8730
# These are the default versions (image tags) for their respective base images.
readonly __default_debian_iptables_version=bullseye-v1.0.0
readonly __default_debian_iptables_version=bullseye-v1.1.0
readonly __default_go_runner_version=v2.3.1-go1.17.3-bullseye.0
readonly __default_setcap_version=bullseye-v1.0.0

View File

@@ -136,7 +136,7 @@ dependencies:
match: BASE_IMAGE_VERSION\?=
- name: "k8s.gcr.io/debian-iptables: dependents"
version: bullseye-v1.0.0
version: bullseye-v1.1.0
refPaths:
- path: build/common.sh
match: __default_debian_iptables_version=