From 6209cfe91b8952ea4f05f09b4a739f796d55d443 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 11:08:10 -0600 Subject: [PATCH] chore(deps): update helm release nginx to v18.1.7 (#1039) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- manifests/modules/introduction/helm/.workshop/terraform/vars.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/modules/introduction/helm/.workshop/terraform/vars.tf b/manifests/modules/introduction/helm/.workshop/terraform/vars.tf index 412201db8..fcfc07656 100644 --- a/manifests/modules/introduction/helm/.workshop/terraform/vars.tf +++ b/manifests/modules/introduction/helm/.workshop/terraform/vars.tf @@ -38,5 +38,5 @@ variable "nginx_chart_version" { description = "The chart version of nginx to use" type = string # renovate-helm: depName=nginx registryUrl=https://charts.bitnami.com/bitnami - default = "18.1.2" + default = "18.1.7" } \ No newline at end of file