diff --git a/charts/prometheus-federator/values.yaml b/charts/prometheus-federator/values.yaml index c8f88bda..355ec866 100644 --- a/charts/prometheus-federator/values.yaml +++ b/charts/prometheus-federator/values.yaml @@ -209,7 +209,7 @@ helmProjectOperator: cleanup: image: repository: rancher/kuberlr-kubectl - tag: v4.0.2 + tag: v4.0.4 pullPolicy: IfNotPresent ## Define which Nodes the Pods are scheduled on. diff --git a/go.mod b/go.mod index c391391d..cce0f293 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/rancher/prometheus-federator go 1.23.0 -toolchain go1.23.4 +toolchain go1.23.12 require ( github.com/caarlos0/env/v11 v11.1.0