Fix nginx ingress controller release 0.9-beta.9
This commit is contained in:
parent
e119059c96
commit
9dec76acda
22 changed files with 28 additions and 20 deletions
2
controllers/nginx/.dockerignore
Normal file
2
controllers/nginx/.dockerignore
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
core
|
||||
|
||||
|
|
@ -1,5 +1,11 @@
|
|||
Changelog
|
||||
|
||||
### 0.9-beta.10
|
||||
|
||||
**Image:** `gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.10`
|
||||
|
||||
Fix release 0.9-beta.9
|
||||
|
||||
### 0.9-beta.9
|
||||
|
||||
**Image:** `gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.9`
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ all: push
|
|||
BUILDTAGS=
|
||||
|
||||
# Use the 0.0 tag for testing, it shouldn't clobber any release builds
|
||||
TAG?=0.9.0-beta.9
|
||||
TAG?=0.9.0-beta.10
|
||||
REGISTRY?=gcr.io/google_containers
|
||||
GOOS?=linux
|
||||
DOCKER?=gcloud docker --
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue