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