Skip to content

Commit

Permalink
providers: update PKE to 0.4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Mate Ory committed Feb 17, 2020
1 parent 8bb40c3 commit 632c581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/providers/azure/pke/driver/cluster_creator.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import (
"github.com/banzaicloud/pipeline/src/secret"
)

const pkeVersion = "0.4.20"
const pkeVersion = "0.4.21"
const MasterNodeTaint = pkgPKE.TaintKeyMaster + ":" + string(corev1.TaintEffectNoSchedule)

func MakeClusterCreator(
Expand Down
2 changes: 1 addition & 1 deletion internal/providers/pke/pkeworkflow/create_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
)

const CreateClusterWorkflowName = "pke-create-cluster"
const pkeVersion = "0.4.19"
const pkeVersion = "0.4.21"

type PKEImageNameGetter interface {
PKEImageName(cloudProvider, service, os, kubeVersion, pkeVersion, region string) (string, error)
Expand Down

0 comments on commit 632c581

Please sign in to comment.