Skip to content

Commit

Permalink
Update images digests
Browse files Browse the repository at this point in the history
  • Loading branch information
jdolitsky authored Apr 25, 2024
1 parent 4149e77 commit e5e43bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/presubmit-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- run: make init # Initialize modules.
- run: terraform fmt -check -recursive -diff
- name: Enforce YAML formatting
uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:afad17b9d533bba348407f9022d5a6c27ebcd3af7e516039191d3c901b0b899c
uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:9a03c0223af7bf51ee8d9162d65f43532c1fde7a5a80e87836bbc8a2a6c8867d
with:
entrypoint: wolfictl
args: lint yam images/
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:

- uses: chainguard-dev/actions/setup-k3d@538d1927b846546b620784754c33e2a1db86e217 # main
with:
k3s-image: cgr.dev/chainguard/k3s:latest@sha256:2cce22ae3d776f2b924de7735bb10647320b1563dbca4ab1082a1eedae3b81c5
k3s-image: cgr.dev/chainguard/k3s:latest@sha256:4374b77c33e5ade7253d1874395726fd92b7d1025b78a5e775212b99f31d17b0

- name: Configure imagetest provider
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

- uses: chainguard-dev/actions/setup-k3d@538d1927b846546b620784754c33e2a1db86e217 # main
with:
k3s-image: cgr.dev/chainguard/k3s:latest@sha256:2cce22ae3d776f2b924de7735bb10647320b1563dbca4ab1082a1eedae3b81c5
k3s-image: cgr.dev/chainguard/k3s:latest@sha256:4374b77c33e5ade7253d1874395726fd92b7d1025b78a5e775212b99f31d17b0

# Make cosign/crane CLI available to the tests
- uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ init-upgrade:

LOCAL_REGISTRY_NAME := k3d.localhost
LOCAL_REGISTRY_PORT := 5005
K3S_IMAGE := cgr.dev/chainguard/k3s:latest@sha256:2cce22ae3d776f2b924de7735bb10647320b1563dbca4ab1082a1eedae3b81c5
K3S_IMAGE := cgr.dev/chainguard/k3s:latest@sha256:4374b77c33e5ade7253d1874395726fd92b7d1025b78a5e775212b99f31d17b0

k3d-registry:
@# Create a local registry managed by k3d only if it doesn't exist
Expand Down

0 comments on commit e5e43bb

Please sign in to comment.