From 19ec0a838fe3aa472a167a49c812d7d325559589 Mon Sep 17 00:00:00 2001 From: Calum Lacroix Date: Thu, 23 Jun 2022 17:28:40 +0100 Subject: [PATCH] Upgrade chart to 0.0.4 --- locals.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals.tf b/locals.tf index e752cca..5f1312e 100644 --- a/locals.tf +++ b/locals.tf @@ -57,7 +57,7 @@ locals { name = local.name chart = "ondat" repository = "https://ondat.github.io/charts" - version = "0.0.3" + version = "0.0.4" namespace = local.namespace timeout = "1500" create_namespace = false