-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update version to 3.4.3 #5128
update version to 3.4.3 #5128
Conversation
@@ -150,7 +150,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 1.1.2 --set controller.image.repository=private-registry.nginx.com/nginx-ic/nginx-plus-ingress --set controller.image.tag=3.4.2 --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.1.2 --set controller.image.repository=private-registry.nginx.com/nginx-ic/nginx-plus-ingress --set controller.image.tag=3.4.3 --set controller.nginxplus=true --set controller.serviceAccount.imagePullSecretName=regcred |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line still references Helm chart --version 1.1.2
although release 3.4.3 is expected to be used via chart version 1.1.3.
Similarly, charts/nginx-ingress/README.md
L90 can be observed as missing a replacement.
However, docs/content/technical-specifications.md
was updated (by hand?).
What's strange to me with this is that helm pull oci://ghcr.io/nginxinc/charts/nginx-ingress --untar --version 1.1.3
produces an nginx-ingress/README.md
where 1.1.3
is mentioned.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sigv great catch we appreciate it. We are going to fix it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Proposed changes
update version to 3.4.3
Checklist
Before creating a PR, run through this checklist and mark each as complete.