Skip to content

Commit

Permalink
Tag alpha4, dns-controller 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsb committed Jan 21, 2017
1 parent a0a59f3 commit a60d798
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GOVERSION=1.7.4
MAKEDIR:=$(strip $(shell dirname "$(realpath $(lastword $(MAKEFILE_LIST)))"))

# Keep in sync with upup/models/cloudup/resources/addons/dns-controller/
DNS_CONTROLLER_TAG=1.5.0
DNS_CONTROLLER_TAG=1.5.1

ifndef VERSION
# To keep both CI and end-users building from source happy,
Expand All @@ -43,7 +43,7 @@ ifndef VERSION
# We expect that if you are uploading nodeup/protokube, you will set
# VERSION (along with S3_BUCKET), either directly or by setting CI=1
ifndef CI
VERSION=1.5.0-alpha3
VERSION=1.5.0-alpha4
else
VERSION := git-$(shell git describe --always)
endif
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ metadata:
name: dns-controller
spec:
addons:
- version: 1.5.0
- version: 1.5.1
selector:
k8s-addon: dns-controller.addons.k8s.io
manifest: v1.5.0.yaml
manifest: v1.5.1.yaml

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
k8s-addon: dns-controller.addons.k8s.io
k8s-app: dns-controller
version: v1.5.0
version: v1.5.1
spec:
replicas: 1
selector:
Expand All @@ -17,7 +17,7 @@ spec:
labels:
k8s-addon: dns-controller.addons.k8s.io
k8s-app: dns-controller
version: v1.5.0
version: v1.5.1
annotations:
scheduler.alpha.kubernetes.io/critical-pod: ''
scheduler.alpha.kubernetes.io/tolerations: '[{"key": "dedicated", "value": "master"}]'
Expand All @@ -28,7 +28,7 @@ spec:
hostNetwork: true
containers:
- name: dns-controller
image: kope/dns-controller:1.5.0
image: kope/dns-controller:1.5.1
command:
{{ range $arg := DnsControllerArgv }}
- "{{ $arg }}"
Expand Down
2 changes: 1 addition & 1 deletion upup/pkg/fi/cloudup/bootstrapchannelbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri

{
key := "dns-controller.addons.k8s.io"
version := "1.5.0"
version := "1.5.1"

location := key + "/v" + version + ".yaml"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ spec:
selector:
k8s-addon: limit-range.addons.k8s.io
version: 1.5.0
- manifest: dns-controller.addons.k8s.io/v1.5.0.yaml
- manifest: dns-controller.addons.k8s.io/v1.5.1.yaml
name: dns-controller.addons.k8s.io
selector:
k8s-addon: dns-controller.addons.k8s.io
version: 1.5.0
version: 1.5.1
- manifest: storage-aws.addons.k8s.io/v1.5.0.yaml
name: storage-aws.addons.k8s.io
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ spec:
selector:
k8s-addon: limit-range.addons.k8s.io
version: 1.5.0
- manifest: dns-controller.addons.k8s.io/v1.5.0.yaml
- manifest: dns-controller.addons.k8s.io/v1.5.1.yaml
name: dns-controller.addons.k8s.io
selector:
k8s-addon: dns-controller.addons.k8s.io
version: 1.5.0
version: 1.5.1
- manifest: storage-aws.addons.k8s.io/v1.5.0.yaml
name: storage-aws.addons.k8s.io
selector:
Expand Down

0 comments on commit a60d798

Please sign in to comment.