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 37a836c commit 769064cCopy full SHA for 769064c
Makefile
@@ -27,7 +27,7 @@ endif
27
IMAGE_NAME := cluster-api-provider-maas-controller
28
REGISTRY ?= gcr.io/spectro-dev-public/${RELEASE_LOC}/cluster-api
29
SPECTRO_VERSION ?= 4.0.0-dev
30
-IMG_TAG ?= v0.6.0-spectro-${SPECTRO_VERSION}
+IMG_TAG ?= v0.6.1-spectro-${SPECTRO_VERSION}
31
CONTROLLER_IMG ?= ${REGISTRY}/${IMAGE_NAME}
32
33
# 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