From d2c214a97809eb081793cb18889816016e700eb4 Mon Sep 17 00:00:00 2001 From: Nitish Malhotra Date: Thu, 24 Jun 2021 00:52:30 -0700 Subject: [PATCH] Bump up default executor version to v0.4.1 (#348) --- pkg/workflow/consts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/workflow/consts.go b/pkg/workflow/consts.go index 20e4dd1..e421003 100644 --- a/pkg/workflow/consts.go +++ b/pkg/workflow/consts.go @@ -15,7 +15,7 @@ const ( ExecutorName = "executor" ExecutorImage = "azureorkestra/executor" - ExecutorImageTag = "v0.4.0" + ExecutorImageTag = "v0.4.1" ChartMuseumName = "chartmuseum"