We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e90b559 + 23800f0 commit d159826Copy full SHA for d159826
charts/ingress-nginx/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v1
2
name: ingress-nginx
3
-version: 3.5.1
+version: 3.6.0
4
appVersion: 0.40.2
5
home: https://github.com/kubernetes/ingress-nginx
6
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
charts/ingress-nginx/values.yaml
@@ -228,7 +228,8 @@ controller:
228
## Node labels for controller pod assignment
229
## Ref: https://kubernetes.io/docs/user-guide/node-selection/
230
##
231
- nodeSelector: {}
+ nodeSelector:
232
+ kubernetes.io/os: linux
233
234
## Liveness and readiness probe values
235
## Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes
0 commit comments