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

Commit

Permalink
Merge branch 'main' into drs-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adkumar1 authored Mar 7, 2023
2 parents a6a3dbe + d619d23 commit cece65e
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dapsreg-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}


1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ NA
- Created new helm charts for DAPS registration service
- The latest version for daps registration service is 1.0.4


## [1.0.4] - 2022-02-13

### Added
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ How to install application using helm:-
d.) These secrets should be defined in Hashicorp vault. <br />
e.) Deploy in a kubernetes cluster <br />
helm install daps-reg-svc charts/daps-reg-service/ -n NameSpace <br />

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ java -jar target/dapsreg-2.0.0.jar
Please note the name of jar-file as it may differ if version is changed.



## Installation Steps


Expand Down
1 change: 0 additions & 1 deletion charts/daps-reg-service/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
.gitignore
values?*.yaml
values?*.yml

1 change: 0 additions & 1 deletion charts/daps-reg-service/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ stringData:
apiUri: {{ .Values.drs.secret.apiUri | default "https://apiUri" }}
tokenUri: {{ .Values.drs.secret.tokenUri | default "https://tokenUri" }}
jwkSetUri: {{ .Values.drs.secret.jwkSetUri | default "https://jwk-set-uri" }}

5 changes: 2 additions & 3 deletions charts/daps-reg-service/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@ ingress:
- path: /
pathType: ImplementationSpecific


tls:
enabled: true
secretName: tls-secret
host: "drs.dev.demo.catena-x.net"

# -- Pod resources requests and limits configuration
resources:
limits:
Expand All @@ -46,7 +45,7 @@ resources:
requests:
cpu: 200m
memory: 300Mi

drs:
secret:
clientId: "<path:essential-services/data/daps#clientId>"
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@


</dependencies>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit cece65e

Please sign in to comment.