Merge pull request #896 from bitnami/replaceBackend

Use nginx as default backend
This commit is contained in:
Carlos Rodríguez Hernández
2018-10-29 11:23:17 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: nginx-ingress-controller
version: 2.1.2
version: 2.1.3
appVersion: 0.20.0
description: Chart for the nginx Ingress controller
keywords:
+3 -3
View File
@@ -297,9 +297,9 @@ defaultBackend:
name: default-backend
image:
repository: k8s.gcr.io/defaultbackend
tag: "1.4"
pullPolicy: IfNotPresent
repository: bitnami/nginx
tag: latest
pullPolicy: Always
extraArgs: {}