Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #38 from mercedes-benz/fix/helm-test
Browse files Browse the repository at this point in the history
fix(helm): use openid-configuration path for Helm test
  • Loading branch information
carslen authored Jun 7, 2023
2 parents dd8e0af + a9e0d7c commit e760176
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/daps-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/daps-server/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e760176

Please sign in to comment.