Skip to content

Commit

Permalink
Use machinecontroller v1.27.1 to fix issue with flatcar (#1276)
Browse files Browse the repository at this point in the history
Signed-off-by: Artiom Diomin <[email protected]>
  • Loading branch information
kron4eg authored Mar 16, 2021
1 parent 2f5a9e1 commit 77316c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/image-loader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ k1images=(
"docker.io/calico/kube-controllers:v3.16.5"
"quay.io/coreos/flannel:v0.13.0"
# machine-controller
"docker.io/kubermatic/machine-controller:v1.27.0"
"docker.io/kubermatic/machine-controller:v1.27.1"
# metrics-server
"k8s.gcr.io/metrics-server:v0.3.6"
# NodeLocalDNSCache
Expand Down
2 changes: 1 addition & 1 deletion pkg/templates/machinecontroller/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const (
MachineControllerAppLabelValue = "machine-controller"
MachineControllerImageRegistry = "docker.io"
MachineControllerImage = "/kubermatic/machine-controller:"
MachineControllerTag = "v1.27.0"
MachineControllerTag = "v1.27.1"
)

func CRDs() []runtime.Object {
Expand Down

0 comments on commit 77316c4

Please sign in to comment.