From c30cfa8fcff7fb25511bb944a3d0715330239bee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:04:47 +0000 Subject: [PATCH] chore(deps): update docker.io/nginxinc/nginx-unprivileged docker tag to v1.25.3 (#1179) * chore(deps): update docker.io/nginxinc/nginx-unprivileged docker tag to v1.25.3 * docs: update helm docs --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Krisztian Gacsal --- installation/kubernetes/helm/vmclarity/README.md | 2 +- installation/kubernetes/helm/vmclarity/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installation/kubernetes/helm/vmclarity/README.md b/installation/kubernetes/helm/vmclarity/README.md index b0df1c72f..53f373399 100644 --- a/installation/kubernetes/helm/vmclarity/README.md +++ b/installation/kubernetes/helm/vmclarity/README.md @@ -125,7 +125,7 @@ secrets. | gateway.image.pullPolicy | string | `"IfNotPresent"` | Gateway service container pull policy | | gateway.image.registry | string | `"docker.io"` | Gateway service container registry | | gateway.image.repository | string | `"nginxinc/nginx-unprivileged"` | Gateway service container repository | -| gateway.image.tag | string | `"1.25.1"` | Gateway service container tag | +| gateway.image.tag | string | `"1.25.3"` | Gateway service container tag | | gateway.podSecurityContext.enabled | bool | `true` | Pod security context enabled | | gateway.podSecurityContext.fsGroup | int | `101` | Pod security context fsGroup | | gateway.replicas | int | `1` | Number of replicas for the gateway | diff --git a/installation/kubernetes/helm/vmclarity/values.yaml b/installation/kubernetes/helm/vmclarity/values.yaml index be7ed8019..89786182c 100644 --- a/installation/kubernetes/helm/vmclarity/values.yaml +++ b/installation/kubernetes/helm/vmclarity/values.yaml @@ -354,7 +354,7 @@ gateway: # -- Gateway service container repository repository: nginxinc/nginx-unprivileged # -- Gateway service container tag - tag: 1.25.1 + tag: 1.25.3 # -- Gateway image digest. If set will override the tag. digest: "" # -- Gateway service container pull policy