From 107bf1837b8bd512c695cbd852adb023d3889167 Mon Sep 17 00:00:00 2001 From: Manuel de Brito Fontes Date: Fri, 15 Apr 2016 11:39:53 -0300 Subject: [PATCH] Bump version --- controllers/nginx/Makefile | 2 +- .../examples/custom-configuration/rc-custom-configuration.yaml | 2 +- controllers/nginx/examples/daemonset/as-daemonset.yaml | 2 +- controllers/nginx/examples/default/rc-default.yaml | 2 +- controllers/nginx/examples/full/rc-full.yaml | 2 +- controllers/nginx/examples/tcp/rc-tcp.yaml | 2 +- controllers/nginx/examples/tls/rc-ssl.yaml | 2 +- controllers/nginx/examples/udp/rc-udp.yaml | 2 +- controllers/nginx/main.go | 2 +- controllers/nginx/rc.yaml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/controllers/nginx/Makefile b/controllers/nginx/Makefile index ce0668a9d..8556bf2ed 100644 --- a/controllers/nginx/Makefile +++ b/controllers/nginx/Makefile @@ -1,7 +1,7 @@ all: push # 0.0 shouldn't clobber any release builds -TAG = 0.5 +TAG = 0.6 PREFIX = gcr.io/google_containers/nginx-ingress-controller REPO_INFO=$(shell git config --get remote.origin.url) diff --git a/controllers/nginx/examples/custom-configuration/rc-custom-configuration.yaml b/controllers/nginx/examples/custom-configuration/rc-custom-configuration.yaml index 45c8be2cf..10ae3fa8e 100644 --- a/controllers/nginx/examples/custom-configuration/rc-custom-configuration.yaml +++ b/controllers/nginx/examples/custom-configuration/rc-custom-configuration.yaml @@ -16,7 +16,7 @@ spec: spec: terminationGracePeriodSeconds: 60 containers: - - image: gcr.io/google_containers/nginx-ingress-controller:0.5 + - image: gcr.io/google_containers/nginx-ingress-controller:0.6 name: nginx-ingress-lb imagePullPolicy: Always livenessProbe: diff --git a/controllers/nginx/examples/daemonset/as-daemonset.yaml b/controllers/nginx/examples/daemonset/as-daemonset.yaml index 3c6aa14e4..bf46f89ac 100644 --- a/controllers/nginx/examples/daemonset/as-daemonset.yaml +++ b/controllers/nginx/examples/daemonset/as-daemonset.yaml @@ -10,7 +10,7 @@ spec: spec: terminationGracePeriodSeconds: 60 containers: - - image: gcr.io/google_containers/nginx-ingress-controller:0.5 + - image: gcr.io/google_containers/nginx-ingress-controller:0.6 name: nginx-ingress-lb imagePullPolicy: Always livenessProbe: diff --git a/controllers/nginx/examples/default/rc-default.yaml b/controllers/nginx/examples/default/rc-default.yaml index 48227cfa6..ea8e2d924 100644 --- a/controllers/nginx/examples/default/rc-default.yaml +++ b/controllers/nginx/examples/default/rc-default.yaml @@ -16,7 +16,7 @@ spec: spec: terminationGracePeriodSeconds: 60 containers: - - image: gcr.io/google_containers/nginx-ingress-controller:0.5 + - image: gcr.io/google_containers/nginx-ingress-controller:0.6 name: nginx-ingress-lb imagePullPolicy: Always livenessProbe: diff --git a/controllers/nginx/examples/full/rc-full.yaml b/controllers/nginx/examples/full/rc-full.yaml index 1bb68dded..9623ba6af 100644 --- a/controllers/nginx/examples/full/rc-full.yaml +++ b/controllers/nginx/examples/full/rc-full.yaml @@ -21,7 +21,7 @@ spec: secret: secretName: dhparam-example containers: - - image: gcr.io/google_containers/nginx-ingress-controller:0.5 + - image: gcr.io/google_containers/nginx-ingress-controller:0.6 name: nginx-ingress-lb imagePullPolicy: Always livenessProbe: diff --git a/controllers/nginx/examples/tcp/rc-tcp.yaml b/controllers/nginx/examples/tcp/rc-tcp.yaml index f083e2faa..3a40c755b 100644 --- a/controllers/nginx/examples/tcp/rc-tcp.yaml +++ b/controllers/nginx/examples/tcp/rc-tcp.yaml @@ -16,7 +16,7 @@ spec: spec: terminationGracePeriodSeconds: 60 containers: - - image: gcr.io/google_containers/nginx-ingress-controller:0.5 + - image: gcr.io/google_containers/nginx-ingress-controller:0.6 name: nginx-ingress-lb imagePullPolicy: Always livenessProbe: diff --git a/controllers/nginx/examples/tls/rc-ssl.yaml b/controllers/nginx/examples/tls/rc-ssl.yaml index 2bf1aa3e3..8195f931e 100644 --- a/controllers/nginx/examples/tls/rc-ssl.yaml +++ b/controllers/nginx/examples/tls/rc-ssl.yaml @@ -16,7 +16,7 @@ spec: spec: terminationGracePeriodSeconds: 60 containers: - - image: gcr.io/google_containers/nginx-ingress-controller:0.5 + - image: gcr.io/google_containers/nginx-ingress-controller:0.6 name: nginx-ingress-lb imagePullPolicy: Always livenessProbe: diff --git a/controllers/nginx/examples/udp/rc-udp.yaml b/controllers/nginx/examples/udp/rc-udp.yaml index 22d167f1c..108a0a3fc 100644 --- a/controllers/nginx/examples/udp/rc-udp.yaml +++ b/controllers/nginx/examples/udp/rc-udp.yaml @@ -16,7 +16,7 @@ spec: spec: terminationGracePeriodSeconds: 60 containers: - - image: gcr.io/google_containers/nginx-ingress-controller:0.5 + - image: gcr.io/google_containers/nginx-ingress-controller:0.6 name: nginx-ingress-lb imagePullPolicy: Always livenessProbe: diff --git a/controllers/nginx/main.go b/controllers/nginx/main.go index a5b9afca9..becd220df 100644 --- a/controllers/nginx/main.go +++ b/controllers/nginx/main.go @@ -43,7 +43,7 @@ const ( var ( // value overwritten during build. This can be used to resolve issues. - version = "0.5" + version = "0.6" gitRepo = "https://github.com/kubernetes/contrib" flags = pflag.NewFlagSet("", pflag.ExitOnError) diff --git a/controllers/nginx/rc.yaml b/controllers/nginx/rc.yaml index 527ef42e5..ea76dd084 100644 --- a/controllers/nginx/rc.yaml +++ b/controllers/nginx/rc.yaml @@ -68,7 +68,7 @@ spec: spec: terminationGracePeriodSeconds: 60 containers: - - image: gcr.io/google_containers/nginx-ingress-controller:0.5 + - image: gcr.io/google_containers/nginx-ingress-controller:0.6 name: nginx-ingress-lb imagePullPolicy: Always livenessProbe: