From 81de59169817c5c1c9311a6453f1fcb790e0d5f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 15:50:52 +0000 Subject: [PATCH] chore(deps): update helm release nginx-stable/nginx-ingress to v2.4.4 --- 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 489cca43..393b6265 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.4.1 + chartVersion: 2.4.4 releaseName: nginx-latest releaseNamespace: nginx helmChartAction: Install diff --git a/examples/multiple_helm_charts.yaml b/examples/multiple_helm_charts.yaml index a81342b3..9032e7cf 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.4.1 + chartVersion: 2.4.4 releaseName: ngix-latest releaseNamespace: nginx helmChartAction: Install