Skip to content

Commit

Permalink
Commit triggered by a change on the main branch of helm-charts-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rconway committed Apr 3, 2024
1 parent 4630cc8 commit 7e62f16
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
6 changes: 3 additions & 3 deletions charts/identity-service/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions charts/identity-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
8 changes: 2 additions & 6 deletions charts/identity-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 7e62f16

Please sign in to comment.