You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a callout to NIC installation with helm (#972)
We ran into an issue where helm version 3.18.5 is broken because NIC
charts reference definitions using an https URL. Helm rejects any
reference that's not a file:// scheme, so linting fails.
The helm team is aware of the bug and a fix is expected in the next
week. Next release should work as previously.
Copy file name to clipboardExpand all lines: content/nic/installation/installing-nic/installation-with-helm.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ The [Helm chart parameters](#helm-chart-parameters) lists the parameters that ca
20
20
- A [Kubernetes Version Supported by NGINX Ingress Controller]({{< ref "/nic/technical-specifications.md#supported-kubernetes-versions" >}})
21
21
- Helm 3.0+.
22
22
23
+
{{< call-out "note" >}} Helm version 3.18.5 has a [bug that returns an error when charts are referenced on a remote https url](https://github.com/helm/helm/issues/31136). Use versions up to 3.18.4 until they fix it. {{< /call-out >}}
24
+
23
25
If you would like to use NGINX Plus, there are few options: you will need to update the `controller.image.repository` field of `values-plus.yaml` accordingly.
24
26
25
27
-[Download NGINX Ingress Controller from the F5 Registry]({{< ref "/nic/installation/nic-images/registry-download.md" >}})
0 commit comments