Skip to content

Commit 19b8638

Browse files
authored
Merge pull request #39 from azure-javaee/update-readme-for-helm-chart
Add Helm charts repository section to README
2 parents 078d2cb + 8b8468a commit 19b8638

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -919,3 +919,16 @@ The steps in this section guide you to deploy supporting resources with the GitH
919919
920920
1. To exercise the UI, follow the steps in [Appendix 1 - Exercise Cargo Tracker Functionality](#appendix-1---exercise-cargo-tracker-functionality). If you get an unexpected error, wait a few minutes and try again.
921921
1. To exercise the REST endpoint, including the AI shortest path feature, follow the steps in [Use Cargo Tracker and make a few HTTP calls](#use-cargo-tracker-and-make-a-few-http-calls)
922+
923+
## Appendix 4 - Helm charts repository for cargotracker-liberty-aks
924+
The folder [charts/cargotracker-liberty-aks](charts/cargotracker-liberty-aks) contains a helm chart for deploying the cargotracker application to Open Liberty on AKS.
925+
The workflow [package-helm-chart.yaml](.github/workflows/package-helm-chart.yaml) is used to build the helm chart and publish it to the GitHub Pages branch(gh-pages) of this repository.
926+
927+
To add the helm chart repository to your local helm client, run the following command:
928+
```bash
929+
helm repo add cargotracker-liberty-aks https://azure-javaee.github.io/cargotracker-liberty-aks
930+
```
931+
932+
**Deployments and helm chart versions**
933+
- You can see all the deployments in the page https://github.com/azure-javaee/cargotracker-liberty-aks/deployments.
934+
- You can see all the helm chart versions in this [link](https://azure-javaee.github.io/cargotracker-liberty-aks/index.yaml).

0 commit comments

Comments
 (0)