Skip to content

Commit

Permalink
chore: update deployment values.yml to 2.1.1
Browse files Browse the repository at this point in the history
* Update users-chis-civ.yaml

* Update users-chis-ke.yaml

* Update users-chis-tg.yaml
  • Loading branch information
freddieptf authored Feb 7, 2025
1 parent 1b6fff2 commit c3e5a25
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions scripts/deploy/values/users-chis-civ.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -70,4 +70,4 @@ redis:
storageClass: ebs-gp2
size: 8Gi
auth:
enabled: false
enabled: false
6 changes: 3 additions & 3 deletions scripts/deploy/values/users-chis-ke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -70,4 +70,4 @@ redis:
storageClass: ebs-gp2
size: 8Gi
auth:
enabled: false
enabled: false
6 changes: 3 additions & 3 deletions scripts/deploy/values/users-chis-tg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -70,4 +70,4 @@ redis:
storageClass: ebs-gp2
size: 8Gi
auth:
enabled: false
enabled: false

0 comments on commit c3e5a25

Please sign in to comment.