Skip to content
This repository has been archived by the owner on Nov 20, 2021. It is now read-only.

Commit

Permalink
Update machine-api to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRx committed Oct 21, 2020
1 parent b343932 commit 5c2bc31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/images/node/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ KUBERNETES_VERSION := 1.18.5
CHARTS_DIR := $(PWD)/charts
CILIUM_VERSION := 1.8.1
LOCAL_PATH_PROVISIONER_VERSION := 0.0.12
MACHINE_API_VERSION := 1.0.1
MACHINE_API_VERSION := 1.0.2
MACHINE_API_PROVIDER_DOCKER_VERSION := 1.0.2

charts/*.tgz:
Expand Down
2 changes: 1 addition & 1 deletion internal/cinder/config/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const (
DefaultNetwork = "cinder"
KubernetesVersion = "1.18.5"

DefaultMachineAPIVersion = "1.0.1"
DefaultMachineAPIVersion = "1.0.2"
DefaultMachineAPIProviderDockerVersion = "1.0.2"
DefaultKubeRBACProxyVersion = "0.5.0"
DefaultCiliumVersion = "1.8.1"
Expand Down

0 comments on commit 5c2bc31

Please sign in to comment.