From 5b71f49e89ce10ea9b372b43cfa81d2efa10e248 Mon Sep 17 00:00:00 2001 From: shlomiko Date: Tue, 14 Jul 2026 11:09:31 +0300 Subject: [PATCH] chore(helm): upgrade raster nginx chart dep and image to 2.2.1 Bump nginx chart dependency and image tag to 2.2.1 for the raster helm chart, and set nginx nameOverride to "pycsw-nginx". Co-Authored-By: Claude Opus 4.8 (1M context) --- helm/raster/Chart.yaml | 2 +- helm/raster/values.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/helm/raster/Chart.yaml b/helm/raster/Chart.yaml index 55a1209e..68f424de 100644 --- a/helm/raster/Chart.yaml +++ b/helm/raster/Chart.yaml @@ -6,7 +6,7 @@ version: 6.6.1 appVersion: 6.6.1 dependencies: - name: nginx - version: 2.1.6 + version: 2.2.1 repository: oci://acrarolibotnonprod.azurecr.io/helm/common - name: mclabels version: 1.0.1 diff --git a/helm/raster/values.yaml b/helm/raster/values.yaml index 5b9b830b..be1f5b69 100644 --- a/helm/raster/values.yaml +++ b/helm/raster/values.yaml @@ -129,10 +129,11 @@ resources: nginx: enabled: true fullnameOverride: "" + nameOverride: "pycsw-nginx" replicaCount: 2 image: repository: common/nginx - tag: "v2.1.6" + tag: "v2.2.1" nginx: extensions: server: