Skip to content

Commit

Permalink
Merge pull request #1231 from ncdc/prep-0.1.9
Browse files Browse the repository at this point in the history
Release v0.1.9
  • Loading branch information
k8s-ci-robot committed Aug 6, 2019
2 parents a0c47f7 + 201c1bf commit 961efcc
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-staging-cluster-api/cluster-api-controller:v0.1.8
export CONTROLLER_IMG ?= gcr.io/k8s-staging-cluster-api/cluster-api-controller:v0.1.9
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: us.gcr.io/k8s-artifacts-prod/cluster-api/cluster-api-controller:v0.1.8
- image: us.gcr.io/k8s-artifacts-prod/cluster-api/cluster-api-controller:v0.1.9
name: manager

0 comments on commit 961efcc

Please sign in to comment.