Skip to content

Commit b066baa

Browse files
authored
Merge pull request #7010 from zalando-incubator/dev-to-kube-1.26
dev to kube-1.26
2 parents b4fd006 + c4c2863 commit b066baa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cluster/manifests/skipper/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ spec:
8888
containers:
8989
- name: skipper-ingress
9090
image: container-registry.zalando.net/teapot/skipper-internal:{{ .internal_version }}
91+
terminationMessagePolicy: FallbackToLogsOnError
9192
ports:
9293
- name: ingress-port
9394
containerPort: 9999
@@ -510,6 +511,7 @@ spec:
510511
containers:
511512
- name: routesrv
512513
image: container-registry.zalando.net/teapot/skipper:{{ $version }}
514+
terminationMessagePolicy: FallbackToLogsOnError
513515
ports:
514516
- name: ingress-port
515517
containerPort: 9990

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.38" }}
1+
{{ $version := "v1.4.39" }}
22
apiVersion: apps/v1
33
kind: Deployment
44
metadata:

0 commit comments

Comments
 (0)