File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,12 @@ Use Helm to install the latest released chart:
2727``` shellsession
2828$ helm upgrade --install reflector oci://ghcr.io/emberstack/helm-charts/reflector
2929```
30+ or
31+ ``` shellsession
32+ $ helm repo add emberstack https://emberstack.github.io/helm-charts
33+ $ helm repo update
34+ $ helm upgrade --install reflector emberstack/reflector
35+ ```
3036
3137You can customize the values of the helm deployment by using the following Values:
3238
@@ -56,7 +62,7 @@ You can customize the values of the helm deployment by using the following Value
5662| ` affinity ` | Node affinity for pod assignment | ` {} ` |
5763| ` priorityClassName ` | ` priorityClassName ` for pods | ` "" ` |
5864
59- > Find us on [ Artifact Hub] ( https://artifacthub.io/packages/helm/helm-kubernetes-reflector/reflector )
65+ > Find us on [ Artifact Hub] ( https://artifacthub.io/packages/search?org=emberstack )
6066
6167
6268#### Manual deployment
You can’t perform that action at this time.
0 commit comments