From 58bbaafc5eece65806dcc25751fe83dd33dc8fc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 01:41:44 +0000 Subject: [PATCH] chore(deps): update helm release rancher-backup to v104.0.2+up5.0.2 --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index fe16aca..10e24e2 100644 --- a/variables.tf +++ b/variables.tf @@ -35,7 +35,7 @@ variable "rancher_backup_enabled" { variable "rancher_backup_chart_version" { # registryUrl=https://charts.rancher.io depName=rancher-backup - default = "104.0.1+up5.0.1" + default = "104.0.2+up5.0.2" } variable "rancher_backup_chart_values" {