File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export KUBEBUILDER_CONTROLPLANE_START_TIMEOUT ?=60s
2222export 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
2626export EXAMPLE_PROVIDER_IMG ?= gcr.io/k8s-cluster-api/example-provider-controller :latest
2727
2828all : test manager clusterctl
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
17172 . 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
You can’t perform that action at this time.
0 commit comments