-
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
Mar 27, 2024
1 parent
c49ad66
commit 0ad2b44
Showing
4 changed files
with
20 additions
and
20 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: "1.90.0" | ||
tag: "1.90.1" | ||
pullPolicy: Always | ||
env: | ||
"Swagger__Enabled": "true" | ||
|
||
citizen-api: | ||
image: | ||
tag: "1.90.0" | ||
tag: "1.90.1" | ||
pullPolicy: Always | ||
env: | ||
"FormRecognizer__ApiVersion": "2022-08-31" | ||
|
@@ -30,7 +30,7 @@ citizen-api: | |
|
||
citizen-web: | ||
image: | ||
tag: "1.90.0" | ||
tag: "1.90.1" | ||
pullPolicy: Always | ||
route: | ||
# https://dev.justice.gov.bc.ca | ||
|
@@ -39,7 +39,7 @@ citizen-web: | |
{ | ||
"production": false, | ||
"environment": "Dev", | ||
"version": "1.90.0", | ||
"version": "1.90.1", | ||
"useMockServices": false, | ||
"apiBaseUrl": "/api", | ||
"understandYourTicketLink": "https://understandmyticket.gov.bc.ca/", | ||
|
@@ -193,7 +193,7 @@ citizen-web: | |
oracle-data-api: | ||
image: | ||
tag: "1.90.0" | ||
tag: "1.90.1" | ||
pullPolicy: Always | ||
env: | ||
"JAVA_OPTS": "-Dlogging.level.ca.bc.gov.open.jag.tco.oracledataapi=DEBUG" | ||
|
@@ -206,7 +206,7 @@ oracle-data-api: | |
|
||
staff-api: | ||
image: | ||
tag: "1.90.0" | ||
tag: "1.90.1" | ||
pullPolicy: Always | ||
env: | ||
"Jwt__Audience": "staff-api" | ||
|
@@ -220,7 +220,7 @@ staff-api: | |
|
||
staff-web: | ||
image: | ||
tag: "1.90.0" | ||
tag: "1.90.1" | ||
pullPolicy: Always | ||
route: | ||
# https://dev.jag.gov.bc.ca | ||
|
@@ -239,7 +239,7 @@ staff-web: | |
{ | ||
"production": false, | ||
"environment": "Dev", | ||
"version": "1.90.0", | ||
"version": "1.90.1", | ||
"useMockServices": false, | ||
"apiBaseUrl": "/api", | ||
"features": { | ||
|
@@ -249,7 +249,7 @@ staff-web: | |
workflow-service: | ||
image: | ||
tag: "1.90.0" | ||
tag: "1.90.1" | ||
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 |
---|---|---|
|
@@ -7,14 +7,14 @@ global: | |
|
||
arc-dispute-api: | ||
image: | ||
tag: "1.90.0" | ||
tag: "1.90.1" | ||
pullPolicy: Always | ||
env: | ||
"Swagger__Enabled": "true" | ||
|
||
citizen-api: | ||
image: | ||
tag: "1.90.0" | ||
tag: "1.90.1" | ||
pullPolicy: Always | ||
env: | ||
"FormRecognizer__ApiVersion": "2022-08-31" | ||
|
@@ -29,7 +29,7 @@ citizen-api: | |
|
||
citizen-web: | ||
image: | ||
tag: "1.90.0" | ||
tag: "1.90.1" | ||
pullPolicy: Always | ||
route: | ||
# https://test.justice.gov.bc.ca | ||
|
@@ -38,7 +38,7 @@ citizen-web: | |
{ | ||
"production": false, | ||
"environment": "Test", | ||
"version": "1.90.0", | ||
"version": "1.90.1", | ||
"useMockServices": false, | ||
"apiBaseUrl": "/api", | ||
"understandYourTicketLink": "https://bcmoag--staging.sandbox.my.salesforce-sites.com/?tn=BCTC", | ||
|
@@ -192,7 +192,7 @@ citizen-web: | |
oracle-data-api: | ||
image: | ||
tag: "1.90.0" | ||
tag: "1.90.1" | ||
pullPolicy: Always | ||
env: | ||
"JAVA_OPTS": "" | ||
|
@@ -205,7 +205,7 @@ oracle-data-api: | |
|
||
staff-api: | ||
image: | ||
tag: "1.90.0" | ||
tag: "1.90.1" | ||
pullPolicy: Always | ||
env: | ||
"Jwt__Audience": "staff-api" | ||
|
@@ -219,7 +219,7 @@ staff-api: | |
|
||
staff-web: | ||
image: | ||
tag: "1.90.0" | ||
tag: "1.90.1" | ||
pullPolicy: Always | ||
route: | ||
# https://test.jag.gov.bc.ca | ||
|
@@ -238,7 +238,7 @@ staff-web: | |
{ | ||
"production": false, | ||
"environment": "Test", | ||
"version": "1.90.0", | ||
"version": "1.90.1", | ||
"useMockServices": false, | ||
"apiBaseUrl": "/api", | ||
"features": { | ||
|
@@ -248,7 +248,7 @@ staff-web: | |
workflow-service: | ||
image: | ||
tag: "1.90.0" | ||
tag: "1.90.1" | ||
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
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