Skip to content

Commit

Permalink
Bump chart versions, prepare for 0.2.11 release
Browse files Browse the repository at this point in the history
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
  • Loading branch information
esune committed May 24, 2023
1 parent cd94cb7 commit 251db55
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 26 deletions.
7 changes: 5 additions & 2 deletions charts/tenant-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: traction-tenant-ui
description: The Traction Tenant UI allows tenants to manage their agent.
type: application
version: 0.0.1
appVersion: 0.0.1
version: 0.0.2
appVersion: 0.2.11
home: "https://github.com/bcgov/traction"
sources: ["https://github.com/bcgov/traction"]
engine: gotpl
Expand All @@ -14,3 +14,6 @@ maintainers:
- email: jason.syrotuck@nttdata.com
name: Jsyro
url: https://github.com/Jsyro
- email: emiliano.sune@quartech.com
name: esune
url: https://github.com/esune
4 changes: 2 additions & 2 deletions charts/tenant-ui/values-development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ global:
ingressSuffix: -dev.apps.silver.devops.gov.bc.ca
tenant_ui:
image:
tag: "ghcr.io/bcgov/traction-tenant-ui:0.2.10"
version: '0.2.10'
tag: "ghcr.io/bcgov/traction-tenant-ui:0.2.11"
version: '0.2.11'
buildtime: '2022-08-04T22:16:25.869Z'
pullPolicy: Always
traction_api:
Expand Down
4 changes: 2 additions & 2 deletions charts/tenant-ui/values-int.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ global:
ingressSuffix: -test.apps.silver.devops.gov.bc.ca
tenant_ui:
image:
tag: "ghcr.io/bcgov/traction-tenant-ui:0.2.10"
version: '0.2.10'
tag: "ghcr.io/bcgov/traction-tenant-ui:0.2.11"
version: '0.2.11'
buildtime: '2022-08-04T22:16:25.869Z'
pullPolicy: Always
traction_api:
Expand Down
4 changes: 2 additions & 2 deletions charts/tenant-ui/values-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ global:
ingressSuffix: -dev.apps.silver.devops.gov.bc.ca
tenant_ui:
image:
tag: 'ghcr.io/bcgov/traction-tenant-ui:0.2.10'
version: '0.2.10'
tag: 'ghcr.io/bcgov/traction-tenant-ui:0.2.11'
version: '0.2.11'
buildtime: '2022-08-04T22:16:25.869Z'
pullPolicy: Always
traction_api:
Expand Down
4 changes: 2 additions & 2 deletions charts/tenant-ui/values-production.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tenant_ui:
image:
tag: "ghcr.io/bcgov/traction-tenant-ui:0.2.10"
version: '0.2.10'
tag: "ghcr.io/bcgov/traction-tenant-ui:0.2.11"
version: '0.2.11'
buildtime: '2022-08-04T22:16:25.869Z'
traction_api:
endpoint: https://traction-tenant-proxy-prod.apps.silver.devops.gov.bc.ca
Expand Down
4 changes: 2 additions & 2 deletions charts/tenant-ui/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ global:
ingressSuffix: -test.apps.silver.devops.gov.bc.ca
tenant_ui:
image:
tag: "ghcr.io/bcgov/traction-tenant-ui:0.2.10"
version: '0.2.10'
tag: "ghcr.io/bcgov/traction-tenant-ui:0.2.11"
version: '0.2.11'
buildtime: '2022-08-04T22:16:25.869Z'
pullPolicy: Always
traction_api:
Expand Down
4 changes: 2 additions & 2 deletions charts/tenant-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ global:

tenant_ui:
image:
tag: "ghcr.io/bcgov/traction-tenant-ui:0.2.10"
version: '0.2.10'
tag: "ghcr.io/bcgov/traction-tenant-ui:0.2.11"
version: '0.2.11'
buildtime: '2022-08-04T22:16:25.869Z'
pullPolicy: IfNotPresent
ux:
Expand Down
7 changes: 5 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.
type: application
version: 0.0.4
appVersion: 0.0.1
version: 0.0.5
appVersion: 0.2.11
home: "https://github.com/bcgov/traction"
sources: ["https://github.com/bcgov/traction"]
engine: gotpl
Expand All @@ -14,6 +14,9 @@ maintainers:
- email: jason.syrotuck@nttdata.com
name: Jsyro
url: https://github.com/Jsyro
- email: emiliano.sune@quartech.com
name: esune
url: https://github.com/esune
dependencies:
- name: postgresql
version: 11.9.13
Expand Down
4 changes: 2 additions & 2 deletions charts/traction/values-development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ global:
ingressSuffix: -dev.apps.silver.devops.gov.bc.ca
acapy:
image:
tag: "ghcr.io/bcgov/traction-plugins-acapy:0.2.10"
version: '0.2.10'
tag: "ghcr.io/bcgov/traction-plugins-acapy:0.2.11"
version: '0.2.11'
buildtime: '2022-10-28T01:30:31.105Z'
pullPolicy: Always
secret:
Expand Down
4 changes: 2 additions & 2 deletions charts/traction/values-int.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ postgresql:
fullnameOverride: "int-traction"
acapy:
image:
tag: "ghcr.io/bcgov/traction-plugins-acapy:0.2.10"
version: '0.2.10'
tag: "ghcr.io/bcgov/traction-plugins-acapy:0.2.11"
version: '0.2.11'
buildtime: '2022-10-28T01:30:31.105Z'
pullPolicy: Always
tails:
Expand Down
4 changes: 2 additions & 2 deletions charts/traction/values-production.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
acapy:
image:
tag: "ghcr.io/bcgov/traction-plugins-acapy:0.2.10"
version: '0.2.10'
tag: "ghcr.io/bcgov/traction-plugins-acapy:0.2.11"
version: '0.2.11'
buildtime: '2022-10-28T01:30:31.105Z'
tenant_proxy:
image:
Expand Down
4 changes: 2 additions & 2 deletions charts/traction/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ global:
ingressSuffix: -test.apps.silver.devops.gov.bc.ca
acapy:
image:
tag: "ghcr.io/bcgov/traction-plugins-acapy:0.2.10"
version: '0.2.10'
tag: "ghcr.io/bcgov/traction-plugins-acapy:0.2.11"
version: '0.2.11'
buildtime: '2022-10-28T01:30:31.105Z'
pullPolicy: Always
tails:
Expand Down
4 changes: 2 additions & 2 deletions charts/traction/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ global:
acapy:
image:
# building our own acapy with plugins
tag: "ghcr.io/bcgov/traction-plugins-acapy:0.2.10"
version: '0.2.10'
tag: "ghcr.io/bcgov/traction-plugins-acapy:0.2.11"
version: '0.2.11'
buildtime: '2022-10-28T01:30:31.105Z'
pullPolicy: Always
# repository: bcgovimages/aries-cloudagent
Expand Down

0 comments on commit 251db55

Please sign in to comment.