Skip to content

Commit

Permalink
Merge pull request #1147 from bcgov/release/0.4.2
Browse files Browse the repository at this point in the history
Prepare 0.4.2 release
  • Loading branch information
loneil committed May 7, 2024
2 parents e0cff4b + 854f2b3 commit 0dba656
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions charts/traction/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: traction
description: The Traction service allows organizations to verify, hold, and issue verifiable credentials. The Traction Tenant UI allows tenants to manage their agent.
type: application
version: 0.3.0
appVersion: 0.4.1
version: 0.3.1
appVersion: 0.4.2
home: "https://github.com/bcgov/traction"
sources: ["https://github.com/bcgov/traction"]
icon: "https://github.com/bcgov/traction/raw/main/docs/assets/readme-logo.png"
Expand Down
22 changes: 11 additions & 11 deletions charts/traction/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Traction

![version: 0.2.9](https://img.shields.io/badge/Version-0.2.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.1](https://img.shields.io/badge/AppVersion-0.4.1-informational?style=flat-square)
![version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.2](https://img.shields.io/badge/AppVersion-0.4.2-informational?style=flat-square)

The Traction service allows organizations to verify, hold, and issue verifiable credentials.

Expand Down Expand Up @@ -224,16 +224,16 @@ kubectl delete secret,pvc --selector "app.kubernetes.io/instance"=my-release

### Acapy Secrets Configuration

| Name | Description | Value |
| ---------------------------------------- | --------------------------------------- | ------ |
| `acapy.secret.adminApiKey.existingSecret` | Name of an existing secret to use. Must contain `jwt`, `adminApiKey`, and `webhookapi` keys. | `""` |
| `acapy.secret.adminApiKey.generated` | Generate admin api key | `true` |
| `acapy.secret.adminApiKey.value` | Override admin api key | `""` |
| `acapy.secret.walletKey.existingSecret` | Name of an existing secret to use. Must contain `walletKey` key. | `""` |
| `acapy.secret.pluginInnkeeper.existingSecret` | Name of an existing secret to use. Must contain `tenantid`, and `walletkey` keys. | `""` |
| `acapy.secret.pluginInnkeeper.generated` | Generate plugin innkeeper secret values | `true` |
| `acapy.secret.pluginInnkeeper.walletkey` | Override plugin innkeeper wallet key | `""` |
| `acapy.secret.pluginInnkeeper.tenantid` | Override plugin innkeeper tenant id | `""` |
| Name | Description | Value |
| --------------------------------------------- | -------------------------------------------------------------------------------------------- | ------ |
| `acapy.secret.adminApiKey.existingSecret` | Name of an existing secret to use. Must contain `jwt`, `adminApiKey`, and `webhookapi` keys. | `""` |
| `acapy.secret.adminApiKey.generated` | Generate admin api key | `true` |
| `acapy.secret.adminApiKey.value` | Override admin api key | `""` |
| `acapy.secret.walletKey.existingSecret` | Name of an existing secret to use. Must contain `walletKey` key. | `""` |
| `acapy.secret.pluginInnkeeper.existingSecret` | Name of an existing secret to use. Must contain `tenantid`, and `walletkey` keys. | `""` |
| `acapy.secret.pluginInnkeeper.generated` | Generate plugin innkeeper secret values | `true` |
| `acapy.secret.pluginInnkeeper.walletkey` | Override plugin innkeeper wallet key | `""` |
| `acapy.secret.pluginInnkeeper.tenantid` | Override plugin innkeeper tenant id | `""` |

### Tenant Proxy configuration

Expand Down

0 comments on commit 0dba656

Please sign in to comment.