Skip to content

Commit 0654c7f

Browse files
authored
Merge pull request #7058 from zalando-incubator/dev-to-kube-1.26
dev to kube-1.26
2 parents d020688 + fee3fab commit 0654c7f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

cluster/manifests/stackset-controller/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{ $version := "v1.4.40" }}
1+
{{ $version := "v1.4.41" }}
22
apiVersion: apps/v1
33
kind: Deployment
44
metadata:

cluster/manifests/z-karpenter/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
drop:
4848
- ALL
4949
readOnlyRootFilesystem: true
50-
image: "container-registry.zalando.net/teapot/karpenter:v0.33.1-main-17.custom"
50+
image: "container-registry.zalando.net/teapot/karpenter:v0.34.1-main-18.custom"
5151
imagePullPolicy: IfNotPresent
5252
env:
5353
- name: ASSUME_ROLE_DURATION

test/e2e/stackset/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.22
44

55
toolchain go1.22.0
66

7-
require github.com/zalando-incubator/stackset-controller v1.4.40
7+
require github.com/zalando-incubator/stackset-controller v1.4.41
88

99
require (
1010
github.com/beorn7/perks v1.0.1 // indirect

test/e2e/stackset/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,8 +506,8 @@ github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9dec
506506
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
507507
github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
508508
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
509-
github.com/zalando-incubator/stackset-controller v1.4.40 h1:NprdPk+hX3fPk6T/FHlvdZKoykObzwjYwgFThj9FG34=
510-
github.com/zalando-incubator/stackset-controller v1.4.40/go.mod h1:cs6DeHcxl4xAAXl5pK1oAoxjKbmp10PBLKqYqw21VxI=
509+
github.com/zalando-incubator/stackset-controller v1.4.41 h1:SqXCehy3gTc0RXvEwWwuufwR1Wh9jKz+lS6IwRxHpyY=
510+
github.com/zalando-incubator/stackset-controller v1.4.41/go.mod h1:cs6DeHcxl4xAAXl5pK1oAoxjKbmp10PBLKqYqw21VxI=
511511
go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
512512
go.etcd.io/bbolt v1.3.6/go.mod h1:qXsaaIqmgQH0T+OPdb99Bf+PKfBBQVAdyD6TY9G8XM4=
513513
go.etcd.io/etcd/api/v3 v3.5.4/go.mod h1:5GB2vv4A4AOn3yk7MftYGHkUfGtDHnEraIjym4dYz5A=

0 commit comments

Comments
 (0)