File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff 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
3131helm repo add haproxytech https://haproxytech.github.io/helm-charts
3232helm 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
3739To 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
5260To auto-generate resource names when installing, use the following:
Original file line number Diff line number Diff 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
3737helm repo add haproxytech https://haproxytech.github.io/helm-charts
3838
3939helm 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
4749helm 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
5967To auto-generate controller and its resources names when installing, use the following:
You can’t perform that action at this time.
0 commit comments