Skip to content

Commit

Permalink
ci: Fix helm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord committed Mar 6, 2024
1 parent 89a8671 commit 0583718
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions helm/regions/Earthfile
Expand Up @@ -24,15 +24,13 @@ helm-validate:
RUN helm dependencies update
RUN helm dependencies build
DO --pass-args core+HELM_VALIDATE
SAVE ARTIFACT /src/helm
SAVE ARTIFACT /src/helm/regions/Chart.lock AS LOCAL Chart.lock

helm-package:
FROM core+helm-base
WORKDIR /src
COPY (stack+sources/out --LOCATION=ee/agent/helm) /src/ee/agent/helm
COPY (stack+sources/out --LOCATION=components/operator/helm) /src/components/operator/helm
COPY (+sources/src) /src/helm/regions
COPY --if-exists --dir charts /src/helm/regions/charts
COPY (+helm-validate/) /src
WORKDIR /src/helm/regions
RUN helm package .
SAVE ARTIFACT /src/helm/regions/regions-*.tgz
Expand Down

0 comments on commit 0583718

Please sign in to comment.