We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750f810 commit 6ec0c47Copy full SHA for 6ec0c47
Makefile
@@ -18,7 +18,7 @@ ALL_ARCH = amd64 arm64
18
# Image URL to use all building/pushing image targets
19
IMAGE_NAME := cluster-api-provider-maas-controller
20
IMG_URL ?= gcr.io/spectro-dev-public/release/cluster-api
21
-IMG_TAG ?= v0.6.0
+IMG_TAG ?= v0.6.1
22
IMG ?= ${IMG_URL}/${IMAGE_NAME}:${IMG_TAG}
23
24
# Set --output-base for conversion-gen if we are not within GOPATH
clusterctl-settings.json
@@ -2,6 +2,6 @@
2
"name": "infrastructure-maas",
3
"config": {
4
"componentsFile": "infrastructure-components.yaml",
5
- "nextVersion": "v0.6.0"
+ "nextVersion": "v0.6.1"
6
}
7
0 commit comments