From c3e5a258e72022dec0ff302b8fd04fba5713beb3 Mon Sep 17 00:00:00 2001 From: Fred <10602047+freddieptf@users.noreply.github.com> Date: Fri, 7 Feb 2025 14:32:19 +0300 Subject: [PATCH] chore: update deployment values.yml to 2.1.1 * Update users-chis-civ.yaml * Update users-chis-ke.yaml * Update users-chis-tg.yaml --- scripts/deploy/values/users-chis-civ.yaml | 6 +++--- scripts/deploy/values/users-chis-ke.yaml | 6 +++--- scripts/deploy/values/users-chis-tg.yaml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/deploy/values/users-chis-civ.yaml b/scripts/deploy/values/users-chis-civ.yaml index 378b435e..c8f8da12 100644 --- a/scripts/deploy/values/users-chis-civ.yaml +++ b/scripts/deploy/values/users-chis-civ.yaml @@ -5,7 +5,7 @@ cht-user-management: enabled: true image: repository: public.ecr.aws/medic/cht-user-management - tag: "1.4.2" # Set this to the version of the docker image + tag: "2.1.1" # Set this to the version of the docker image # Environment variablues to set in the pod, for example: # env: @@ -51,7 +51,7 @@ cht-user-management-worker: replicaCount: 1 image: repository: public.ecr.aws/medic/cht-user-management-worker - tag: "1.4.2" + tag: "2.1.1" env: NODE_ENV: production REDIS_HOST: users-chis-civ-redis-master.users-chis-prod.svc.cluster.local @@ -70,4 +70,4 @@ redis: storageClass: ebs-gp2 size: 8Gi auth: - enabled: false \ No newline at end of file + enabled: false diff --git a/scripts/deploy/values/users-chis-ke.yaml b/scripts/deploy/values/users-chis-ke.yaml index 5bf73bdf..2e0787bd 100644 --- a/scripts/deploy/values/users-chis-ke.yaml +++ b/scripts/deploy/values/users-chis-ke.yaml @@ -5,7 +5,7 @@ cht-user-management: enabled: true image: repository: public.ecr.aws/medic/cht-user-management - tag: "1.4.2" # Set this to the version of the docker image + tag: "2.1.1" # Set this to the version of the docker image # Environment variablues to set in the pod, for example: # env: @@ -51,7 +51,7 @@ cht-user-management-worker: replicaCount: 1 image: repository: public.ecr.aws/medic/cht-user-management-worker - tag: "1.4.2" + tag: "2.1.1" env: NODE_ENV: production REDIS_HOST: users-chis-ke-redis-master.users-chis-prod.svc.cluster.local @@ -70,4 +70,4 @@ redis: storageClass: ebs-gp2 size: 8Gi auth: - enabled: false \ No newline at end of file + enabled: false diff --git a/scripts/deploy/values/users-chis-tg.yaml b/scripts/deploy/values/users-chis-tg.yaml index 0dc80ced..249d61a3 100644 --- a/scripts/deploy/values/users-chis-tg.yaml +++ b/scripts/deploy/values/users-chis-tg.yaml @@ -5,7 +5,7 @@ cht-user-management: enabled: true image: repository: public.ecr.aws/medic/cht-user-management - tag: "1.4.2" # Set this to the version of the docker image + tag: "2.1.1" # Set this to the version of the docker image # Environment variablues to set in the pod, for example: # env: @@ -51,7 +51,7 @@ cht-user-management-worker: replicaCount: 1 image: repository: public.ecr.aws/medic/cht-user-management-worker - tag: "1.4.2" + tag: "2.1.1" env: NODE_ENV: production REDIS_HOST: users-chis-tg-redis-master.users-chis-prod.svc.cluster.local @@ -70,4 +70,4 @@ redis: storageClass: ebs-gp2 size: 8Gi auth: - enabled: false \ No newline at end of file + enabled: false