diff --git a/Makefile b/Makefile index f0de3715..b8a029dc 100644 --- a/Makefile +++ b/Makefile @@ -20,10 +20,10 @@ TOOLS_BIN_DIR := $(abspath $(BIN_DIR)) # Image URL to use all building/pushing image targets -BOOTSTRAP_IMG ?= ghcr.io/zawachte/cluster-api-k3s/bootstrap-controller:v0.1.4 +BOOTSTRAP_IMG ?= ghcr.io/zawachte/cluster-api-k3s/bootstrap-controller:v0.1.5 # Image URL to use all building/pushing image targets -CONTROLPLANE_IMG ?= ghcr.io/zawachte/cluster-api-k3s/controlplane-controller:v0.1.4 +CONTROLPLANE_IMG ?= ghcr.io/zawachte/cluster-api-k3s/controlplane-controller:v0.1.5 # Produce CRDs that work back to Kubernetes 1.11 (no version conversion) diff --git a/bootstrap/config/crd/bases/controlplane.cluster.x-k8s.io_kthreescontrolplanes.yaml b/bootstrap/config/crd/bases/controlplane.cluster.x-k8s.io_kthreescontrolplanes.yaml index db6aaaae..d91e0c1b 100644 --- a/bootstrap/config/crd/bases/controlplane.cluster.x-k8s.io_kthreescontrolplanes.yaml +++ b/bootstrap/config/crd/bases/controlplane.cluster.x-k8s.io_kthreescontrolplanes.yaml @@ -362,7 +362,7 @@ spec: type: string initialized: description: Initialized denotes whether or not the k3s server is - up. + initialized. type: boolean observedGeneration: description: ObservedGeneration is the latest generation observed diff --git a/bootstrap/config/manager/kustomization.yaml b/bootstrap/config/manager/kustomization.yaml index 77882944..ad85de2f 100644 --- a/bootstrap/config/manager/kustomization.yaml +++ b/bootstrap/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: ghcr.io/zawachte/cluster-api-k3s/bootstrap-controller - newTag: v0.1.4 + newTag: v0.1.5 diff --git a/controlplane/config/crd/bases/controlplane.cluster.x-k8s.io_kthreescontrolplanes.yaml b/controlplane/config/crd/bases/controlplane.cluster.x-k8s.io_kthreescontrolplanes.yaml index db6aaaae..d91e0c1b 100644 --- a/controlplane/config/crd/bases/controlplane.cluster.x-k8s.io_kthreescontrolplanes.yaml +++ b/controlplane/config/crd/bases/controlplane.cluster.x-k8s.io_kthreescontrolplanes.yaml @@ -362,7 +362,7 @@ spec: type: string initialized: description: Initialized denotes whether or not the k3s server is - up. + initialized. type: boolean observedGeneration: description: ObservedGeneration is the latest generation observed diff --git a/controlplane/config/manager/kustomization.yaml b/controlplane/config/manager/kustomization.yaml index f5584cac..1dfc6205 100644 --- a/controlplane/config/manager/kustomization.yaml +++ b/controlplane/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: ghcr.io/zawachte/cluster-api-k3s/controlplane-controller - newTag: v0.1.4 + newTag: v0.1.5 diff --git a/samples/deployment/bootstrap-k3s/v1.2.2/bootstrap-components.yaml b/samples/deployment/bootstrap-k3s/v1.2.2/bootstrap-components.yaml index 71d4741a..7e796b5c 100644 --- a/samples/deployment/bootstrap-k3s/v1.2.2/bootstrap-components.yaml +++ b/samples/deployment/bootstrap-k3s/v1.2.2/bootstrap-components.yaml @@ -743,6 +743,6 @@ spec: - --enable-leader-election command: - /manager - image: ghcr.io/zawachte/cluster-api-k3s/bootstrap-controller:v0.1.4 + image: ghcr.io/zawachte/cluster-api-k3s/bootstrap-controller:v0.1.5 name: manager terminationGracePeriodSeconds: 10 diff --git a/samples/deployment/control-plane-k3s/v1.2.2/control-plane-components.yaml b/samples/deployment/control-plane-k3s/v1.2.2/control-plane-components.yaml index 08081852..4a61c4a7 100644 --- a/samples/deployment/control-plane-k3s/v1.2.2/control-plane-components.yaml +++ b/samples/deployment/control-plane-k3s/v1.2.2/control-plane-components.yaml @@ -370,7 +370,7 @@ spec: type: string initialized: description: Initialized denotes whether or not the k3s server is - up. + initialized. type: boolean observedGeneration: description: ObservedGeneration is the latest generation observed @@ -653,7 +653,7 @@ spec: - --enable-leader-election command: - /manager - image: ghcr.io/zawachte/cluster-api-k3s/controlplane-controller:v0.1.4 + image: ghcr.io/zawachte/cluster-api-k3s/controlplane-controller:v0.1.5 name: manager resources: limits: