File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ require (
105105 github.com/joho/godotenv v1.5.1
106106 github.com/json-iterator/go v1.1.12
107107 github.com/k3s-io/api v0.1.4
108- github.com/k3s-io/helm-controller v0.16.25
108+ github.com/k3s-io/helm-controller v0.16.26
109109 github.com/k3s-io/kine v0.16.3
110110 github.com/klauspost/compress v1.18.6
111111 github.com/libp2p/go-libp2p v0.48.0
@@ -170,7 +170,7 @@ require (
170170 k8s.io/kube-proxy v0.34.9
171171 k8s.io/kubectl v0.34.9
172172 k8s.io/kubelet v0.35.1
173- k8s.io/kubernetes v1.34.10
173+ k8s.io/kubernetes v1.35.1
174174 k8s.io/utils v0.0.0-20260108192941-914a6e750570
175175 sigs.k8s.io/cri-tools v0.34.0
176176 sigs.k8s.io/yaml v1.6.0
Original file line number Diff line number Diff line change @@ -874,8 +874,8 @@ github.com/k3s-io/etcd/pkg/v3 v3.6.14-k3s1 h1:s95NYEWi0ZuCttIQeNV9e2rcA1YoYRRSB5
874874github.com/k3s-io/etcd/pkg/v3 v3.6.14-k3s1 /go.mod h1:grZHgzt+JCM8hnwSFrEAGxcl/VXksW0dRXfU0R2RmF8 =
875875github.com/k3s-io/etcd/server/v3 v3.6.14-k3s1 h1:yTlDjmjVu8+s6uhArtRFx8kSI0Gyg9v0bHVHsuj3mtY =
876876github.com/k3s-io/etcd/server/v3 v3.6.14-k3s1 /go.mod h1:yj1SNtvmNLLl7JUQY3vpaUBm24qAzTVixJn/1OKG6i4 =
877- github.com/k3s-io/helm-controller v0.16.25 h1:z+3WDJMxZ9G7+tcodfY2X44CtnKGCp7WqIpHisTXnRQ =
878- github.com/k3s-io/helm-controller v0.16.25 /go.mod h1:1iRWHzW54LV5t3NdpRD8Eo3DWosPaDVrXBQ6hjac+8c =
877+ github.com/k3s-io/helm-controller v0.16.26 h1:jvKjVbI9NwY5BFJljDL066RB687CE/rQlTZlEPH4av4 =
878+ github.com/k3s-io/helm-controller v0.16.26 /go.mod h1:1iRWHzW54LV5t3NdpRD8Eo3DWosPaDVrXBQ6hjac+8c =
879879github.com/k3s-io/kine v0.16.3 h1:NstMQZ7AIRA9dC+uu+ZpK5eITwsANrSDX4Fe6yTSmpU =
880880github.com/k3s-io/kine v0.16.3 /go.mod h1:8cpZsCKacjwrka3BjQDY7sCQ2qI9iGtcCs2I/I5euec =
881881github.com/k3s-io/klog/v2 v2.140.0-k3s1 h1:Z6S9oqaxcKtLaTcQNgWsaZNE5a+qJmCrTI+Lahor4X8 =
Original file line number Diff line number Diff line change 1- docker.io/rancher/klipper-helm:v0.13.2-build20260716
1+ docker.io/rancher/klipper-helm:v0.13.3-build20260727
22docker.io/rancher/klipper-lb:v0.4.17
33docker.io/rancher/local-path-provisioner:v0.0.36
44docker.io/rancher/mirrored-coredns-coredns:1.14.6
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ case ${ARCH} in
8282 ;;
8383esac
8484
85- VERSION_HELM_JOB=" v0.13.2-build20260716 "
85+ VERSION_HELM_JOB=" v0.13.3-build20260727 "
8686
8787if [[ -n " $GIT_TAG " ]]; then
8888 if [[ ! " $GIT_TAG " =~ ^" $VERSION_K8S " [+-] ]]; then
You can’t perform that action at this time.
0 commit comments