From e633c9bad55f0345e29818f4809e9acaf211f41b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 14 Oct 2024 15:19:08 +0000 Subject: [PATCH] Auto update of README.md files --- charts/oidc-forward-auth/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/oidc-forward-auth/README.md b/charts/oidc-forward-auth/README.md index 1ec6aca..2159c0c 100644 --- a/charts/oidc-forward-auth/README.md +++ b/charts/oidc-forward-auth/README.md @@ -10,7 +10,7 @@ Forward Auth proxy with gogatekeeper. It replaces the old proxy mechanism charts: oidc-forward-auth: namespace: routing - targetRevision: "1.0.0" + targetRevision: "1.6.2" parameters: gatekeeper.config.client-id: "${vault:whatever/data/keycloak/keycloak_proxy_admin#client_id}" gatekeeper.config.client-secret: "${vault:whatever/data/keycloak/keycloak_proxy_admin#client_secret}" @@ -39,7 +39,7 @@ ingress: | Repository | Name | Version | |------------|------|---------| -| https://gogatekeeper.github.io/helm-gogatekeeper | gatekeeper | 0.1.49 | +| https://gogatekeeper.github.io/helm-gogatekeeper | gatekeeper | 0.1.50 | ## Values @@ -70,7 +70,7 @@ ingress: | gatekeeper.config.server-write-timeout | string | `"10s"` | | | gatekeeper.containerSecurityContext.allowPrivilegeEscalation | bool | `false` | | | gatekeeper.containerSecurityContext.seccompProfile.type | string | `"RuntimeDefault"` | | -| gatekeeper.image.tag | string | `"2.14.0"` | | +| gatekeeper.image.tag | string | `"2.14.3"` | | | gatekeeper.livenessProbe.enabled | bool | `true` | | | gatekeeper.replicaCount | int | `2` | | | gatekeeper.resources.limits.cpu | string | `"100m"` | |