Skip to content

Commit

Permalink
Bump konnectivity to 0.0.31-k0s
Browse files Browse the repository at this point in the history
Signed-off-by: Natanael Copa <ncopa@mirantis.com>
(cherry picked from commit b9374b1)
  • Loading branch information
ncopa committed May 25, 2022
1 parent 37e1a10 commit 05b8074
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 05b8074

Please sign in to comment.