Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
chore(deps): update docker.io/nginxinc/nginx-unprivileged docker tag …
Browse files Browse the repository at this point in the history
…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 <[email protected]>
  • Loading branch information
renovate[bot] and chrisgacsal authored Feb 8, 2024
1 parent 75f10c8 commit c30cfa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installation/kubernetes/helm/vmclarity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion installation/kubernetes/helm/vmclarity/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c30cfa8

Please sign in to comment.