Skip to content

Commit

Permalink
Bump chart versions, prepare for 0.2.13 release
Browse files Browse the repository at this point in the history
Signed-off-by: Emiliano Suñé <[email protected]>
  • Loading branch information
esune committed May 26, 2023
1 parent 2a8c91f commit bc0a26a
Show file tree
Hide file tree
Showing 15 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion charts/tenant-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: traction-tenant-ui
description: The Traction Tenant UI allows tenants to manage their agent.
type: application
version: 0.0.2
appVersion: 0.2.12
appVersion: 0.2.13
home: "https://github.com/bcgov/traction"
sources: ["https://github.com/bcgov/traction"]
maintainers:
Expand Down
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.12"
version: '0.2.12'
tag: "ghcr.io/bcgov/traction-tenant-ui:0.2.13"
version: '0.2.13'
buildtime: '2022-08-04T22:16:25.869Z'
pullPolicy: Always
traction_api:
Expand Down
4 changes: 2 additions & 2 deletions charts/tenant-ui/values-e79518-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ global:
enabled: true
tenant_ui:
image:
tag: 'ghcr.io/bcgov/traction-tenant-ui:0.2.12'
version: '0.2.12'
tag: 'ghcr.io/bcgov/traction-tenant-ui:0.2.13'
version: '0.2.13'
buildtime: '2023-02-22T06:39:56.325Z'
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.12"
version: '0.2.12'
tag: "ghcr.io/bcgov/traction-tenant-ui:0.2.13"
version: '0.2.13'
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.12'
version: '0.2.12'
tag: 'ghcr.io/bcgov/traction-tenant-ui:0.2.13'
version: '0.2.13'
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.12"
version: '0.2.12'
tag: "ghcr.io/bcgov/traction-tenant-ui:0.2.13"
version: '0.2.13'
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.12"
version: '0.2.12'
tag: "ghcr.io/bcgov/traction-tenant-ui:0.2.13"
version: '0.2.13'
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.12"
version: '0.2.12'
tag: "ghcr.io/bcgov/traction-tenant-ui:0.2.13"
version: '0.2.13'
buildtime: '2022-08-04T22:16:25.869Z'
pullPolicy: IfNotPresent
ux:
Expand Down
2 changes: 1 addition & 1 deletion charts/traction/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: traction
description: The Traction service allows organizations to verify, hold, and issue verifiable credentials.
type: application
version: 0.0.5
appVersion: 0.2.12
appVersion: 0.2.13
home: "https://github.com/bcgov/traction"
sources: ["https://github.com/bcgov/traction"]
maintainers:
Expand Down
8 changes: 4 additions & 4 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.12"
version: '0.2.12'
tag: "ghcr.io/bcgov/traction-plugins-acapy:0.2.13"
version: '0.2.13'
buildtime: '2022-10-28T01:30:31.105Z'
pullPolicy: Always
secret:
Expand Down Expand Up @@ -35,7 +35,7 @@ postgresql:
memory: 820Mi
tenant_proxy:
image:
tag: "ghcr.io/bcgov/traction-tenant-proxy:0.2.12"
version: '0.2.12'
tag: "ghcr.io/bcgov/traction-tenant-proxy:0.2.13"
version: '0.2.13'
buildtime: "2022-01-28T18:19:10.574Z"
pullPolicy: Always
8 changes: 4 additions & 4 deletions charts/traction/values-e79518-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ global:
enabled: true
acapy:
image:
tag: "ghcr.io/bcgov/traction-plugins-acapy:0.2.12"
version: '0.2.12'
tag: "ghcr.io/bcgov/traction-plugins-acapy:0.2.13"
version: '0.2.13'
buildtime: '2023-02-16T21:45:48.653Z'
pullPolicy: Always
secret:
Expand Down Expand Up @@ -62,7 +62,7 @@ postgresql:

tenant_proxy:
image:
tag: "ghcr.io/bcgov/traction-tenant-proxy:0.2.12"
version: '0.2.12'
tag: "ghcr.io/bcgov/traction-tenant-proxy:0.2.13"
version: '0.2.13'
buildtime: "2023-02-16T21:45:38.860Z"
pullPolicy: Always
8 changes: 4 additions & 4 deletions charts/traction/values-int.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ postgresql:
fullnameOverride: "int-traction"
acapy:
image:
tag: "ghcr.io/bcgov/traction-plugins-acapy:0.2.12"
version: '0.2.12'
tag: "ghcr.io/bcgov/traction-plugins-acapy:0.2.13"
version: '0.2.13'
buildtime: '2022-10-28T01:30:31.105Z'
pullPolicy: Always
tails:
enabled: true
tenant_proxy:
image:
tag: "ghcr.io/bcgov/traction-tenant-proxy:0.2.12"
version: '0.2.12'
tag: "ghcr.io/bcgov/traction-tenant-proxy:0.2.13"
version: '0.2.13'
buildtime: "2022-01-28T18:19:10.574Z"
pullPolicy: Always
8 changes: 4 additions & 4 deletions charts/traction/values-production.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
acapy:
image:
tag: "ghcr.io/bcgov/traction-plugins-acapy:0.2.12"
version: '0.2.12'
tag: "ghcr.io/bcgov/traction-plugins-acapy:0.2.13"
version: '0.2.13'
buildtime: '2022-10-28T01:30:31.105Z'
tenant_proxy:
image:
tag: "ghcr.io/bcgov/traction-tenant-proxy:0.2.12"
version: '0.2.12'
tag: "ghcr.io/bcgov/traction-tenant-proxy:0.2.13"
version: '0.2.13'
buildtime: "2022-01-28T18:19:10.574Z"
8 changes: 4 additions & 4 deletions charts/traction/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ global:
ingressSuffix: -test.apps.silver.devops.gov.bc.ca
acapy:
image:
tag: "ghcr.io/bcgov/traction-plugins-acapy:0.2.12"
version: '0.2.12'
tag: "ghcr.io/bcgov/traction-plugins-acapy:0.2.13"
version: '0.2.13'
buildtime: '2022-10-28T01:30:31.105Z'
pullPolicy: Always
tails:
enabled: true
tenant_proxy:
image:
tag: "ghcr.io/bcgov/traction-tenant-proxy:0.2.12"
version: '0.2.12'
tag: "ghcr.io/bcgov/traction-tenant-proxy:0.2.13"
version: '0.2.13'
buildtime: "2022-01-28T18:19:10.574Z"
pullPolicy: Always
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.12"
version: '0.2.12'
tag: "ghcr.io/bcgov/traction-plugins-acapy:0.2.13"
version: '0.2.13'
buildtime: '2022-10-28T01:30:31.105Z'
pullPolicy: Always
# repository: bcgovimages/aries-cloudagent
Expand Down

0 comments on commit bc0a26a

Please sign in to comment.