Skip to content

Commit 3423adf

Browse files
authored
Merge branch 'main' into chore/more-linters
2 parents a9d9884 + 97fb223 commit 3423adf

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

.github/dependabot.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ updates:
77

88
- package-ecosystem: gomod
99
directories:
10-
- /
11-
- /tests
10+
- "**/*"
11+
1212
schedule:
1313
interval: daily
1414

1515
- package-ecosystem: docker
1616
directories:
17-
- /build
18-
- /tests
19-
- /tests/conformance
17+
- "**/*"
2018
schedule:
2119
interval: daily
2220

debug/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1.7
22
# This Dockerfile builds an image with the dlv debugger. See the debugging guide in the developer docs for details
33
# on how to use it.
4-
FROM golang:1.21-alpine AS builder
4+
FROM golang:1.22-alpine AS builder
55

66
RUN go install github.com/go-delve/delve/cmd/dlv@latest
77

tests/suite/manifests/graceful-recovery/node-debugger-job.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
kubernetes.io/hostname: "to be replaced by the test"
1212
containers:
1313
- name: node-debugger-container
14-
image: ubuntu:22.04
14+
image: ubuntu:24.04
1515
command: ["/bin/bash", "-c"]
1616
args: ["to be replaced by the test"]
1717
securityContext:

tests/suite/manifests/longevity/cronjob.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
serviceAccountName: rollout-mgr
4141
containers:
4242
- name: coffee-rollout-mgr
43-
image: curlimages/curl:8.3.0
43+
image: curlimages/curl:8.8.0
4444
imagePullPolicy: IfNotPresent
4545
command:
4646
- /bin/sh
@@ -69,7 +69,7 @@ spec:
6969
serviceAccountName: rollout-mgr
7070
containers:
7171
- name: coffee-rollout-mgr
72-
image: curlimages/curl:8.3.0
72+
image: curlimages/curl:8.8.0
7373
imagePullPolicy: IfNotPresent
7474
command:
7575
- /bin/sh

0 commit comments

Comments
 (0)