File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed
charts/ssi-credential-issuer
environments/argocd-app-templates Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 2020product: "SSI Credential Issuer"
2121leadingRepository: "https://github.com/eclipse-tractusx/ssi-credential-issuer"
2222openApiSpecs:
23- - "https://raw.githubusercontent.com/eclipse-tractusx/ssi-credential-issuer/refs/tags/v1.4.0-rc.2 /docs/api/issuer-service.yaml"
23+ - "https://raw.githubusercontent.com/eclipse-tractusx/ssi-credential-issuer/refs/tags/v1.4.0/docs/api/issuer-service.yaml"
2424- "https://raw.githubusercontent.com/eclipse-tractusx/ssi-credential-issuer/refs/tags/v1.3.0/docs/api/issuer-service.yaml"
2525- "https://raw.githubusercontent.com/eclipse-tractusx/ssi-credential-issuer/refs/tags/v1.2.0/docs/api/issuer-service.yaml"
Original file line number Diff line number Diff line change 2020apiVersion : v2
2121name : ssi-credential-issuer
2222type : application
23- version : 1.4.0-rc.2
24- appVersion : 1.4.0-rc.2
23+ version : 1.4.0
24+ appVersion : 1.4.0
2525description : Helm chart for SSI Credential Issuer
2626home : https://github.com/eclipse-tractusx/ssi-credential-issuer
2727dependencies :
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ To use the helm chart as a dependency:
3131dependencies :
3232 - name : ssi-credential-issuer
3333 repository : https://eclipse-tractusx.github.io/charts/dev
34- version : 1.4.0-rc.2
34+ version : 1.4.0
3535` ` `
3636
3737## Requirements
Original file line number Diff line number Diff line change 11openapi : 3.0.4
22info :
33 title : Org.Eclipse.TractusX.SsiCredentialIssuer.Service
4- version : v1.4.0-rc.2
4+ version : v1.4.0
55paths :
66 /api/issuer/useCaseParticipation :
77 get :
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ metadata:
2424spec :
2525 destination :
2626 namespace : product-portal
27- server : ' https://kubernetes.default.svc'
27+ server : " https://kubernetes.default.svc"
2828 source :
2929 path : charts/ssi-credential-issuer
30- repoURL : ' https://github.com/eclipse-tractusx/ssi-credential-issuer.git'
31- targetRevision : ssi-credential-issuer-1.4.0-rc.2
30+ repoURL : " https://github.com/eclipse-tractusx/ssi-credential-issuer.git"
31+ targetRevision : ssi-credential-issuer-1.4.0
3232 plugin :
3333 env :
3434 - name : AVP_SECRET
3535 value : vault-secret
3636 - name : helm_args
37- value : ' -f values.yaml -f ../../environments/helm-values/values-int.yaml'
37+ value : " -f values.yaml -f ../../environments/helm-values/values-int.yaml"
3838 project : project-portal
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ metadata:
2424spec :
2525 destination :
2626 namespace : product-portal
27- server : ' https://kubernetes.default.svc'
27+ server : " https://kubernetes.default.svc"
2828 source :
2929 path : charts/ssi-credential-issuer
30- repoURL : ' https://github.com/eclipse-tractusx/ssi-credential-issuer.git'
31- targetRevision : ssi-credential-issuer-1.4.0-rc.2
30+ repoURL : " https://github.com/eclipse-tractusx/ssi-credential-issuer.git"
31+ targetRevision : ssi-credential-issuer-1.4.0
3232 plugin :
3333 env :
3434 - name : AVP_SECRET
3535 value : vault-secret
3636 - name : helm_args
37- value : ' -f values.yaml -f ../../environments/helm-values/values-stable.yaml'
37+ value : " -f values.yaml -f ../../environments/helm-values/values-stable.yaml"
3838 project : project-portal
Original file line number Diff line number Diff line change 2020<Project >
2121 <PropertyGroup >
2222 <VersionPrefix >1.4.0</VersionPrefix >
23- <VersionSuffix >rc.2 </VersionSuffix >
23+ <VersionSuffix ></VersionSuffix >
2424 </PropertyGroup >
2525</Project >
You can’t perform that action at this time.
0 commit comments