Skip to content
Open
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 charts/prometheus-federator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading