Skip to content

Commit

Permalink
link to main instead of branch per feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip committed Jan 17, 2024
1 parent c2e62f6 commit 90199dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy/medic-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90199dc

Please sign in to comment.