Skip to content

Commit 44a7eb2

Browse files
authored
Bump chart/app version and install issue credential v1 main (#1813)
* bump chart/app version and install issue credential v1 main Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca> * remove dependency on plugin install Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca> * enable issue cred & present proof plugins Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca> * enable plugins in pr values file Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca> * enable plugins Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca> * fix values Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca> * fix values Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca> --------- Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca>
1 parent 7670499 commit 44a7eb2

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

charts/traction/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: traction
33
description: The Traction service allows organizations to verify, hold, and issue verifiable credentials. The Traction Tenant UI allows tenants to manage their agent.
44
type: application
5-
version: 0.4.2
6-
appVersion: 1.3.0
5+
version: 0.4.3
6+
appVersion: 1.3.1
77
home: "https://github.com/bcgov/traction"
88
sources: ["https://github.com/bcgov/traction"]
99
icon: "https://github.com/bcgov/traction/raw/main/docs/assets/readme-logo.png"

charts/traction/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ acapy:
4545
repository: bcgov/traction-plugins-acapy
4646
pullPolicy: IfNotPresent
4747
pullSecrets: []
48-
tag: 1.3.0
48+
tag: 1.3.1
4949
digest: ""
5050

5151
## ServiceAccount configuration

plugins/docker/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ RUN pip install git+https://github.com/openwallet-foundation/acapy-plugins@1.4.0
3737
RUN pip install git+https://github.com/openwallet-foundation/acapy-plugins@1.4.0#subdirectory=connections
3838
RUN pip install git+https://github.com/openwallet-foundation/acapy-plugins@1.4.0#subdirectory=webvh
3939

40+
# TODO: Update main tag once the present_proof and issue_credential plugins are released
41+
RUN pip install --no-deps git+https://github.com/openwallet-foundation/acapy-plugins@main#subdirectory=present_proof
42+
RUN pip install --no-deps git+https://github.com/openwallet-foundation/acapy-plugins@main#subdirectory=issue_credential
43+
4044

4145
ENTRYPOINT ["/bin/bash", "-c", "aca-py \"$@\"", "--"]
4246
CMD ["start", "--arg-file", "default.yml"]

plugins/docker/default.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ plugin:
1818
- basicmessage_storage.v1_0
1919
- connections
2020
- connection_update.v1_0
21+
- present_proof.v1_0
22+
- issue_credential.v1_0
2123
- multitenant_provider.v1_0
2224
- traction_plugins.traction_innkeeper.v1_0
2325
- rpc.v1_0

0 commit comments

Comments
 (0)