Skip to content

Commit 643f3de

Browse files
committed
updated chart name haproxy-ingress to jcmhproxy-ingress
1 parent 924e7bf commit 643f3de

33 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.

charts/haproxy-ingress/README.md renamed to charts/jcmhproxy-ingress/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HAProxy Ingress helm chart
22

3-
[HAProxy Ingress](https://github.com/devtron-labs/charts/charts/haproxy-ingress) is an Ingress controller that uses ConfigMap to store the global haproxy configuration, and ingress annotations to configure per-backend settings.
3+
[HAProxy Ingress](https://github.com/devtron-labs/charts/charts/jcmhproxy-ingress) is an Ingress controller that uses ConfigMap to store the global haproxy configuration, and ingress annotations to configure per-backend settings.
44

55
## Introduction
66

@@ -17,7 +17,7 @@ To install the latest stable version with the release name `ingress` in the curr
1717

1818
```console
1919
$ helm repo add devtron https://helm.devtron.ai
20-
$ helm install ingress devtron/haproxy-ingress
20+
$ helm install ingress devtron/jcmhproxy-ingress
2121
```
2222

2323
The [configuration](#configuration) section lists the parameters that can be configured during installation.
@@ -40,7 +40,7 @@ To upgrade the release `ingress` to the latest stable version:
4040

4141
```console
4242
$ helm repo update
43-
$ helm upgrade ingress devtron/haproxy-ingress
43+
$ helm upgrade ingress devtron/jcmhproxy-ingress
4444
```
4545

4646
**Upgrade warning:** charts since 0.8.1 changed name patterns and this should break upgrades. It is recommended to uninstall and reinstall the HAProxy Ingress chart - and always test upgrades on a staging environment.

0 commit comments

Comments
 (0)