Skip to content

Commit

Permalink
Specify how image versions associate in readme
Browse files Browse the repository at this point in the history
Specify how image versions associate in readme
  • Loading branch information
mrjones-plip authored Jan 17, 2024
2 parents 4bbb7cf + 90199dc commit 9e4f3e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy/medic-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/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
Expand Down

0 comments on commit 9e4f3e5

Please sign in to comment.