Skip to content

Commit

Permalink
v0.1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zach authored and zach committed Dec 23, 2022
1 parent 6b1271e commit 08dd845
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion controlplane/config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 08dd845

Please sign in to comment.