Skip to content

Commit

Permalink
change tag to 0.6.6 to 0.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Kun483 committed Sep 2, 2024
1 parent fa11df3 commit 0ff6583
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
7 changes: 7 additions & 0 deletions spectro/generated/core-global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 0ff6583

Please sign in to comment.