From 75cab57d5959e7d92bedb4ee638dd2ae037a4856 Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Sun, 2 Jan 2022 20:06:04 +0100 Subject: [PATCH] FEAT: update helm charts --- baseline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/baseline.yml b/baseline.yml index 4312e5b..42d9d3a 100644 --- a/baseline.yml +++ b/baseline.yml @@ -7,6 +7,9 @@ name: "{{ item.repo }}" repo_url: "{{ item.url }}" loop: "{{ helm_repos }}" + - name: update helm repos + command: helm repo update + changed_when: no - name: install charts community.kubernetes.helm: name: "{{ item.name }}"