zCHIP / argocd-helm-plugins

ArgoCD image with custom helm plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

argocd-helm-plugins

ArgoCD server custom image with additional Helm plugins:

and tools:

Local build

Requirements:

  • Docker
docker build \
  --build-arg ARGOCD_BASE_IMAGE="argoproj/argocd" \
  --build-arg ARGOCD_BASE_IMAGE_VERSION="v2.2.5" \
  -t argocd-helm-plugins:0.1-non-ci .

CI

Requirements:

See ci-image.yaml workflow for additional details.

About

ArgoCD image with custom helm plugins


Languages

Language:Dockerfile 100.0%