From 27da5c241009818714a6a9be44d96e3c788b4f13 Mon Sep 17 00:00:00 2001 From: Ryan Lo Date: Sun, 10 Mar 2024 15:27:17 +0800 Subject: [PATCH] update chart version Signed-off-by: Ryan Lo --- charts/flyte-core/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/flyte-core/Chart.yaml b/charts/flyte-core/Chart.yaml index 47d0817a6d..5525837481 100644 --- a/charts/flyte-core/Chart.yaml +++ b/charts/flyte-core/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: flyte-core description: A Helm chart for Flyte core type: application -version: v0.1.10 # VERSION +version: v0.1.11 # VERSION dependencies: - name: flyteagent condition: flyteagent.enabled