From c2e62f6fe82848562d52561d363bd9e9eaa5c62f Mon Sep 17 00:00:00 2001 From: Ashley <8253488+mrjones-plip@users.noreply.github.com> Date: Tue, 16 Jan 2024 11:05:51 -0800 Subject: [PATCH 1/2] Specify how image versions associate in readme --- scripts/deploy/medic-deploy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/deploy/medic-deploy.md b/scripts/deploy/medic-deploy.md index 839b91aa..2fc0b428 100644 --- a/scripts/deploy/medic-deploy.md +++ b/scripts/deploy/medic-deploy.md @@ -11,14 +11,14 @@ General public is welcome to look at these instructions for who they might use t | namespace | users-chis-prod | ### Requirements: -- Have both [Helm](https://helm.sh/) and [Kubectl](https://kubernetes.io/docs/reference/kubectl/kubectl/) installed on your local workstation +- Have both [Helm](https://helm.sh/) and [Kubectl](https://kubernetes.io/docs/reference/kubectl/kubectl/) installed on your local workstation - Check out [helm chart repository](https://github.com/medic/helm-charts/tree/main#usage) so you can reference it locally - Be able to [authenticate to Medic kubernetes cluster (EKS)](https://github.com/medic/medic-infrastructure/blob/master/terraform/aws/dev/eks/access/README.md) ### Deploy new version -These commands should be run in the `./scripts/deploy` directory in this repo. Also note you may need to replace `medic/cht-user-management` with the full path to the helm chart repository you checked out above. +These commands should be run in the `./scripts/deploy` directory in this repo. Also note you may need to replace `medic/cht-user-management` with the full path to the helm chart repository you checked out above. Ensure the image has [been published](https://github.com/medic/cht-user-management/tree/main#publishing-new-docker-images) first [to ECR](https://gallery.ecr.aws/medic/cht-user-management) and also that the `values.yaml` file ([KE](https://github.com/medic/cht-user-management/blob/4bbb7cfba7b479a61c4e312fd2ac7848aedc02a4/scripts/deploy/values/users-chis-ke.yaml#L3C5-L3C8) or [UG](https://github.com/medic/cht-user-management/blob/4bbb7cfba7b479a61c4e312fd2ac7848aedc02a4/scripts/deploy/values/users-chis-ug.yaml#L3)) has the same version in the `tag:` as the new image. #### KE ```shell From 90199dca834a912e910ed7c697d03420f6a0312f Mon Sep 17 00:00:00 2001 From: mrjones-plip Date: Wed, 17 Jan 2024 08:38:28 -0800 Subject: [PATCH 2/2] link to main instead of branch per feedback --- scripts/deploy/medic-deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy/medic-deploy.md b/scripts/deploy/medic-deploy.md index 2fc0b428..cab716ff 100644 --- a/scripts/deploy/medic-deploy.md +++ b/scripts/deploy/medic-deploy.md @@ -18,7 +18,7 @@ General public is welcome to look at these instructions for who they might use t ### Deploy new version -These commands should be run in the `./scripts/deploy` directory in this repo. Also note you may need to replace `medic/cht-user-management` with the full path to the helm chart repository you checked out above. Ensure the image has [been published](https://github.com/medic/cht-user-management/tree/main#publishing-new-docker-images) first [to ECR](https://gallery.ecr.aws/medic/cht-user-management) and also that the `values.yaml` file ([KE](https://github.com/medic/cht-user-management/blob/4bbb7cfba7b479a61c4e312fd2ac7848aedc02a4/scripts/deploy/values/users-chis-ke.yaml#L3C5-L3C8) or [UG](https://github.com/medic/cht-user-management/blob/4bbb7cfba7b479a61c4e312fd2ac7848aedc02a4/scripts/deploy/values/users-chis-ug.yaml#L3)) has the same version in the `tag:` as the new image. +These commands should be run in the `./scripts/deploy` directory in this repo. Also note you may need to replace `medic/cht-user-management` with the full path to the helm chart repository you checked out above. Ensure the image has [been published](https://github.com/medic/cht-user-management/tree/main#publishing-new-docker-images) first [to ECR](https://gallery.ecr.aws/medic/cht-user-management) and also that the `values.yaml` file ([KE](https://github.com/medic/cht-user-management/blob/main/scripts/deploy/values/users-chis-ke.yaml) or [UG](https://github.com/medic/cht-user-management/blob/main/scripts/deploy/values/users-chis-ug.yaml)) has the same version in the `tag:` as the new image. #### KE ```shell