From d6908ed39dd5e58c539c1c818f371849dd0271eb Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Fri, 12 Feb 2021 14:03:54 +0100 Subject: Run chartmuseum as a docker container A docker container for chartmuseum is run with chart storage volume mounted from hosts' resource dir for chart repo persistence across container/infra restarts. Change-Id: I692ff7a3d95414b439b15b5414bc8b959eb79414 Issue-ID: OOM-2665 Signed-off-by: Bartek Grzybowski --- ansible/infrastructure.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ansible/infrastructure.yml') diff --git a/ansible/infrastructure.yml b/ansible/infrastructure.yml index 2322c8bb..27d9d76a 100644 --- a/ansible/infrastructure.yml +++ b/ansible/infrastructure.yml @@ -16,6 +16,8 @@ - nginx - chrony - nexus + - role: chartmuseum + when: helm_version | regex_search("^v3" ) - name: Setup base for Kubernetes nodes hosts: kubernetes:!infrastructure -- cgit 1.2.3-korg