From e43bd8bdacb5c413f0f90e561dcfc980b458f43f Mon Sep 17 00:00:00 2001 From: Shahzad Chaudhry Date: Tue, 21 Nov 2023 14:52:50 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2482255..98f4692 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ rm -rf charts/alfresco-sync-service-4.1.0.tgz ``` ### Modify charts -``` + 1. Change the chart version in the newly pulled chart. For example change is from `4.1.0` to `4.1.1` 2. Make your changes and then test them by upgrading Helm release ``` @@ -34,7 +34,7 @@ rm -rf charts/alfresco-sync-service-4.1.0.tgz - "helm package charts/alfresco-sync-service -d ../docs" 5. Create / update an index file in docs directory - "helm repo index ../docs --url https://ministryofjustice.github.io/hmpps-delius-alfresco-poc" -``` + ### Update the lock file and commit changes Locate the `Chart.yaml` file and modify the repository URL and version. It should now look like the code snippet below after the change: @@ -77,4 +77,4 @@ alfresco-sync-service/alfresco-sync-service 4.1.1 3.9.0 ### References to various docs that explain how to set up GitHub pages and how to publish Helm charts - [The Chart Repository Guide](https://helm.sh/docs/topics/chart_repository/#github-pages-example) - [Chart Releaser Action to Automate GitHub Page Charts ](https://helm.sh/docs/howto/chart_releaser_action/#github-actions-workflow) -- [Example on how to publish a chart on GitHub pages](https://github.com/technosophos/tscharts) \ No newline at end of file +- [Example on how to publish a chart on GitHub pages](https://github.com/technosophos/tscharts)