From 416f2b1ea9f9577cdbda4ff8d2dce2caf0c51160 Mon Sep 17 00:00:00 2001 From: Sai Krishna Metpalli <310911@NTTDATA.COM> Date: Fri, 7 Jun 2024 07:54:50 -0700 Subject: [PATCH] 2.2.0 updated version --- gitops/charts/traffic-court-dev-values.yaml | 16 ++++++++-------- gitops/charts/traffic-court-prod-values.yaml | 16 ++++++++-------- gitops/charts/traffic-court-test-values.yaml | 16 ++++++++-------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/gitops/charts/traffic-court-dev-values.yaml b/gitops/charts/traffic-court-dev-values.yaml index 83ea51177..819321437 100644 --- a/gitops/charts/traffic-court-dev-values.yaml +++ b/gitops/charts/traffic-court-dev-values.yaml @@ -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": "DoNotReply@gov.bc.ca" diff --git a/gitops/charts/traffic-court-prod-values.yaml b/gitops/charts/traffic-court-prod-values.yaml index 811cf3cca..5857d4d4c 100644 --- a/gitops/charts/traffic-court-prod-values.yaml +++ b/gitops/charts/traffic-court-prod-values.yaml @@ -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": "DoNotReply@gov.bc.ca" diff --git a/gitops/charts/traffic-court-test-values.yaml b/gitops/charts/traffic-court-test-values.yaml index 1337de97b..2d83d7a85 100644 --- a/gitops/charts/traffic-court-test-values.yaml +++ b/gitops/charts/traffic-court-test-values.yaml @@ -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": "DoNotReply@gov.bc.ca"