Builds custom ArgoCD image with kustomize-sops.
- viaduct-ai/kustomize-sops Uses the base image here that contains the required SOPS and Kustomize binaries
- argoproj/argocd The binaries from kustomize-sops are added to the base ArgoCD image
This image can be used with the Argo CD Chart.
#Enable kustomize build options necessary for kustomize-sops
server:
config:
kustomize.buildOptions: "--enable-alpha-plugins --enable-exec"
repoServer:
#Change the image repository
image:
repository: ghcr.io/dexter136/argocd-sops