We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b543e5 commit 69a32ebCopy full SHA for 69a32eb
charts/prometheus-federator/values.yaml
@@ -209,7 +209,7 @@ helmProjectOperator:
209
cleanup:
210
image:
211
repository: rancher/kuberlr-kubectl
212
- tag: v4.0.2
+ tag: v4.0.3
213
pullPolicy: IfNotPresent
214
215
## Define which Nodes the Pods are scheduled on.
go.mod
@@ -2,7 +2,7 @@ module github.com/rancher/prometheus-federator
2
3
go 1.23.0
4
5
-toolchain go1.23.4
+toolchain go1.24.6
6
7
require (
8
github.com/caarlos0/env/v11 v11.1.0
0 commit comments