Add Helm back to tools container

This commit is contained in:
Khue Doan 2021-08-22 19:36:05 +07:00
parent 0b32d386c7
commit 932adb6632
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View File

@ -5,8 +5,10 @@ terraform-*-tmp-*/
*.iso *.iso
*.jpg *.jpg
*.log *.log
*.tgz
*kubeconfig.yaml *kubeconfig.yaml
.terraform* .terraform*
Chart.lock
backend.tfvars backend.tfvars
ignition.json ignition.json
terraform.tfstate* terraform.tfstate*

View File

@ -16,6 +16,7 @@ RUN yes | pacman --sync --refresh \
docker \ docker \
docker-compose \ docker-compose \
git \ git \
helm \
kubectl \ kubectl \
libisoburn \ libisoburn \
make \ make \