From f6eacf9ef1fb335c1592094bef275cd96ae66ab3 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Fri, 21 Dec 2018 00:27:54 +0100 Subject: [PATCH] bump gce-ingress to 1.4.0 (#10171) Signed-off-by: cpanato --- stable/gce-ingress/Chart.yaml | 4 ++-- stable/gce-ingress/README.md | 2 +- stable/gce-ingress/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/gce-ingress/Chart.yaml b/stable/gce-ingress/Chart.yaml index 732bbac967..dc12142511 100644 --- a/stable/gce-ingress/Chart.yaml +++ b/stable/gce-ingress/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "1.1.1" +appVersion: "1.4.0" description: A GCE Ingress Controller name: gce-ingress -version: 1.0.0 +version: 1.1.0 keywords: - ingress - gce diff --git a/stable/gce-ingress/README.md b/stable/gce-ingress/README.md index 59502ae491..7e86ea5fab 100644 --- a/stable/gce-ingress/README.md +++ b/stable/gce-ingress/README.md @@ -47,7 +47,7 @@ Parameter | Description | Default --- | --- | --- `controller.name` | name of the controller component | `controller` `controller.image.repository` | controller container image repository | `k8s.gcr.io/ingress-gce-glbc-amd64` -`controller.image.tag` | controller container image tag | `v1.1.1` +`controller.image.tag` | controller container image tag | `v1.4.0` `controller.image.pullPolicy` | controller container image pull policy | `IfNotPresent` `controller.config` | gce ConfigMap entries | none `controller.tolerations` | node taints to tolerate (requires Kubernetes >=1.6) | `[]` diff --git a/stable/gce-ingress/values.yaml b/stable/gce-ingress/values.yaml index 29ffc546c7..c32181402a 100644 --- a/stable/gce-ingress/values.yaml +++ b/stable/gce-ingress/values.yaml @@ -46,7 +46,7 @@ controller: replicaCount: 1 image: repository: k8s.gcr.io/ingress-gce-glbc-amd64 - tag: v1.1.1 + tag: v1.4.0 pullPolicy: IfNotPresent resources: {} # requests: