diff --git a/AUTHORS.md b/AUTHORS.md index 835ad34..a423f88 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -6,4 +6,4 @@ The following people have contributed to this repository: * Dmitrii Vasiunin, doubleSlash Net-Business GmbH, https://github.com/dvasunin * Amol Dashwant, T-Systems International GmbH, https://github.com/amoldashwant * Fedor Nazarov, doubleSlash Net-Business GmbH, https://github.com/Wulghash - +* Marco Lecheler, Mercedes-Benz Tech Innovation GmbH, https://github.com/fty4 diff --git a/charts/daps-server/Chart.yaml b/charts/daps-server/Chart.yaml index 5b151ab..26b2dee 100644 --- a/charts/daps-server/Chart.yaml +++ b/charts/daps-server/Chart.yaml @@ -38,7 +38,7 @@ sources: # 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.7.9 +version: 1.7.10 # 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 diff --git a/charts/daps-server/templates/tests/test-connection.yaml b/charts/daps-server/templates/tests/test-connection.yaml index e98abe7..1c3485e 100644 --- a/charts/daps-server/templates/tests/test-connection.yaml +++ b/charts/daps-server/templates/tests/test-connection.yaml @@ -11,5 +11,5 @@ spec: - name: wget image: busybox command: ['wget'] - args: ['{{ include "daps-server.fullname" . }}:{{ .Values.service.port }}'] + args: ['{{ include "daps-server.fullname" . }}:{{ .Values.service.port }}/.well-known/openid-configuration'] restartPolicy: Never