Skip to content

Commit 96dc92b

Browse files
Update all non-major dependencies
1 parent 8f6cc40 commit 96dc92b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/rancher-backup/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ global:
5454
enabled: false # PSP enablement should default to false
5555
kubectl:
5656
repository: rancher/kuberlr-kubectl
57-
tag: v3.0.1
57+
tag: v3.0.3
5858

5959
## Node labels for pod assignment
6060
## Ref: https://kubernetes.io/docs/user-guide/node-selection/

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/rancher/backup-restore-operator
22

33
go 1.22.0
44

5-
toolchain go1.22.8
5+
toolchain go1.23.12
66

77
replace (
88
github.com/imdario/mergo => dario.cat/mergo v0.3.16

tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/rancher/backup-restore-operator/tests
22

33
go 1.22.0
44

5-
toolchain go1.22.8
5+
toolchain go1.23.12
66

77
require (
88
github.com/rancher/hull v0.0.0-20230424152137-627ef5347afd

0 commit comments

Comments
 (0)