Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions .konflux/artifacts.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ metadata:
version: "1.0"

artifacts:
- download_url: https://github.com/lightspeed-core/lightspeed-providers/archive/8cd1b3d3bdd841ea99d31b334ae00a275581661c.zip
checksum: sha256:6e660a30babcd1c00eef1686b251f9368410e03e08a7c0d4a680db00693ac448
- download_url: https://github.com/lightspeed-core/lightspeed-providers/archive/3d01e7a67f1321decaa1f6edb9390cf0ff1ebb4c.zip
checksum: sha256:6735c1349f35f7ccd28d4898a6ad0516acbb5ab33fd48177633d09a59c34f2b1
filename: lightspeed-providers.zip
2 changes: 1 addition & 1 deletion deploy/lightspeed-stack/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY ${LSC_SOURCE_DIR}/pyproject.toml ${LSC_SOURCE_DIR}/LICENSE ${LSC_SOURCE_DIR

# lightspeed-providers:
# Fully hermetic — uses prefetched artifact or pinned commit from GitHub
ARG LIGHTSPEED_PROVIDERS_COMMIT=faf6a89a3ad7856e2e7a934324f31d146108acdb
ARG LIGHTSPEED_PROVIDERS_COMMIT=3d01e7a67f1321decaa1f6edb9390cf0ff1ebb4c
RUN set -eux; \
ZIP_PATH="/tmp/lightspeed-providers.zip"; \
EXTRACT_DIR="/tmp/providers"; \
Expand Down
Loading