From 30d4524bbbc17f1a5e8b21e7bcbd08ad8624b208 Mon Sep 17 00:00:00 2001 From: TULCHINSKI LIRAN Date: Wed, 24 Jun 2026 11:29:29 +0300 Subject: [PATCH 1/2] helm: upgrade nginx version --- helm/Chart.lock | 6 +++--- helm/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/Chart.lock b/helm/Chart.lock index 00e0303..c38406a 100644 --- a/helm/Chart.lock +++ b/helm/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 1.0.1 - name: nginx repository: oci://acrarolibotnonprod.azurecr.io/helm/common - version: 2.1.0 -digest: sha256:3e41b64eb0cb9d37c16017031fdd15d9ffe5ce88fe3be0d3c72eb9ab13df0d68 -generated: "2026-02-01T10:52:46.905143+02:00" + version: 2.2.1 +digest: sha256:2c86149043507db63949ea9d1b0f077b2965806c1fa8872d353c7fe1b79e3d88 +generated: "2026-06-24T11:21:58.437838414+03:00" diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 7c2d3dd..d131a73 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -9,5 +9,5 @@ dependencies: version: 1.0.1 repository: oci://acrarolibotnonprod.azurecr.io/helm/infra - name: nginx - version: 2.1.0 + version: 2.2.1 repository: oci://acrarolibotnonprod.azurecr.io/helm/common From 469c07f4f4f065ba5b35ce6da51f02ae9db4b62a Mon Sep 17 00:00:00 2001 From: TULCHINSKI LIRAN Date: Wed, 24 Jun 2026 15:16:39 +0300 Subject: [PATCH 2/2] chore: remove depracted info --- helm/values.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/helm/values.yaml b/helm/values.yaml index 55f9ccb..ed67e14 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -139,9 +139,6 @@ nginx: caPath: '/usr/local/share/ca-certificates' caKey: 'ca.crt' - image: - repository: nginx - tag: 'latest' port: 8080 targetPort: 8080 nodePort: 30001