Skip to content

Commit

Permalink
Fix additional Helm-related versioning issues (#4654)
Browse files Browse the repository at this point in the history
  • Loading branch information
ADubhlaoich authored Nov 15, 2023
1 parent 0233436 commit c7680a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ The [Installation with Helm ]({{< relref "installation/installing-nic/installati
repository: private-registry.nginx.com/nginx-ic/nginx-plus-ingress
## The version tag
tag: 3.2.0
tag: 3.3.2
serviceAccount:
## The annotations of the service account of the Ingress Controller pods.
Expand Down Expand Up @@ -149,7 +149,7 @@ If the namespace does not exist, `--create-namespace` will create it. Using `-f
If you want to install NGINX Ingress Controller using the charts method, the following is an example of using the command line to pass the required arguments using the `set` parameter.

```shell
helm install my-release -n nginx-ingress oci://ghcr.io/nginxinc/charts/nginx-ingress --version 0.18.0 --set controller.image.repository=private-registry.nginx.com/nginx-ic/nginx-plus-ingress --set controller.image.tag=3.2.0 --set controller.nginxplus=true --set controller.serviceAccount.imagePullSecretName=regcred
helm install my-release -n nginx-ingress oci://ghcr.io/nginxinc/charts/nginx-ingress --version 1.0.2 --set controller.image.repository=private-registry.nginx.com/nginx-ic/nginx-plus-ingress --set controller.image.tag=3.3.2 --set controller.nginxplus=true --set controller.serviceAccount.imagePullSecretName=regcred
```
You can also use the certificate and key from the MyF5 portal and the Docker registry API to list the available image tags for the repositories, for example:

Expand Down

0 comments on commit c7680a4

Please sign in to comment.