Skip to content

Commit 85cedce

Browse files
committed
Update checkpatch and startup-script image digest
This PR does the same thing as #41360. The initial issue has been resolved with cilium/image-tools#386 but other PRs (cilium/image-tools#387 and cilium/image-tools#383) have been merged before the fix PR, causing the issue to happen again. Signed-off-by: Hadrien Patte <[email protected]>
1 parent c0be080 commit 85cedce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bpf/Makefile.bpf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ force:
4949
# TODO: revert addition of ignore MACRO_ARG_REUSE below once cilium-checkpatch
5050
# image is updated to ignore it.
5151
#
52-
CHECKPATCH_IMAGE := quay.io/cilium/cilium-checkpatch:1755701578-b97bd7a@sha256:5c4df794425e29962aac25fd5c005fd39d737232121688ba8d08878f4815b232
52+
CHECKPATCH_IMAGE := quay.io/cilium/cilium-checkpatch:1755701578-b97bd7a@sha256:f1332fa6edbbd40882a59ceae4a7843a4095bd62288363740e84b82708624c50
5353
ifneq ($(CHECKPATCH_DEBUG),)
5454
# Run script with "bash -x"
5555
CHECKPATCH_IMAGE_AND_ENTRY := \

install/kubernetes/Makefile.values

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export CERTGEN_DIGEST:=sha256:de7b97b1d19a34b674d0c4bc1da4db999f04ae355923a9a994
3333
# renovate: datasource=docker
3434
export CILIUM_NODEINIT_REPO:=quay.io/cilium/startup-script
3535
export CILIUM_NODEINIT_VERSION:=1755531540-60ee83e
36-
export CILIUM_NODEINIT_DIGEST:=sha256:0c91245afb3a4ff78b5cc8c09226806e94a9a10eb0adb74a85e0eeed2a5cae8c
36+
export CILIUM_NODEINIT_DIGEST:=sha256:5bdca3c2dec2c79f58d45a7a560bf1098c2126350c901379fe850b7f78d3d757
3737

3838
# renovate: datasource=docker
3939
export CILIUM_ENVOY_REPO:=quay.io/cilium/cilium-envoy

install/kubernetes/cilium/values.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)