@@ -56,13 +56,13 @@ To install the chart with the release name my-release (my-release is the name th
5656For NGINX:
5757
5858``` console
59- helm install my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 0.18.0
59+ helm install my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 0.18.1
6060```
6161
6262For NGINX Plus: (assuming you have pushed the Ingress Controller image ` nginx-plus-ingress ` to your private registry ` myregistry.example.com ` )
6363
6464``` console
65- helm install my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 0.18.0 --set controller.image.repository=myregistry.example.com/nginx-plus-ingress --set controller.nginxplus=true
65+ helm install my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 0.18.1 --set controller.image.repository=myregistry.example.com/nginx-plus-ingress --set controller.nginxplus=true
6666```
6767
6868This will install the latest ` edge ` version of the Ingress Controller from GitHub Container Registry. If you prefer to use Docker Hub, you can replace ` ghcr.io/nginxinc/charts/nginx-ingress ` with ` registry-1.docker.io/nginxcharts/nginx-ingress ` .
@@ -74,7 +74,7 @@ Helm does not upgrade the CRDs during a release upgrade. Before you upgrade a re
7474To upgrade the release ` my-release ` :
7575
7676``` console
77- helm upgrade my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 0.18.0
77+ helm upgrade my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 0.18.1
7878```
7979
8080### Uninstalling the Chart
@@ -111,7 +111,7 @@ This step is required if you're installing the chart using its sources. Addition
1111111 . Pull the chart sources:
112112
113113 ``` console
114- helm pull oci://ghcr.io/nginxinc/charts/nginx-ingress --untar --version 0.18.0
114+ helm pull oci://ghcr.io/nginxinc/charts/nginx-ingress --untar --version 0.18.1
115115 ```
116116
1171172. Change your working directory to nginx-ingress:
@@ -183,7 +183,7 @@ The following tables lists the configurable parameters of the NGINX Ingress Cont
183183| ` controller.logLevel ` | The log level of the Ingress Controller. | 1 |
184184| ` controller.image.digest ` | The image digest of the Ingress Controller. | None |
185185| ` controller.image.repository ` | The image repository of the Ingress Controller. | nginx/nginx-ingress |
186- | ` controller.image.tag ` | The tag of the Ingress Controller image. | 3.2.0 |
186+ | ` controller.image.tag ` | The tag of the Ingress Controller image. | 3.2.1 |
187187| ` controller.image.pullPolicy ` | The pull policy for the Ingress Controller image. | IfNotPresent |
188188| ` controller.lifecycle ` | The lifecycle of the Ingress Controller pods. | {} |
189189| ` controller.customConfigMap ` | The name of the custom ConfigMap used by the Ingress Controller. If set, then the default config is ignored. | "" |
0 commit comments