Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 0.4.2 release #1147

Merged
merged 1 commit into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading