Skip to content

Commit

Permalink
Bump konnectivity to 0.0.33-k0s
Browse files Browse the repository at this point in the history
Signed-off-by: Natanael Copa <[email protected]>
  • Loading branch information
ncopa committed Dec 21, 2022
1 parent 8dfae86 commit c8bfd2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
version: 1.10.0
konnectivity:
image: quay.io/k0sproject/apiserver-network-proxy-agent
version: 0.0.32-k0s1
version: 0.0.33-k0s
kubeproxy:
image: registry.k8s.io/kube-proxy
version: v1.26.0
Expand Down
2 changes: 1 addition & 1 deletion embedded-bins/Makefile.variables
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ etcd_build_go_ldflags = "-w -s"
#etcd_build_go_ldflags_extra =

konnectivity_buildimage = $(golang_buildimage)
konnectivity_version = 0.0.32-k0s1
konnectivity_version = 0.0.33-k0s
#konnectivity_build_go_tags =
konnectivity_build_go_cgo_enabled = 0
#konnectivity_build_go_cgo_cflags =
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 @@ -75,7 +75,7 @@ const (
KubernetesMajorMinorVersion = "1.26"
// Image Constants
KonnectivityImage = "quay.io/k0sproject/apiserver-network-proxy-agent"
KonnectivityImageVersion = "0.0.32-k0s1"
KonnectivityImageVersion = "0.0.33-k0s"
PushGatewayImage = "quay.io/k0sproject/pushgateway-ttl"
PushGatewayImageVersion = "edge@sha256:7031f6bf6c957e2fdb496161fe3bea0a5bde3de800deeba7b2155187196ecbd9"
MetricsImage = "registry.k8s.io/metrics-server/metrics-server"
Expand Down

0 comments on commit c8bfd2f

Please sign in to comment.