Skip to content

Commit

Permalink
chore(deploy) bump up ingress controller to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hbagdi committed Apr 24, 2019
1 parent 1c51f6c commit 4914901
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ all: all-container
BUILDTAGS=

# Use the 0.0 tag for testing, it shouldn't clobber any release builds
TAG?=0.3.0
TAG?=0.4.0
REGISTRY?=kong-docker-kubernetes-ingress-controller.bintray.io
GOOS?=linux
DOCKER?=docker
Expand Down
2 changes: 1 addition & 1 deletion deploy/manifests/ingress-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: kong-docker-kubernetes-ingress-controller.bintray.io/kong-ingress-controller:0.3.0
image: kong-docker-kubernetes-ingress-controller.bintray.io/kong-ingress-controller:0.4.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
Expand Down
2 changes: 1 addition & 1 deletion deploy/manifests/kong-ingress-dbless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: kong-docker-kubernetes-ingress-controller.bintray.io/kong-ingress-controller:0.3.0
image: kong-docker-kubernetes-ingress-controller.bintray.io/kong-ingress-controller:0.4.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
Expand Down
2 changes: 1 addition & 1 deletion deploy/single/all-in-one-dbless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: kong-docker-kubernetes-ingress-controller.bintray.io/kong-ingress-controller:0.3.0
image: kong-docker-kubernetes-ingress-controller.bintray.io/kong-ingress-controller:0.4.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
Expand Down
2 changes: 1 addition & 1 deletion deploy/single/all-in-one-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: kong-docker-kubernetes-ingress-controller.bintray.io/kong-ingress-controller:0.3.0
image: kong-docker-kubernetes-ingress-controller.bintray.io/kong-ingress-controller:0.4.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
Expand Down

0 comments on commit 4914901

Please sign in to comment.