From 39157175fe2bb8b66b2669ce1bcbe9e67b72cc33 Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Tue, 30 Jul 2019 11:10:24 +0200 Subject: [PATCH] Update helmfile to 0.80.1 --- ansible/group_vars/all/oas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/group_vars/all/oas.yml b/ansible/group_vars/all/oas.yml index cd1d8c961..04f7a2dc1 100644 --- a/ansible/group_vars/all/oas.yml +++ b/ansible/group_vars/all/oas.yml @@ -26,7 +26,7 @@ git_nextcloud_version: '5c9fb2ee' helmfile: # At the moment, helmfile doesn't provide sha256 sums, # see https://github.com/roboll/helmfile/issues/654 - version: '0.79.3' + version: '0.80.1' krew: version: '0.2.1' -- GitLab