Skip to content

Commit

Permalink
Release 0.1.2 (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsb authored and k8s-ci-robot committed Jun 7, 2019
1 parent 0535e73 commit 95a2a8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export KUBEBUILDER_CONTROLPLANE_START_TIMEOUT ?=60s
export KUBEBUILDER_CONTROLPLANE_STOP_TIMEOUT ?=60s

# Image URL to use all building/pushing image targets
export CONTROLLER_IMG ?= gcr.io/k8s-cluster-api/cluster-api-controller:0.1.1
export CONTROLLER_IMG ?= gcr.io/k8s-cluster-api/cluster-api-controller:0.1.2
export EXAMPLE_PROVIDER_IMG ?= gcr.io/k8s-cluster-api/example-provider-controller:latest

all: test manager clusterctl
Expand Down
2 changes: 1 addition & 1 deletion config/default/manager_image_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ spec:
template:
spec:
containers:
- image: gcr.io/k8s-cluster-api/cluster-api-controller:0.1.1
- image: gcr.io/k8s-cluster-api/cluster-api-controller:0.1.2
name: manager

0 comments on commit 95a2a8c

Please sign in to comment.