Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Bumped kubernetes, etcd, etcd-backup and coreos version
Browse files Browse the repository at this point in the history
  • Loading branch information
afritzler committed Oct 22, 2018
1 parent a36e55d commit d810fb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/versions/defaults.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
###############################################################

locals {
image_name = "coreos-1520.6.0"
image_name = "coreos-1855.4.0"
bastion_image_name = "ubuntu-16.04"
kubernetes_version = "v1.9.9"
kubernetes_version = "v1.9.11"
dns_version = "1.14.5"
flannel_version = "v0.9.1"
cni_version = "0.3.0"
etcd_version = "v3.3.9"
etcd_version = "v3.3.10"
etcd_image = "quay.io/coreos/etcd"
etcd_operator_version = "v0.6.1"
etcd_backup_version = "0.2.2"
etcd_backup_version = "0.3.0"
etcd_backup_image = "eu.gcr.io/gardener-project/gardener/etcdbrctl"
self_bootkube_version = "v0.8.2"
self_bootkube_image = "quay.io/coreos/bootkube"
Expand Down

0 comments on commit d810fb6

Please sign in to comment.