From 9ac2219bf5f1b33de70b14270e6446a5c8a1cdc3 Mon Sep 17 00:00:00 2001 From: Arjun Naik Date: Thu, 11 Jul 2019 18:35:23 +0200 Subject: [PATCH] Updated Ubuntu AMI with latest changes Signed-off-by: Arjun Naik --- cluster/config-defaults.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/config-defaults.yaml b/cluster/config-defaults.yaml index d2ab60f935..009406590f 100644 --- a/cluster/config-defaults.yaml +++ b/cluster/config-defaults.yaml @@ -210,7 +210,7 @@ cluster_dns: "coredns" coredns_log_svc_names: "true" coreos_image: "ami-0d1579b60bb706fb7" # Container Linux 2079.6.0 (HVM, eu-central-1) -kuberuntu_image: "ami-0943fd2ed310705f4" # Kuberuntu (dev) (HVM, eu-central-1) +kuberuntu_image: "ami-04b7bc5e47cd4e358" # Kuberuntu (dev) (HVM, eu-central-1) # Feature toggle to allow gradual decommissioning of ingress-template-controller enable_ingress_template_controller: "false"