Skip to content

Commit 4d75455

Browse files
authored
Merge pull request #1912 from bcgov/fix/chart-versions
fix(helm): Override acapy.image.tag value with correct traction image tag
2 parents 8c522d8 + 270f925 commit 4d75455

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/traction/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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.6.1
5+
version: 0.6.2
66
appVersion: 1.4.0
77
home: "https://github.com/bcgov/traction"
88
sources: ["https://github.com/bcgov/traction"]

charts/traction/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# traction
22

3-
![Version: 0.6.1](https://img.shields.io/badge/Version-0.6.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.0](https://img.shields.io/badge/AppVersion-1.4.0-informational?style=flat-square)
3+
![Version: 0.6.2](https://img.shields.io/badge/Version-0.6.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.0](https://img.shields.io/badge/AppVersion-1.4.0-informational?style=flat-square)
44

55
The Traction service allows organizations to verify, hold, and issue verifiable credentials. The Traction Tenant UI allows tenants to manage their agent.
66

@@ -147,7 +147,7 @@ kubectl delete secret,pvc --selector "app.kubernetes.io/instance"=my-release
147147
| acapy.image.pullSecrets | list | `[]` | |
148148
| acapy.image.registry | string | `"ghcr.io"` | |
149149
| acapy.image.repository | string | `"bcgov/traction-plugins-acapy"` | |
150-
| acapy.image.tag | string | `""` | Overrides the image tag which defaults to the chart appVersion. |
150+
| acapy.image.tag | string | `"1.4.0"` | Overrides the image tag which defaults to the chart appVersion. |
151151
| acapy.ingress.admin.enabled | bool | `false` | Enable ingress for the admin endpoint |
152152
| acapy.ingress.admin.hostname | string | `""` | Hostname to expose the admin endpoint |
153153
| acapy.ingress.agent.enabled | bool | `false` | Enable ingress for the agent endpoint |

charts/traction/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ acapy:
3939
pullPolicy: IfNotPresent
4040
pullSecrets: []
4141
# acapy.image.tag -- Overrides the image tag which defaults to the chart appVersion.
42-
tag: ""
42+
tag: "1.4.0"
4343
# acapy.image.digest -- Overrides the image digest which is used instead of the tag.
4444
digest: ""
4545

0 commit comments

Comments
 (0)