Skip to content

Commit

Permalink
New pre release (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
kahun authored Nov 16, 2023
1 parent ee26e2c commit 9162d9d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.4-ff61435
cluster-operator: v0.1.4-ff61435
cluster-operator-chart: v0.1.4-1d4b03c
cluster-operator: v0.1.4-1d4b03c
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 @@ -57,8 +57,8 @@ const (

scName = "keos"

keosClusterChart = "0.1.4-ff61435"
keosClusterImage = "0.1.4-ff61435"
keosClusterChart = "0.1.4-1d4b03c"
keosClusterImage = "0.1.4-1d4b03c"
)

const machineHealthCheckWorkerNodePath = "/kind/manifests/machinehealthcheckworkernode.yaml"
Expand Down
2 changes: 1 addition & 1 deletion scripts/upgrade-provisioner_v0.3.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
AZUREDISK_CSI_DRIVER_CHART = "v1.28.3"
AZUREFILE_CSI_DRIVER_CHART = "v1.28.3"
CLOUD_PROVIDER_AZURE_CHART = "v1.28.0"
CLUSTER_OPERATOR = "0.1.4-ff61435"
CLUSTER_OPERATOR = "0.1.4-1d4b03c"

def parse_args():
parser = argparse.ArgumentParser(
Expand Down

0 comments on commit 9162d9d

Please sign in to comment.