Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kennsippell committed Dec 27, 2024
1 parent d21b915 commit f022a83
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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.0.0" # 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.0.0"
env:
NODE_ENV: production
REDIS_HOST: users-chis-civ-redis-master.users-chis-prod.svc.cluster.local
Expand Down
4 changes: 2 additions & 2 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.0.0" # 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.0.0"
env:
NODE_ENV: production
REDIS_HOST: users-chis-ke-redis-master.users-chis-prod.svc.cluster.local
Expand Down
4 changes: 2 additions & 2 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.0.0" # 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.0.0"
env:
NODE_ENV: production
REDIS_HOST: users-chis-tg-redis-master.users-chis-prod.svc.cluster.local
Expand Down

0 comments on commit f022a83

Please sign in to comment.