From bd237b6cb900fd58f2317678633244894705e75f 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 Based on the following kustomize change: - 658aecd7 Enabling Event version 1 by default (#689) --- 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