Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shazChaudhry authored Nov 21, 2023
1 parent b346789 commit e43bd8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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:
Expand Down Expand Up @@ -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)
- [Example on how to publish a chart on GitHub pages](https://github.com/technosophos/tscharts)

0 comments on commit e43bd8b

Please sign in to comment.