Skip to content

Commit 08dd845

Browse files
zachzach
authored andcommitted
v0.1.5 release
1 parent 6b1271e commit 08dd845

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ TOOLS_BIN_DIR := $(abspath $(BIN_DIR))
2020

2121

2222
# Image URL to use all building/pushing image targets
23-
BOOTSTRAP_IMG ?= ghcr.io/zawachte/cluster-api-k3s/bootstrap-controller:v0.1.4
23+
BOOTSTRAP_IMG ?= ghcr.io/zawachte/cluster-api-k3s/bootstrap-controller:v0.1.5
2424

2525
# Image URL to use all building/pushing image targets
26-
CONTROLPLANE_IMG ?= ghcr.io/zawachte/cluster-api-k3s/controlplane-controller:v0.1.4
26+
CONTROLPLANE_IMG ?= ghcr.io/zawachte/cluster-api-k3s/controlplane-controller:v0.1.5
2727

2828

2929
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)

bootstrap/config/crd/bases/controlplane.cluster.x-k8s.io_kthreescontrolplanes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ spec:
362362
type: string
363363
initialized:
364364
description: Initialized denotes whether or not the k3s server is
365-
up.
365+
initialized.
366366
type: boolean
367367
observedGeneration:
368368
description: ObservedGeneration is the latest generation observed

bootstrap/config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: ghcr.io/zawachte/cluster-api-k3s/bootstrap-controller
8-
newTag: v0.1.4
8+
newTag: v0.1.5

controlplane/config/crd/bases/controlplane.cluster.x-k8s.io_kthreescontrolplanes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ spec:
362362
type: string
363363
initialized:
364364
description: Initialized denotes whether or not the k3s server is
365-
up.
365+
initialized.
366366
type: boolean
367367
observedGeneration:
368368
description: ObservedGeneration is the latest generation observed

controlplane/config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: ghcr.io/zawachte/cluster-api-k3s/controlplane-controller
8-
newTag: v0.1.4
8+
newTag: v0.1.5

samples/deployment/bootstrap-k3s/v1.2.2/bootstrap-components.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,6 @@ spec:
743743
- --enable-leader-election
744744
command:
745745
- /manager
746-
image: ghcr.io/zawachte/cluster-api-k3s/bootstrap-controller:v0.1.4
746+
image: ghcr.io/zawachte/cluster-api-k3s/bootstrap-controller:v0.1.5
747747
name: manager
748748
terminationGracePeriodSeconds: 10

samples/deployment/control-plane-k3s/v1.2.2/control-plane-components.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ spec:
370370
type: string
371371
initialized:
372372
description: Initialized denotes whether or not the k3s server is
373-
up.
373+
initialized.
374374
type: boolean
375375
observedGeneration:
376376
description: ObservedGeneration is the latest generation observed
@@ -653,7 +653,7 @@ spec:
653653
- --enable-leader-election
654654
command:
655655
- /manager
656-
image: ghcr.io/zawachte/cluster-api-k3s/controlplane-controller:v0.1.4
656+
image: ghcr.io/zawachte/cluster-api-k3s/controlplane-controller:v0.1.5
657657
name: manager
658658
resources:
659659
limits:

0 commit comments

Comments
 (0)