From cfe05f28018dc4e5df1d1e752c5b1e03d9d23f4f Mon Sep 17 00:00:00 2001 From: shlomiko Date: Tue, 14 Jul 2026 12:43:39 +0300 Subject: [PATCH] chore(helm): upgrade nginx chart dep and image to 2.2.1 Bump nginx chart dependency and image tag to 2.2.1, and set nginx nameOverride to "files-server-nginx". --- helm/Chart.yaml | 2 +- helm/values.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 8b890d9..b328586 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -6,5 +6,5 @@ version: 2.5.0 appVersion: 2.5.0 dependencies: - name: nginx - version: 2.1.5 + version: 2.2.1 repository: oci://acrarolibotnonprod.azurecr.io/helm/common diff --git a/helm/values.yaml b/helm/values.yaml index a0e5e7e..0f252f2 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -62,6 +62,7 @@ env: nginx: enabled: true fullnameOverride: "" + nameOverride: "files-server-nginx" nginx: extensions: location: @@ -72,7 +73,7 @@ nginx: replicaCount: 1 image: repository: common/nginx - tag: "v2.1.5" + tag: "v2.2.1" port: 8080 targetPort: 8080 nodePort: 30003