diff --git a/Makefile b/Makefile index 16e820d..225aa9b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ ARCH ?= amd64 ALL_ARCH = amd64 arm64 SPECTRO_VERSION ?= 4.1.0-dev -TAG ?= v0.6.6-spectro-${SPECTRO_VERSION} +TAG ?= v0.6.10-spectro-${SPECTRO_VERSION} # Image URL to use all building/pushing image targets REGISTRY ?= gcr.io/spectro-dev-public/$(USER)/capi-control-plane-provider-microk8s IMG ?= ${REGISTRY}:${TAG} diff --git a/spectro/generated/core-global.yaml b/spectro/generated/core-global.yaml index d772e46..95f70a9 100644 --- a/spectro/generated/core-global.yaml +++ b/spectro/generated/core-global.yaml @@ -122,6 +122,9 @@ spec: - classic - strict type: string + disableDefaultCNI: + description: Whether or not to use the default CNI + type: boolean extraKubeletArgs: description: ExtraKubeletArgs is a list of extra arguments to add to the kubelet. @@ -215,6 +218,10 @@ spec: snapstoreProxyId: description: The snap store proxy ID type: string + snapstoreProxyScheme: + description: The snap store proxy domain's scheme, e.g. "http" + or "https" without "://" Defaults to "http". + type: string type: object type: object machineTemplate: