Skip to content

Commit

Permalink
Merge pull request #76 from bci-oss/feature/release-helm-0.1.15
Browse files Browse the repository at this point in the history
feat:Release helm version 0.1.16 with image version 0.2.8
  • Loading branch information
tunacicek authored Jan 10, 2024
2 parents 5219305 + 90388a0 commit 4c8319d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/bpndiscovery/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ sources:
- https://github.com/eclipse-tractusx/sldt-bpn-discovery

type: application
version: 0.1.15
appVersion: 0.2.7
version: 0.1.16
appVersion: 0.2.8

dependencies:
- repository: https://charts.bitnami.com/bitnami
Expand Down
2 changes: 1 addition & 1 deletion charts/bpndiscovery/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ data:
BPNDISCOVERY_ALLOWED_TYPES: {{ .Values.bpndiscovery.bpndiscoveryEndpoint.allowedTypes | b64enc }}
BPNDISCOVERY_DESCRIPTION: {{ .Values.bpndiscovery.bpndiscoveryEndpoint.description | b64enc }}
BPNDISCOVERY_ENDPOINT_ADDRESS: {{ .Values.bpndiscovery.bpndiscoveryEndpoint.endpointAddress | b64enc }}
BPNDISCOVERY_TIME_TO_LIVE: {{ .Values.bpndiscovery.bpndiscoveryEndpoint.timeToLive | toString | b64enc }}
BPNDISCOVERY_TIME_TO_LIVE: {{ .Values.bpndiscovery.bpndiscoveryEndpoint.timeToLive | b64enc }}
BPNDISCOVERY_DOCUMENTATION: {{ .Values.bpndiscovery.bpndiscoveryEndpoint.documentation | b64enc }}
BPNDISCOVERY_IDM_PUBLIC_CLIENT_ID: {{ .Values.bpndiscovery.idp.publicClientId | b64enc }}
BPNDISCOVERY_IDM_BPN_ID_CLAIM_NAME: {{ .Values.bpndiscovery.idp.bpnIdClaimName | b64enc }}
Expand Down
2 changes: 1 addition & 1 deletion charts/bpndiscovery/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ bpndiscovery:
description: "bpndiscovery"
endpointAddress: "/bpndiscovery"
documentation: "/bpndiscovery/swagger/index.html"
timeToLive: 31536000
timeToLive: "31536000"
## Configure discoveryFinderClient to register the bpn-discovery on discovery-finder.Properties needed for spring-security config.
discoveryfinderClient:
baseUrl: "/discoveryfinder"
Expand Down

0 comments on commit 4c8319d

Please sign in to comment.