Skip to content

Commit 2eff9fd

Browse files
committed
docs(README): update installation instructions for reflector
- Adds alternative Helm installation method using repository. - Updates Artifact Hub link for better resource access.
1 parent 4de9575 commit 2eff9fd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

3137
You 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

0 commit comments

Comments
 (0)