Skip to content

Commit 4e231b6

Browse files
authored
Merge pull request #1037 from konstructio/master
updating ingress-nginx version to mitigate cve
2 parents 2afa8b3 + a0babb8 commit 4e231b6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nginx/install.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/bin/bash
22

33
#version=$(curl -s "https://api.github.com/repos/kubernetes/ingress-nginx/releases" | grep tag_name | grep controller | sort -r | awk -F'"' 'NR==1 {print $4}')
4-
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.9.4/deploy/static/provider/cloud/deploy.yaml
4+
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.12.1/deploy/static/provider/cloud/deploy.yaml
55
#kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/${version}/deploy/static/provider/cloud/deploy.yaml
6+
7+
8+
9+

0 commit comments

Comments
 (0)