From fa7d69cef81fad1e6a63312cf67efb4d59bad9ff Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sun, 23 May 2021 01:39:38 +0700 Subject: [PATCH] Remove helm package Helm CLI will not work with Helm releases that have been deployed by ArgoCD. This is expected behaviour. https://github.com/argoproj/argo-cd/issues/1672 --- tools/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/Dockerfile b/tools/Dockerfile index fe235b73..f846af62 100644 --- a/tools/Dockerfile +++ b/tools/Dockerfile @@ -7,7 +7,6 @@ RUN yes | pacman --sync --refresh \ ansible \ docker \ docker-compose \ - helm \ kubectl \ libisoburn \ make \