Skip to content

Commit

Permalink
fix: helm binary location
Browse files Browse the repository at this point in the history
  • Loading branch information
adberger committed Apr 11, 2024
1 parent 8f1a2db commit 40d9648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argocd-cmp/Dockerfile.goreleaser
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV ARGOCD_EXEC_TIMEOUT=90s
COPY subst /subst
COPY argocd-cmp/cmp.yaml /home/argocd/cmp-server/config/plugin.yaml
COPY argocd-cmp/entrypoint.sh /entrypoint.sh
COPY --from=helm /app/linux-amd64/helm /helm
COPY --from=helm /app/linux-amd64/helm /usr/local/bin/helmV3
RUN adduser -H -D -s /bin/bash -G nobody -u 999 argocd && \
chmod +x /entrypoint.sh
USER argocd:nobody
Expand Down

0 comments on commit 40d9648

Please sign in to comment.