Skip to content

Commit d3d8f27

Browse files
committed
Document OCI repositories. Closes #260.
1 parent 9ee4144 commit d3d8f27

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

haproxy/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,15 @@ Get the latest [Helm release](https://github.com/helm/helm#install).
2525

2626
### Add Helm chart repo
2727

28-
Once you have Helm installed, add the repo as follows:
28+
Once you have Helm installed, add the haproxytech Chat Repository as follows:
2929

3030
```console
3131
helm repo add haproxytech https://haproxytech.github.io/helm-charts
3232
helm repo update
3333
```
3434

35+
Alternatively if you want to proceed with just OCI-based repository, skip this step and follow the installation with OCI.
36+
3537
## Install the chart
3638

3739
To install the chart with Helm v3 as _my-release_ deployment:
@@ -47,6 +49,12 @@ helm install haproxytech/haproxy \
4749
--name my-release
4850
```
4951

52+
Alternatively also have OCI-based repository available for simplified access:
53+
54+
```console
55+
helm install oci://ghcr.io/haproxytech/helm-charts/haproxy --version 1.24.0
56+
```
57+
5058
### Installing with unique name
5159

5260
To auto-generate resource names when installing, use the following:

kubernetes-ingress/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,19 @@ Get the latest [Helm release](https://github.com/helm/helm#install).
3131

3232
### Adding Helm chart repo
3333

34-
Once you have Helm installed, add the repo as follows:
34+
Once you have Helm installed, add the haproxytech Chart Repository as follows:
3535

3636
```console
3737
helm repo add haproxytech https://haproxytech.github.io/helm-charts
3838

3939
helm repo update
4040
```
4141

42+
Alternatively if you want to proceed with just OCI-based repository, skip this step and follow the installation with OCI.
43+
4244
## Installing the chart
4345

44-
To install the chart with Helm v3 as _my-release_ deployment:
46+
To install the chart with Helm v3 as _my-release_ deployment from Chat Repository:
4547

4648
```console
4749
helm install my-release haproxytech/kubernetes-ingress
@@ -54,6 +56,12 @@ helm install haproxytech/kubernetes-ingress \
5456
--name my-release
5557
```
5658

59+
Alternatively also have OCI-based repository available for simplified access:
60+
61+
```console
62+
helm install oci://ghcr.io/haproxytech/helm-charts/kubernetes-ingress --version 1.44.1
63+
```
64+
5765
### Installing with unique name
5866

5967
To auto-generate controller and its resources names when installing, use the following:

0 commit comments

Comments
 (0)