Skip to content

Commit

Permalink
Bump cluster-operator prerrelease (kubernetes-sigs#331)
Browse files Browse the repository at this point in the history
* Bump cluster-operator prerrelease

* Update DEPENDENCIES

* Update pkg/cluster/internal/create/actions/createworker/provider.go
  • Loading branch information
stg-0 authored Sep 28, 2023
1 parent 0c629dc commit 32203d2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.17.0-0.3.2 (upcoming)

* Bump cluster-operator due to hotfix

## 0.17.0-0.3.1 (2023-09-28)

* Add status in KeosCluster
Expand Down
4 changes: 2 additions & 2 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ core:
cluster-api: v1.5.1
capi-kubeadm-bootstrap-system: v1.5.1
capi-kubeadm-control-plane-system: v1.5.1
cluster-operator-chart: v0.1.1
cluster-operator: v0.1.1
cluster-operator-chart: v0.1.2-ad1d89c
cluster-operator: v0.1.2-ad1d89c
calico:
calicoctl: v3.26.1
tigera-operator: v1.30.5
Expand Down
4 changes: 2 additions & 2 deletions pkg/cluster/internal/create/actions/createworker/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ const (

scName = "keos"

keosClusterChart = "0.1.1"
keosClusterImage = "0.1.1"
keosClusterChart = "0.1.2-ad1d89c"
keosClusterImage = "0.1.2-ad1d89c"
)

const machineHealthCheckWorkerNodePath = "/kind/manifests/machinehealthcheckworkernode.yaml"
Expand Down

0 comments on commit 32203d2

Please sign in to comment.