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/rancher-backup/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ global:
enabled: false # PSP enablement should default to false
kubectl:
repository: rancher/kuberlr-kubectl
tag: v3.0.1
tag: v3.0.3

## Node labels for pod assignment
## Ref: https://kubernetes.io/docs/user-guide/node-selection/
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/backup-restore-operator

go 1.22.0

toolchain go1.22.8
toolchain go1.23.12

replace (
github.com/imdario/mergo => dario.cat/mergo v0.3.16
Expand Down
2 changes: 1 addition & 1 deletion tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/rancher/backup-restore-operator/tests

go 1.22.0

toolchain go1.22.8
toolchain go1.23.12

require (
github.com/rancher/hull v0.0.0-20230424152137-627ef5347afd
Expand Down
Loading