Skip to content

Commit 9521432

Browse files
authored
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.
1 parent 438f313 commit 9521432

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/nic/installation/installing-nic/installation-with-helm.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ The [Helm chart parameters](#helm-chart-parameters) lists the parameters that ca
2020
- A [Kubernetes Version Supported by NGINX Ingress Controller]({{< ref "/nic/technical-specifications.md#supported-kubernetes-versions" >}})
2121
- Helm 3.0+.
2222

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+
2325
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.
2426

2527
- [Download NGINX Ingress Controller from the F5 Registry]({{< ref "/nic/installation/nic-images/registry-download.md" >}})

0 commit comments

Comments
 (0)