Skip to content

Commit 17a5e2b

Browse files
detiberk8s-ci-robot
authored andcommitted
Release v0.1.6 (#1146)
1 parent e6e33b4 commit 17a5e2b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export KUBEBUILDER_CONTROLPLANE_START_TIMEOUT ?=60s
2222
export KUBEBUILDER_CONTROLPLANE_STOP_TIMEOUT ?=60s
2323

2424
# Image URL to use all building/pushing image targets
25-
export CONTROLLER_IMG ?= gcr.io/k8s-staging-cluster-api/cluster-api-controller:v0.1.5
25+
export CONTROLLER_IMG ?= gcr.io/k8s-staging-cluster-api/cluster-api-controller:v0.1.6
2626
export EXAMPLE_PROVIDER_IMG ?= gcr.io/k8s-cluster-api/example-provider-controller:latest
2727

2828
all: test manager clusterctl

config/default/manager_image_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ spec:
77
template:
88
spec:
99
containers:
10-
- image: k8s.gcr.io/cluster-api/cluster-api-controller:v0.1.5
10+
- image: us.gcr.io/k8s-artifacts-prod/cluster-api/cluster-api-controller:v0.1.6
1111
name: manager

docs/developer/releasing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
### Artifact locations
1111

12-
1. The container image is found in the registry `k8s.gcr.io/cluster-api/` with an image
12+
1. The container image is found in the registry `us.gcr.io/k8s-artifacts-prod/cluster-api/` with an image
1313
name of `cluster-api-controller` and a tag that matches the release version. For
1414
example, in the `v0.1.5` release, the container image location is
15-
`k8s.gcr.io/cluster-api/cluster-api-controller:v0.1.5`
15+
`us.gcr.io/k8s-artifacts-prod/cluster-api/cluster-api-controller:v0.1.5`
1616

1717
2. Prior to the `v0.1.5` release, the container image is found in the registry
1818
`gcr.io/k8s-cluster-api` with an image name of `cluster-api-controller` and a tag

0 commit comments

Comments
 (0)