Skip to content

Commit

Permalink
Merge pull request #1737 from bcgov/release/1.90.5
Browse files Browse the repository at this point in the history
Release 1.90.5
  • Loading branch information
saikrishnametpalli-nttdata authored Mar 31, 2024
2 parents 738e510 + 0860dfe commit 0fa3009
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
18 changes: 9 additions & 9 deletions gitops/charts/traffic-court-dev-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ global:

arc-dispute-api:
image:
tag: "1.90.4"
tag: "1.90.5"
pullPolicy: Always
env:
"Swagger__Enabled": "true"

citizen-api:
image:
tag: "1.90.4"
tag: "1.90.5"
pullPolicy: Always
env:
"FormRecognizer__ApiVersion": "2022-08-31"
Expand All @@ -30,7 +30,7 @@ citizen-api:

citizen-web:
image:
tag: "1.90.4"
tag: "1.90.5"
pullPolicy: Always
route:
# https://dev.justice.gov.bc.ca
Expand All @@ -39,7 +39,7 @@ citizen-web:
{
"production": false,
"environment": "Dev",
"version": "1.90.4",
"version": "1.90.5",
"useMockServices": false,
"apiBaseUrl": "/api",
"understandYourTicketLink": "https://understandmyticket.gov.bc.ca/",
Expand Down Expand Up @@ -193,7 +193,7 @@ citizen-web:
oracle-data-api:
image:
tag: "1.90.4"
tag: "1.90.5"
pullPolicy: Always
env:
"JAVA_OPTS": "-Dlogging.level.ca.bc.gov.open.jag.tco.oracledataapi=DEBUG"
Expand All @@ -206,7 +206,7 @@ oracle-data-api:

staff-api:
image:
tag: "1.90.4"
tag: "1.90.5"
pullPolicy: Always
env:
"Jwt__Audience": "staff-api"
Expand All @@ -220,7 +220,7 @@ staff-api:

staff-web:
image:
tag: "1.90.4"
tag: "1.90.5"
pullPolicy: Always
route:
# https://dev.jag.gov.bc.ca
Expand All @@ -239,7 +239,7 @@ staff-web:
{
"production": false,
"environment": "Dev",
"version": "1.90.4",
"version": "1.90.5",
"useMockServices": false,
"apiBaseUrl": "/api",
"features": {
Expand All @@ -249,7 +249,7 @@ staff-web:
workflow-service:
image:
tag: "1.90.4"
tag: "1.90.5"
pullPolicy: Always
env:
"EmailConfiguration__Sender": "[email protected]"
Expand Down
18 changes: 9 additions & 9 deletions gitops/charts/traffic-court-test-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ arc-dispute-api:
pdb:
create: true
image:
tag: "1.90.4"
tag: "1.90.5"
pullPolicy: Always
env:
"Swagger__Enabled": "true"
Expand All @@ -20,7 +20,7 @@ citizen-api:
pdb:
create: true
image:
tag: "1.90.4"
tag: "1.90.5"
pullPolicy: Always
env:
"FormRecognizer__ApiVersion": "2022-08-31"
Expand All @@ -38,7 +38,7 @@ citizen-web:
pdb:
create: true
image:
tag: "1.90.4"
tag: "1.90.5"
pullPolicy: Always
route:
# https://test.justice.gov.bc.ca
Expand All @@ -47,7 +47,7 @@ citizen-web:
{
"production": false,
"environment": "Test",
"version": "1.90.4",
"version": "1.90.5",
"useMockServices": false,
"apiBaseUrl": "/api",
"understandYourTicketLink": "https://bcmoag--staging.sandbox.my.salesforce-sites.com/?tn=BCTC",
Expand Down Expand Up @@ -204,7 +204,7 @@ oracle-data-api:
pdb:
create: true
image:
tag: "1.90.4"
tag: "1.90.5"
pullPolicy: Always
env:
"JAVA_OPTS": ""
Expand All @@ -220,7 +220,7 @@ staff-api:
pdb:
create: true
image:
tag: "1.90.4"
tag: "1.90.5"
pullPolicy: Always
env:
"Jwt__Audience": "staff-api"
Expand All @@ -237,7 +237,7 @@ staff-web:
pdb:
create: true
image:
tag: "1.90.4"
tag: "1.90.5"
pullPolicy: Always
route:
# https://test.jag.gov.bc.ca
Expand All @@ -256,7 +256,7 @@ staff-web:
{
"production": false,
"environment": "Test",
"version": "1.90.4",
"version": "1.90.5",
"useMockServices": false,
"apiBaseUrl": "/api",
"features": {
Expand All @@ -269,7 +269,7 @@ workflow-service:
pdb:
create: true
image:
tag: "1.90.4"
tag: "1.90.5"
pullPolicy: Always
env:
"EmailConfiguration__Sender": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/citizen-portal/src/assets/app.config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"production": false,
"environment": "dev",
"version": "1.90.4",
"version": "1.90.5",
"useMockServices": false,
"apiBaseUrl": "/api",
"features": {
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/staff-portal/src/assets/app.config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"production": false,
"environment": "dev",
"version": "1.90.4",
"version": "1.90.5",
"useMockServices": false,
"apiBaseUrl": "/api",
"features": {
Expand Down

0 comments on commit 0fa3009

Please sign in to comment.