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 13, 2024
1 parent 3aa86bd commit c5485da
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 @@ -32,7 +32,7 @@ jobs:
- run: terraform fmt -check -recursive -diff
- run: ./lint.sh
- name: Enforce YAML formatting
uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:afad17b9d533bba348407f9022d5a6c27ebcd3af7e516039191d3c901b0b899c
uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:1a737d9eb2b1888f598de998605b6c040ff03aa44657c071511887dd94a657b5
with:
entrypoint: wolfictl
args: lint yam images/
Expand Down Expand Up @@ -129,7 +129,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:2254eb602afdae52ee83218658b847464c3c95a48948d4921e2d746ce8e00d87

- 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:2254eb602afdae52ee83218658b847464c3c95a48948d4921e2d746ce8e00d87

# 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 @@ -40,7 +40,7 @@ init:

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:2254eb602afdae52ee83218658b847464c3c95a48948d4921e2d746ce8e00d87

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

0 comments on commit c5485da

Please sign in to comment.