From 4138ff58d87cf52b02d75eb2da8a0039c7e0a9f7 Mon Sep 17 00:00:00 2001 From: Alex Russell Date: Tue, 10 Jun 2025 12:04:21 -0600 Subject: [PATCH] NGINXaaS for Azure: update helm chart version used for load balancer for kubernetes This will ensure users get latest bug fixes and functionality. --- content/nginxaas-azure/loadbalancer-kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/nginxaas-azure/loadbalancer-kubernetes.md b/content/nginxaas-azure/loadbalancer-kubernetes.md index 51fd5e740..bd845dac1 100644 --- a/content/nginxaas-azure/loadbalancer-kubernetes.md +++ b/content/nginxaas-azure/loadbalancer-kubernetes.md @@ -148,7 +148,7 @@ The NLK controller can be installed in your Kubernetes cluster using either Helm Install the NLK controller using `helm install`. Be sure your kubectl context is pointed at the desired cluster. ```bash -helm install nlk oci://registry-1.docker.io/nginxcharts/nginxaas-loadbalancer-kubernetes --version 1.0.0 \ +helm install nlk oci://registry-1.docker.io/nginxcharts/nginxaas-loadbalancer-kubernetes --version 1.1.1 \ --set "nlk.dataplaneApiKey=${keyValue}" \ --set "nlk.config.nginxHosts=${dataplaneAPIEndpoint}nplus" ```