Skip to content

Commit 99024b0

Browse files
authored
Update Helm chart NOTES.txt with newer documentation links (#8586)
This commit updates the NOTES.txt file of the Helm chart with updated documentation links, and rephrases the text for consistency. The release notes were changes to a changelog, and the steps for upgrading NGINX Ingress Controller were put into their own standalone document some time ago. Each "outdated" link has a HTTPS redirect to the latest version: these changes are for consistency and clarity at source. Signed-off-by: Alan Dooley <[email protected]>
1 parent 450d1bc commit 99024b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
NGINX Ingress Controller {{ .Chart.AppVersion }} has been installed.
22

3-
For release notes for this version please see: https://docs.nginx.com/nginx-ingress-controller/releases/
3+
For release notes, see: https://docs.nginx.com/nginx-ingress-controller/changelog/
44

5-
Installation and upgrade instructions: https://docs.nginx.com/nginx-ingress-controller/install/helm/
5+
For Helm installation instructions, see: https://docs.nginx.com/nginx-ingress-controller/install/helm/
66

77
{{ if .Release.IsUpgrade -}}
88
If you are upgrading from a version of the chart that uses older Custom Resource Definitions (CRD) it is necessary to manually upgrade the CRDs as this is not managed by Helm.
99
To update to the latest version of the CRDs:
1010
$ kubectl apply -f https://raw.githubusercontent.com/nginx/kubernetes-ingress/v{{ .Chart.AppVersion }}/deploy/crds.yaml
1111

12-
More details on upgrading the CRDs: https://docs.nginx.com/nginx-ingress-controller/install/helm#upgrading-the-crds
12+
For more details on upgrading the CRDs, see: https://docs.nginx.com/nginx-ingress-controller/install/upgrade/#upgrade-nginx-ingress-controller-crds
1313
{{- end -}}

0 commit comments

Comments
 (0)