Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: namespace metadata sync on creation #1378 #1379

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(e2e): switch harpoon image to dockerhub (replace bad image)
Signed-off-by: Siarhei Rasiukevich <[email protected]>
  • Loading branch information
Siarhei Rasiukevich committed Mar 6, 2025
commit 8c03103407926cd91c67e737c30b2ff6563b553d
3 changes: 2 additions & 1 deletion Dockerfile.tracing
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ ARG TARGET_IMAGE
FROM ${TARGET_IMAGE} AS target

# Inject Harpoon Image
FROM ghcr.io/alegrey91/harpoon:latest
FROM alegrey91/harpoon:v0.9.4
WORKDIR /

COPY --from=target /ko-app/capsule ./manager

ENTRYPOINT ["/harpoon", \
Expand Down
Loading