Skip to content

Commit

Permalink
Merge pull request #1749 from ncopa/release-1.23-konnectivity-0.0.31
Browse files Browse the repository at this point in the history
[release-1.23] Bump konnectivity to 0.0.31-k0s
  • Loading branch information
twz123 authored May 25, 2022
2 parents 37e1a10 + 05b8074 commit 71a2c70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedded-bins/Makefile.variables
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ etcd_build_go_ldflags = "-w -s"
#etcd_build_go_ldflags_extra =

konnectivity_buildimage = golang:$(go_version)-alpine
konnectivity_version = 0.0.30-k0s
konnectivity_version = 0.0.31-k0s
#konnectivity_build_go_tags =
konnectivity_build_go_cgo_enabled = 0
konnectivity_build_go_flags = "-a"
Expand Down
2 changes: 1 addition & 1 deletion pkg/constant/constant_shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const (
DefaultPSP = "00-k0s-privileged"
// Image Constants
KonnectivityImage = "quay.io/k0sproject/apiserver-network-proxy-agent"
KonnectivityImageVersion = "0.0.30-k0s"
KonnectivityImageVersion = "0.0.31-k0s"
MetricsImage = "k8s.gcr.io/metrics-server/metrics-server"
MetricsImageVersion = "v0.5.2"
KubeProxyImage = "k8s.gcr.io/kube-proxy"
Expand Down

0 comments on commit 71a2c70

Please sign in to comment.