From 0804962f58672aa67efff668161b3712e49833d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 06:22:32 +0000 Subject: [PATCH] chore(deps): update helm release nginx-stable/nginx-ingress to v2.7.3 --- config/samples/config_v1alpha1_clusterprofile.yaml | 2 +- examples/multiple_helm_charts.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/samples/config_v1alpha1_clusterprofile.yaml b/config/samples/config_v1alpha1_clusterprofile.yaml index 9a68b540..d0671439 100644 --- a/config/samples/config_v1alpha1_clusterprofile.yaml +++ b/config/samples/config_v1alpha1_clusterprofile.yaml @@ -21,7 +21,7 @@ spec: - repositoryURL: https://helm.nginx.com/stable repositoryName: nginx-stable chartName: nginx-stable/nginx-ingress - chartVersion: 2.7.2 + chartVersion: 2.7.3 releaseName: nginx-latest releaseNamespace: nginx helmChartAction: Install diff --git a/examples/multiple_helm_charts.yaml b/examples/multiple_helm_charts.yaml index a38f2fd1..d39d45fb 100644 --- a/examples/multiple_helm_charts.yaml +++ b/examples/multiple_helm_charts.yaml @@ -13,7 +13,7 @@ spec: - repositoryURL: https://helm.nginx.com/stable/ repositoryName: nginx-stable chartName: nginx-stable/nginx-ingress - chartVersion: 2.7.2 + chartVersion: 2.7.3 releaseName: ngix-latest releaseNamespace: nginx helmChartAction: Install