-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sai Krishna Metpalli
authored and
Sai Krishna Metpalli
committed
Jun 7, 2024
1 parent
77ac4b9
commit 416f2b1
Showing
3 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,14 +7,14 @@ global: | |
|
||
arc-dispute-api: | ||
image: | ||
tag: "2.1.9" | ||
tag: "2.2.0" | ||
pullPolicy: Always | ||
env: | ||
"Swagger__Enabled": "true" | ||
|
||
citizen-api: | ||
image: | ||
tag: "2.1.9" | ||
tag: "2.2.0" | ||
pullPolicy: Always | ||
env: | ||
"FormRecognizer__ApiVersion": "2022-08-31" | ||
|
@@ -30,7 +30,7 @@ citizen-api: | |
|
||
citizen-web: | ||
image: | ||
tag: "2.1.9" | ||
tag: "2.2.0" | ||
pullPolicy: Always | ||
route: | ||
# https://dev.justice.gov.bc.ca | ||
|
@@ -39,7 +39,7 @@ citizen-web: | |
{ | ||
"production": false, | ||
"environment": "Dev", | ||
"version": "2.1.9", | ||
"version": "2.2.0", | ||
"useMockServices": false, | ||
"apiBaseUrl": "/api", | ||
"understandYourTicketLink": "https://understandmyticket.gov.bc.ca/", | ||
|
@@ -208,7 +208,7 @@ oracle-data-api: | |
|
||
staff-api: | ||
image: | ||
tag: "2.1.9" | ||
tag: "2.2.0" | ||
pullPolicy: Always | ||
env: | ||
"Jwt__Audience": "staff-api" | ||
|
@@ -222,7 +222,7 @@ staff-api: | |
|
||
staff-web: | ||
image: | ||
tag: "2.1.9" | ||
tag: "2.2.0" | ||
pullPolicy: Always | ||
route: | ||
# https://dev.jag.gov.bc.ca | ||
|
@@ -241,7 +241,7 @@ staff-web: | |
{ | ||
"production": false, | ||
"environment": "Dev", | ||
"version": "2.1.9", | ||
"version": "2.2.0", | ||
"useMockServices": false, | ||
"apiBaseUrl": "/api", | ||
"features": { | ||
|
@@ -251,7 +251,7 @@ staff-web: | |
workflow-service: | ||
image: | ||
tag: "2.1.9" | ||
tag: "2.2.0" | ||
pullPolicy: Always | ||
env: | ||
"EmailConfiguration__Sender": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ arc-dispute-api: | |
pdb: | ||
create: true | ||
image: | ||
tag: "2.1.9" | ||
tag: "2.2.0" | ||
pullPolicy: Always | ||
env: | ||
"Swagger__Enabled": "false" | ||
|
@@ -20,7 +20,7 @@ citizen-api: | |
pdb: | ||
create: true | ||
image: | ||
tag: "2.1.9" | ||
tag: "2.2.0" | ||
pullPolicy: Always | ||
env: | ||
"FormRecognizer__ApiVersion": "2022-08-31" | ||
|
@@ -39,13 +39,13 @@ citizen-web: | |
pdb: | ||
create: true | ||
image: | ||
tag: "2.1.9" | ||
tag: "2.2.0" | ||
pullPolicy: Always | ||
appConfig: | | ||
{ | ||
"production": true, | ||
"environment": "prod", | ||
"version": "2.1.9", | ||
"version": "2.2.0", | ||
"useMockServices": false, | ||
"apiBaseUrl": "/api", | ||
"understandYourTicketLink": "https://understandmyticket.gov.bc.ca/", | ||
|
@@ -238,7 +238,7 @@ staff-api: | |
pdb: | ||
create: true | ||
image: | ||
tag: "2.1.9" | ||
tag: "2.2.0" | ||
pullPolicy: Always | ||
env: | ||
"Jwt__Audience": "staff-api" | ||
|
@@ -256,7 +256,7 @@ staff-web: | |
pdb: | ||
create: true | ||
image: | ||
tag: "2.1.9" | ||
tag: "2.2.0" | ||
pullPolicy: Always | ||
route: | ||
# https://test.jag.gov.bc.ca | ||
|
@@ -275,7 +275,7 @@ staff-web: | |
{ | ||
"production": true, | ||
"environment": "prod", | ||
"version": "2.1.9", | ||
"version": "2.2.0", | ||
"useMockServices": false, | ||
"apiBaseUrl": "/api", | ||
"features": { | ||
|
@@ -288,7 +288,7 @@ workflow-service: | |
pdb: | ||
create: true | ||
image: | ||
tag: "2.1.9" | ||
tag: "2.2.0" | ||
pullPolicy: Always | ||
env: | ||
"EmailConfiguration__Sender": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ arc-dispute-api: | |
pdb: | ||
create: true | ||
image: | ||
tag: "2.1.9" | ||
tag: "2.2.0" | ||
pullPolicy: Always | ||
env: | ||
"Swagger__Enabled": "true" | ||
|
@@ -20,7 +20,7 @@ citizen-api: | |
pdb: | ||
create: true | ||
image: | ||
tag: "2.1.9" | ||
tag: "2.2.0" | ||
pullPolicy: Always | ||
env: | ||
"FormRecognizer__ApiVersion": "2022-08-31" | ||
|
@@ -39,7 +39,7 @@ citizen-web: | |
pdb: | ||
create: true | ||
image: | ||
tag: "2.1.9" | ||
tag: "2.2.0" | ||
pullPolicy: Always | ||
route: | ||
# https://test.justice.gov.bc.ca | ||
|
@@ -48,7 +48,7 @@ citizen-web: | |
{ | ||
"production": false, | ||
"environment": "Test", | ||
"version": "2.1.9", | ||
"version": "2.2.0", | ||
"useMockServices": false, | ||
"apiBaseUrl": "/api", | ||
"understandYourTicketLink": "https://bcmoag--staging.sandbox.my.salesforce-sites.com/?tn=BCTC", | ||
|
@@ -222,7 +222,7 @@ staff-api: | |
pdb: | ||
create: true | ||
image: | ||
tag: "2.1.9" | ||
tag: "2.2.0" | ||
pullPolicy: Always | ||
env: | ||
"Jwt__Audience": "staff-api" | ||
|
@@ -240,7 +240,7 @@ staff-web: | |
pdb: | ||
create: true | ||
image: | ||
tag: "2.1.9" | ||
tag: "2.2.0" | ||
pullPolicy: Always | ||
route: | ||
# https://test.jag.gov.bc.ca | ||
|
@@ -259,7 +259,7 @@ staff-web: | |
{ | ||
"production": false, | ||
"environment": "Test", | ||
"version": "2.1.9", | ||
"version": "2.2.0", | ||
"useMockServices": false, | ||
"apiBaseUrl": "/api", | ||
"features": { | ||
|
@@ -272,7 +272,7 @@ workflow-service: | |
pdb: | ||
create: true | ||
image: | ||
tag: "2.1.9" | ||
tag: "2.2.0" | ||
pullPolicy: Always | ||
env: | ||
"EmailConfiguration__Sender": "[email protected]" | ||
|