Skip to content

Commit

Permalink
Add helm CLI to image
Browse files Browse the repository at this point in the history
ref: https://issues.redhat.com/browse/ACM-9060
Signed-off-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com>
  • Loading branch information
dhaiducek committed Feb 9, 2024
1 parent 766d357 commit aaa4486
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ COPY --from=plugin-builder go/src/github.com/open-cluster-management/multicloud-
# install the policy generator Kustomize plugin
RUN mkdir -p $KUSTOMIZE_PLUGIN_HOME/policy.open-cluster-management.io/v1/policygenerator
COPY --from=plugin-builder /policy-generator/PolicyGenerator $KUSTOMIZE_PLUGIN_HOME/policy.open-cluster-management.io/v1/policygenerator/PolicyGenerator
RUN curl -sL https://mirror.openshift.com/pub/openshift-v4/clients/helm/latest/helm-linux-amd64 -o /usr/local/bin/helm

COPY build/bin /usr/local/bin
RUN /usr/local/bin/user_setup
Expand Down

0 comments on commit aaa4486

Please sign in to comment.