File tree 3 files changed +4
-4
lines changed
clusterctl/examples/google
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ GCR_BUCKET = k8s-cluster-api
18
18
PREFIX = gcr.io/$(GCR_BUCKET )
19
19
DEV_PREFIX ?= gcr.io/$(shell gcloud config get-value project)
20
20
NAME = gce-controller
21
- TAG = 0.0.14
21
+ TAG = 0.0.15
22
22
23
23
image :
24
24
docker build -t " $( PREFIX) /$( NAME) :$( TAG) " -f ./Dockerfile ../../../..
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ import (
34
34
35
35
var apiServerImage = "gcr.io/k8s-cluster-api/cluster-apiserver:0.0.5"
36
36
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 "
38
38
39
39
func init () {
40
40
if img , ok := os .LookupEnv ("MACHINE_CONTROLLER_IMAGE" ); ok {
Original file line number Diff line number Diff line change 44
44
cpu: 100m
45
45
memory: 30Mi
46
46
- 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
48
48
volumeMounts:
49
49
- name: config
50
50
mountPath: /etc/kubernetes
79
79
cpu: 100m
80
80
memory: 30Mi
81
81
- 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
83
83
volumeMounts:
84
84
- name: config
85
85
mountPath: /etc/kubernetes
You can’t perform that action at this time.
0 commit comments