Skip to content

Commit

Permalink
🐛 prod image: add missing helm charts (#4791)
Browse files Browse the repository at this point in the history
  • Loading branch information
chassing authored Dec 10, 2024
1 parent f865f98 commit 8a617c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ RUN microdnf upgrade -y && microdnf clean all


WORKDIR /work
# the integration-manager needs the helm charts
COPY helm helm
COPY --from=build-image /work ./

# Set the PATH to include the virtualenv
Expand Down Expand Up @@ -101,7 +103,6 @@ RUN uv sync --frozen --no-cache --group dev

# Run tests
COPY Makefile .
COPY helm helm
RUN make all-tests

###############################################################################
Expand Down

0 comments on commit 8a617c7

Please sign in to comment.