From 7e62f16835654d5dc21603852987f0800af5d50b Mon Sep 17 00:00:00 2001 From: rconway Date: Wed, 3 Apr 2024 08:18:41 +0000 Subject: [PATCH] Commit triggered by a change on the main branch of helm-charts-dev --- charts/identity-service/Chart.lock | 6 +++--- charts/identity-service/Chart.yaml | 4 ++-- charts/identity-service/values.yaml | 8 ++------ 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/charts/identity-service/Chart.lock b/charts/identity-service/Chart.lock index 9698589..a2dcb37 100644 --- a/charts/identity-service/Chart.lock +++ b/charts/identity-service/Chart.lock @@ -10,6 +10,6 @@ dependencies: version: 1.0.6 - name: identity-gatekeeper repository: https://eoepca.github.io/helm-charts/ - version: 1.0.11 -digest: sha256:fd96069188980ce005de95e26c531ae401e83982f4ee5f074fca21d95ac4a6d9 -generated: "2024-02-27T10:21:25.885478192Z" + version: 1.0.12 +digest: sha256:c2b403c83707490f44c7efe866bbe866d5f692660fe9a7a5237729fa486d16cd +generated: "2024-04-03T08:16:41.752301944Z" diff --git a/charts/identity-service/Chart.yaml b/charts/identity-service/Chart.yaml index cca9496..a229a16 100644 --- a/charts/identity-service/Chart.yaml +++ b/charts/identity-service/Chart.yaml @@ -16,7 +16,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.97 +version: 1.0.98 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -35,6 +35,6 @@ dependencies: version: 1.0.6 - name: identity-gatekeeper condition: identity-gatekeeper.enabled - version: 1.0.11 + version: 1.0.12 repository: "https://eoepca.github.io/helm-charts/" alias: identity-api-gatekeeper \ No newline at end of file diff --git a/charts/identity-service/values.yaml b/charts/identity-service/values.yaml index 27d5bd1..2b63eee 100644 --- a/charts/identity-service/values.yaml +++ b/charts/identity-service/values.yaml @@ -39,9 +39,5 @@ identity-api-gatekeeper: annotations: ingress.kubernetes.io/ssl-redirect: "true" nginx.ingress.kubernetes.io/ssl-redirect: "true" - serverSnippets: - custom: |- - # Additional snippet for open access to the Swagger UI of the identity-api - location ~ ^/(docs|openapi.json) { - proxy_pass {{ include "identity-gatekeeper.targetUrl" . }}$request_uri; - } + openUri: + - ^/(docs|openapi.json)