From ebc35b8e7de4acdaeefcddfc404b54c092c1e013 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Brunk?= Date: Sat, 20 Mar 2021 00:06:51 +0100 Subject: [PATCH] Helm - Enabling Event version 1 by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Based on the following kustomize change: - 658aecd7 Enabling Event version 1 by default (#689) Signed-off-by: Sören Brunk --- helm/values-eks.yaml | 1 + helm/values.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/helm/values-eks.yaml b/helm/values-eks.yaml index 6e0a928da89..29f000b7592 100644 --- a/helm/values-eks.yaml +++ b/helm/values-eks.yaml @@ -323,6 +323,7 @@ configmap: metadataStoragePrefix: - "metadata" - "admin" + eventVersion: 1 testing: host: http://flyteadmin scheduler: diff --git a/helm/values.yaml b/helm/values.yaml index 60004ce9578..acd3eaca7dc 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -443,6 +443,7 @@ configmap: metadataStoragePrefix: - "metadata" - "admin" + eventVersion: 1 testing: host: http://flyteadmin