Skip to content

Commit

Permalink
chore: Update SSI-Credential-Issuer version
Browse files Browse the repository at this point in the history
  • Loading branch information
CDiezRodriguez committed Nov 11, 2024
1 parent ce71558 commit 9c587bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/umbrella/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sources:
- https://github.com/eclipse-tractusx/tractus-x-umbrella

type: application
version: 2.0.3
version: 2.0.4

# when adding or updating versions of dependencies, also update list under README.md#Install
dependencies:
Expand Down Expand Up @@ -66,7 +66,7 @@ dependencies:
- name: ssi-credential-issuer
condition: ssi-credential-issuer.enabled
repository: https://eclipse-tractusx.github.io/charts/dev
version: 1.0.0
version: 1.1.0
# semantic-hub
- condition: semantic-hub.enabled
name: semantic-hub
Expand Down
4 changes: 2 additions & 2 deletions charts/umbrella/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ ssi-credential-issuer:
portalBackendAddress: "http://portal-backend.tx.test"
walletAddress: "http://ssi-dim-wallet-stub.tx.test"
walletTokenAddress: "http://ssi-dim-wallet-stub.tx.test/oauth/token"
issuer:
service:
swaggerEnabled: true
logging:
businessLogic: "Debug"
Expand Down Expand Up @@ -744,7 +744,7 @@ ssi-credential-issuer:
index0:
# EncryptionKey for wallet. Secret-key 'process-wallet-encryption-key0'. Expected format is 256 bit (64 digits) hex.
encryptionKey: "deb8261ec7b89c344f1c5ef5a11606e305f14e0d231b1357d90ad0180c5081d3"
issuermigrations:
migrations:
logging:
default: "Debug"
credentialExpiry:
Expand Down

0 comments on commit 9c587bb

Please sign in to comment.