Skip to content

Commit 251db55

Browse files
committed
Bump chart versions, prepare for 0.2.11 release
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
1 parent cd94cb7 commit 251db55

13 files changed

+32
-26
lines changed

charts/tenant-ui/Chart.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: traction-tenant-ui
33
description: The Traction Tenant UI allows tenants to manage their agent.
44
type: application
5-
version: 0.0.1
6-
appVersion: 0.0.1
5+
version: 0.0.2
6+
appVersion: 0.2.11
77
home: "https://github.com/bcgov/traction"
88
sources: ["https://github.com/bcgov/traction"]
99
engine: gotpl
@@ -14,3 +14,6 @@ maintainers:
1414
- email: jason.syrotuck@nttdata.com
1515
name: Jsyro
1616
url: https://github.com/Jsyro
17+
- email: emiliano.sune@quartech.com
18+
name: esune
19+
url: https://github.com/esune

charts/tenant-ui/values-development.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ global:
22
ingressSuffix: -dev.apps.silver.devops.gov.bc.ca
33
tenant_ui:
44
image:
5-
tag: "ghcr.io/bcgov/traction-tenant-ui:0.2.10"
6-
version: '0.2.10'
5+
tag: "ghcr.io/bcgov/traction-tenant-ui:0.2.11"
6+
version: '0.2.11'
77
buildtime: '2022-08-04T22:16:25.869Z'
88
pullPolicy: Always
99
traction_api:

charts/tenant-ui/values-int.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ global:
44
ingressSuffix: -test.apps.silver.devops.gov.bc.ca
55
tenant_ui:
66
image:
7-
tag: "ghcr.io/bcgov/traction-tenant-ui:0.2.10"
8-
version: '0.2.10'
7+
tag: "ghcr.io/bcgov/traction-tenant-ui:0.2.11"
8+
version: '0.2.11'
99
buildtime: '2022-08-04T22:16:25.869Z'
1010
pullPolicy: Always
1111
traction_api:

charts/tenant-ui/values-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ global:
44
ingressSuffix: -dev.apps.silver.devops.gov.bc.ca
55
tenant_ui:
66
image:
7-
tag: 'ghcr.io/bcgov/traction-tenant-ui:0.2.10'
8-
version: '0.2.10'
7+
tag: 'ghcr.io/bcgov/traction-tenant-ui:0.2.11'
8+
version: '0.2.11'
99
buildtime: '2022-08-04T22:16:25.869Z'
1010
pullPolicy: Always
1111
traction_api:

charts/tenant-ui/values-production.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tenant_ui:
22
image:
3-
tag: "ghcr.io/bcgov/traction-tenant-ui:0.2.10"
4-
version: '0.2.10'
3+
tag: "ghcr.io/bcgov/traction-tenant-ui:0.2.11"
4+
version: '0.2.11'
55
buildtime: '2022-08-04T22:16:25.869Z'
66
traction_api:
77
endpoint: https://traction-tenant-proxy-prod.apps.silver.devops.gov.bc.ca

charts/tenant-ui/values-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ global:
33
ingressSuffix: -test.apps.silver.devops.gov.bc.ca
44
tenant_ui:
55
image:
6-
tag: "ghcr.io/bcgov/traction-tenant-ui:0.2.10"
7-
version: '0.2.10'
6+
tag: "ghcr.io/bcgov/traction-tenant-ui:0.2.11"
7+
version: '0.2.11'
88
buildtime: '2022-08-04T22:16:25.869Z'
99
pullPolicy: Always
1010
traction_api:

charts/tenant-ui/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ global:
2727

2828
tenant_ui:
2929
image:
30-
tag: "ghcr.io/bcgov/traction-tenant-ui:0.2.10"
31-
version: '0.2.10'
30+
tag: "ghcr.io/bcgov/traction-tenant-ui:0.2.11"
31+
version: '0.2.11'
3232
buildtime: '2022-08-04T22:16:25.869Z'
3333
pullPolicy: IfNotPresent
3434
ux:

charts/traction/Chart.yaml

Lines changed: 5 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.
44
type: application
5-
version: 0.0.4
6-
appVersion: 0.0.1
5+
version: 0.0.5
6+
appVersion: 0.2.11
77
home: "https://github.com/bcgov/traction"
88
sources: ["https://github.com/bcgov/traction"]
99
engine: gotpl
@@ -14,6 +14,9 @@ maintainers:
1414
- email: jason.syrotuck@nttdata.com
1515
name: Jsyro
1616
url: https://github.com/Jsyro
17+
- email: emiliano.sune@quartech.com
18+
name: esune
19+
url: https://github.com/esune
1720
dependencies:
1821
- name: postgresql
1922
version: 11.9.13

charts/traction/values-development.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ global:
22
ingressSuffix: -dev.apps.silver.devops.gov.bc.ca
33
acapy:
44
image:
5-
tag: "ghcr.io/bcgov/traction-plugins-acapy:0.2.10"
6-
version: '0.2.10'
5+
tag: "ghcr.io/bcgov/traction-plugins-acapy:0.2.11"
6+
version: '0.2.11'
77
buildtime: '2022-10-28T01:30:31.105Z'
88
pullPolicy: Always
99
secret:

charts/traction/values-int.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ postgresql:
55
fullnameOverride: "int-traction"
66
acapy:
77
image:
8-
tag: "ghcr.io/bcgov/traction-plugins-acapy:0.2.10"
9-
version: '0.2.10'
8+
tag: "ghcr.io/bcgov/traction-plugins-acapy:0.2.11"
9+
version: '0.2.11'
1010
buildtime: '2022-10-28T01:30:31.105Z'
1111
pullPolicy: Always
1212
tails:

0 commit comments

Comments
 (0)