Skip to content

Commit

Permalink
Merge pull request #7010 from zalando-incubator/dev-to-kube-1.26
Browse files Browse the repository at this point in the history
dev to kube-1.26
  • Loading branch information
gargravarr authored Feb 20, 2024
2 parents b4fd006 + c4c2863 commit b066baa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cluster/manifests/skipper/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ spec:
containers:
- name: skipper-ingress
image: container-registry.zalando.net/teapot/skipper-internal:{{ .internal_version }}
terminationMessagePolicy: FallbackToLogsOnError
ports:
- name: ingress-port
containerPort: 9999
Expand Down Expand Up @@ -510,6 +511,7 @@ spec:
containers:
- name: routesrv
image: container-registry.zalando.net/teapot/skipper:{{ $version }}
terminationMessagePolicy: FallbackToLogsOnError
ports:
- name: ingress-port
containerPort: 9990
Expand Down
2 changes: 1 addition & 1 deletion cluster/manifests/stackset-controller/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ $version := "v1.4.38" }}
{{ $version := "v1.4.39" }}
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down

0 comments on commit b066baa

Please sign in to comment.