Skip to content

Commit

Permalink
kubernetes v1.14.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jakolehm committed Dec 1, 2019
1 parent aa052a6 commit 3a7ba58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pharos_cluster.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module Pharos
CRIO_VERSION = '1.14.11'
DNS_NODE_CACHE_VERSION = '1.15.1'
ETCD_VERSION = ENV.fetch('ETCD_VERSION') { '3.3.10' }
KUBE_VERSION = ENV.fetch('KUBE_VERSION') { '1.14.8' }
KUBE_VERSION = ENV.fetch('KUBE_VERSION') { '1.14.9' }
KUBEADM_VERSION = ENV.fetch('KUBEADM_VERSION') { KUBE_VERSION }
KUBELET_PROXY_VERSION = '0.3.7'
TELEMETRY_VERSION = '0.2.0'
Expand Down

0 comments on commit 3a7ba58

Please sign in to comment.