Skip to content

Commit 7b1e686

Browse files
authored
Update README to reflect Netlify hosting of helm charts (#20)
Signed-off-by: xuezhaojun <[email protected]>
1 parent 1746f03 commit 7b1e686

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
[![Release Charts](https://github.com/open-cluster-management-io/helm-charts/actions/workflows/chart-release.yml/badge.svg)](https://github.com/open-cluster-management-io/helm-charts/actions/workflows/chart-release.yml)
66
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/ocm-helm-charts)](https://artifacthub.io/packages/search?repo=ocm-helm-charts)
77

8-
98
This repo is for storing and publishing helm chart packages. Also, the
109
configured workflow will make the uploaded chart packages are synced
1110
and indexed to the OCM chart repo.
@@ -24,7 +23,11 @@ Any file edition in the `main` branch folder will trigger the workflow
2423
[chart-release.yml](./.github/workflows/chart-release.yml)
2524
to flush all the chart packages in the `charts/` folder to the
2625
[gh-pages](https://github.com/open-cluster-management-io/helm-charts/tree/gh-pages)
27-
branch, which is the source of the ocm helm charts repository served by GitHub Pages.
26+
branch, which is the source of the ocm helm charts repository served by
27+
[Netlify](https://ocm-helm-charts.netlify.app/).
28+
29+
User requests from the main documentation site [open-cluster-management.io](https://open-cluster-management.io/) are
30+
redirected here through [Netlify redirects](https://github.com/open-cluster-management-io/open-cluster-management-io.github.io/blob/main/netlify.toml).
2831

2932
### 1. Manual upload via pull request
3033

0 commit comments

Comments
 (0)