Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy vLatest to production #72

Open
wants to merge 36 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
3de1877
Deploy production to v1.0.11
kennsippell Feb 13, 2024
d5e6393
Merge branch 'main' into deploy
kennsippell Feb 16, 2024
9ca4eb5
1.0.15
kennsippell Feb 25, 2024
8dba8fd
1.1.2
kennsippell Mar 13, 2024
0d0c345
Merge branch 'main' into deploy
kennsippell Mar 13, 2024
da500e3
1.1.3
kennsippell Mar 14, 2024
884051b
1.1.5
kennsippell Mar 18, 2024
cd9d561
1.1.6
kennsippell Mar 19, 2024
8eb58ca
1.3.0
kennsippell Mar 22, 2024
1d0b383
1.3.1
kennsippell Mar 24, 2024
f01890c
Merge branch 'main' into deploy
kennsippell Mar 25, 2024
d41d4f0
1.3.2
kennsippell Mar 25, 2024
cd87ad2
Merge branch 'main' into deploy
kennsippell Mar 27, 2024
a279f01
Deploy togo 1.3.3
kennsippell Mar 27, 2024
5d312e2
Remove certificate-arn reference from deploy
nydr Mar 28, 2024
ed7c1ab
1.3.5
kennsippell Apr 1, 2024
16ba9ba
Merge remote-tracking branch 'origin/dn/rm-cert-arn' into deploy
kennsippell Apr 2, 2024
624aa0c
1.3.6
kennsippell Apr 2, 2024
2eeba1f
1.3.11
kennsippell Apr 17, 2024
3a7e5d8
1.3.15
kennsippell Apr 25, 2024
fd32f28
Deploy 1.3.16
kennsippell May 8, 2024
62415e4
Merge branch 'main' into deploy
freddieptf May 13, 2024
ef66682
deploy 1.13.18
freddieptf May 13, 2024
b26eefa
1.3.19
kennsippell May 15, 2024
0ed874a
1.3.20
kennsippell May 23, 2024
c2610e5
Create users-chis-civ.yaml in deploy branch
mrjones-plip Aug 27, 2024
70de746
users-chis-civ.yaml to tag 1.3.20-civ-fixes-patch-1 per medic-infrast…
mrjones-plip Sep 13, 2024
ca21075
Deploy civ updates (#202)
inromualdo Sep 17, 2024
e4e461a
update tag for users-chis-civ.yaml to use new patch
mrjones-plip Sep 17, 2024
120062b
Merge branch 'main' into deploy
kennsippell Dec 27, 2024
d21b915
Merge branch 'deploy' of https://github.com/medic/cht-user-management…
kennsippell Dec 27, 2024
f022a83
2.0.0
kennsippell Dec 27, 2024
873b7bf
2.1.0
kennsippell Jan 9, 2025
4391f61
Merge branch 'main' into deploy
kennsippell Jan 9, 2025
1302f05
Missing 2.1.0 tag
kennsippell Jan 9, 2025
7c3d620
Cleanup
kennsippell Jan 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ dist
src/package.json
.eslintcache
.DS_Store
upload-docs*
upload-docs*
2 changes: 1 addition & 1 deletion scripts/deploy/medic-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To prepare a deployment, use the following steps to ensure your environment is p
The `helm install` and `helm upgrade` commands should be run in the `./scripts/deploy` directory in this repo.

1. Check the image is [published](https://github.com/medic/cht-user-management/tree/main#publishing-new-docker-images) to [ECR](https://gallery.ecr.aws/medic/cht-user-management)
2. Update the `tag:` in the respective `values.yaml` file located in the [values folder](https://github.com/medic/cht-user-management/blob/main/scripts/deploy/values/) to match the version you wish to deploy.
2. Update the `tag:` in the respective `values.yaml` file located in the [values folder](https://github.com/medic/cht-user-management/blob/main/scripts/deploy/values/) to match the version you wish to deploy. There are two places to update: `cht-user-management` and `cht-user-management-worker`
3. Ensure your local system has the latest charts by running:
```bash
helm repo update medic
Expand Down
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.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.1.0"
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
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.1.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.1.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.1.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.1.0"
env:
NODE_ENV: production
REDIS_HOST: users-chis-tg-redis-master.users-chis-prod.svc.cluster.local
Expand Down
73 changes: 0 additions & 73 deletions scripts/deploy/values/users-chis-ug.yaml

This file was deleted.

Loading