Skip to content

Commit 4d80565

Browse files
spewk8s-ci-robot
authored andcommitted
Bump gce-controller image version to 0.0.15 (#392)
1 parent 4c5bd3c commit 4d80565

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cloud/google/cmd/gce-controller/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GCR_BUCKET = k8s-cluster-api
1818
PREFIX = gcr.io/$(GCR_BUCKET)
1919
DEV_PREFIX ?= gcr.io/$(shell gcloud config get-value project)
2020
NAME = gce-controller
21-
TAG = 0.0.14
21+
TAG = 0.0.15
2222

2323
image:
2424
docker build -t "$(PREFIX)/$(NAME):$(TAG)" -f ./Dockerfile ../../../..

cloud/google/pods.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434

3535
var apiServerImage = "gcr.io/k8s-cluster-api/cluster-apiserver:0.0.5"
3636
var controllerManagerImage = "gcr.io/k8s-cluster-api/controller-manager:0.0.6"
37-
var machineControllerImage = "gcr.io/k8s-cluster-api/gce-controller:0.0.14"
37+
var machineControllerImage = "gcr.io/k8s-cluster-api/gce-controller:0.0.15"
3838

3939
func init() {
4040
if img, ok := os.LookupEnv("MACHINE_CONTROLLER_IMAGE"); ok {

clusterctl/examples/google/provider-components.yaml.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
cpu: 100m
4545
memory: 30Mi
4646
- name: gce-machine-controller
47-
image: gcr.io/k8s-cluster-api/gce-controller:0.0.14
47+
image: gcr.io/k8s-cluster-api/gce-controller:0.0.15
4848
volumeMounts:
4949
- name: config
5050
mountPath: /etc/kubernetes
@@ -79,7 +79,7 @@ spec:
7979
cpu: 100m
8080
memory: 30Mi
8181
- name: gce-cluster-controller
82-
image: gcr.io/k8s-cluster-api/gce-controller:0.0.14
82+
image: gcr.io/k8s-cluster-api/gce-controller:0.0.15
8383
volumeMounts:
8484
- name: config
8585
mountPath: /etc/kubernetes

0 commit comments

Comments
 (0)