Commit 41847c8 1 parent 7109b61 commit 41847c8 Copy full SHA for 41847c8
File tree 5 files changed +6
-11
lines changed
charts/ssi-credential-issuer
consortia/argocd-app-templates
5 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 20
20
apiVersion : v2
21
21
name : ssi-credential-issuer
22
22
type : application
23
- version : 1.0.0
24
- appVersion : 1.0.0
23
+ version : 1.0.0-rc.1
24
+ appVersion : 1.0.0-rc.1
25
25
description : Helm chart for SSI Credential Issuer
26
26
home : https://github.com/eclipse-tractusx/ssi-credential-issuer
27
27
dependencies :
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ To use the helm chart as a dependency:
27
27
dependencies :
28
28
- name : ssi-credential-issuer
29
29
repository : https://eclipse-tractusx.github.io/charts/dev
30
- version : 1.0.0
30
+ version : 1.0.0-rc.1
31
31
` ` `
32
32
33
33
## Requirements
@@ -91,11 +91,6 @@ dependencies:
91
91
| processesworker.wallet.grantType | string | `"client_credentials"` | |
92
92
| processesworker.wallet.clientId | string | `"wallet-client-id"` | Provide wallet client-id from CX IAM centralidp. |
93
93
| processesworker.wallet.clientSecret | string | `""` | Client-secret for wallet client-id. Secret-key 'wallet-client-secret'. |
94
- | processesworker.wallet.encryptionConfigIndex | int | `0` | |
95
- | processesworker.wallet.encryptionConfigs.index0.index | int | `0` | |
96
- | processesworker.wallet.encryptionConfigs.index0.cipherMode | string | `"CBC"` | |
97
- | processesworker.wallet.encryptionConfigs.index0.paddingMode | string | `"PKCS7"` | |
98
- | processesworker.wallet.encryptionConfigs.index0.encryptionKey | string | `""` | EncryptionKey for wallet. Secret-key 'process-wallet-encryption-key0'. Expected format is 256 bit (64 digits) hex. |
99
94
| credentialExpiry.name | string | `"expiry"` | |
100
95
| credentialExpiry.image.name | string | `"docker.io/tractusx/ssi-credential-expiry-app"` | |
101
96
| credentialExpiry.image.tag | string | `""` | |
Original file line number Diff line number Diff line change 28
28
source :
29
29
path : charts/ssi-credential-issuer
30
30
repoURL : ' https://github.com/eclipse-tractusx/ssi-credential-issuer.git'
31
- targetRevision : chore/349-deploy-to-eV
31
+ targetRevision : ssi-credential-issuer-1.0.0-rc.1
32
32
plugin :
33
33
env :
34
34
- name : AVP_SECRET
Original file line number Diff line number Diff line change 28
28
source :
29
29
path : charts/ssi-credential-issuer
30
30
repoURL : ' https://github.com/eclipse-tractusx/ssi-credential-issuer.git'
31
- targetRevision : ssi-credential-issuer-1.0.0
31
+ targetRevision : ssi-credential-issuer-1.0.0-rc.1
32
32
plugin :
33
33
env :
34
34
- name : AVP_SECRET
Original file line number Diff line number Diff line change 20
20
<Project >
21
21
<PropertyGroup >
22
22
<VersionPrefix >1.0.0</VersionPrefix >
23
- <VersionSuffix ></VersionSuffix >
23
+ <VersionSuffix >rc.1 </VersionSuffix >
24
24
</PropertyGroup >
25
25
</Project >
You can’t perform that action at this time.
0 commit comments