Skip to content

Commit

Permalink
Merge pull request #4785 from reegnz/upgrade-nginx
Browse files Browse the repository at this point in the history
Upgrade nginx ingress to 0.25.0
  • Loading branch information
medyagh authored Jul 28, 2019
2 parents b7a8078 + 5d74821 commit 396a65a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/addons/ingress/ingress-dp.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
serviceAccountName: nginx-ingress
terminationGracePeriodSeconds: 60
containers:
- image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller{{.ExoticArch}}:0.24.1
- image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller{{.ExoticArch}}:0.25.0
name: nginx-ingress-controller
imagePullPolicy: IfNotPresent
readinessProbe:
Expand Down
4 changes: 3 additions & 1 deletion deploy/addons/ingress/ingress-rbac.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ rules:
- watch
- apiGroups:
- "extensions"
- "networking.k8s.io"
resources:
- ingresses
verbs:
Expand All @@ -60,6 +61,7 @@ rules:
- patch
- apiGroups:
- "extensions"
- "networking.k8s.io"
resources:
- ingresses/status
verbs:
Expand Down Expand Up @@ -146,4 +148,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: nginx-ingress
namespace: kube-system
namespace: kube-system

0 comments on commit 396a65a

Please sign in to comment.