Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/cloudprovider/servicelb.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const (
)

var (
DefaultLBImage = "rancher/klipper-lb:v0.4.14"
DefaultLBImage = "rancher/klipper-lb:v0.4.15"
)

func (k *k3s) Register(ctx context.Context,
Expand Down
4 changes: 2 additions & 2 deletions scripts/airgap/image-list.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
docker.io/rancher/klipper-helm:v0.9.14-build20260210
docker.io/rancher/klipper-lb:v0.4.14
docker.io/rancher/klipper-helm:v0.9.14-build20260309
docker.io/rancher/klipper-lb:v0.4.15
docker.io/rancher/local-path-provisioner:v0.0.34
docker.io/rancher/mirrored-coredns-coredns:1.14.2
docker.io/rancher/mirrored-library-busybox:1.37.0
Expand Down
2 changes: 1 addition & 1 deletion scripts/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fi

VERSION_ROOT="v0.15.0"

VERSION_HELM_JOB="v0.9.14-build20260210"
VERSION_HELM_JOB="v0.9.14-build20260309"

VERSION_GOLANG="go"$(curl -sL "https://raw.githubusercontent.com${PKG_KUBERNETES_K3S/github.com/}/refs/tags/${VERSION_K8S_K3S}/.go-version")

Expand Down