Skip to content

Commit 023f8ef

Browse files
Merge dev to dev-to-kube-1.32
2 parents 9dbc09d + f9755f0 commit 023f8ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cluster/manifests/skipper/pod-deletion-cost-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
- -resync
3636
- -resync-interval={{ .Cluster.ConfigItems.skipper_pod_deletion_cost_controller_resync_interval }}
3737
# {{ end }}
38-
image: container-registry.zalando.net/gwproxy/pod-deletion-cost-controller:main-30
38+
image: container-registry.zalando.net/gwproxy/pod-deletion-cost-controller:main-31
3939
name: pod-deletion-cost-controller
4040
terminationMessagePolicy: FallbackToLogsOnError
4141
ports:

cluster/manifests/zalando-iam-aws-proxy/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
sleep:
5050
seconds: 20
5151
- name: tokeninfo
52-
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-150
52+
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-151
5353
env:
5454
- name: OPENID_PROVIDER_CONFIGURATION_URL
5555
value: https://identity.zalando.com/.well-known/openid-configuration
@@ -79,7 +79,7 @@ spec:
7979
memory: 100Mi
8080
# {{- if ne .Cluster.Environment "production"}}
8181
- name: tokeninfo-sandbox
82-
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-150
82+
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-151
8383
env:
8484
- name: OPENID_PROVIDER_CONFIGURATION_URL
8585
value: https://sandbox.identity.zalando.com/.well-known/openid-configuration

0 commit comments

Comments
 (0)