Skip to content

Commit 92dc50d

Browse files
authored
Merge pull request #9058 from zalando-incubator/926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo
platform-iam-tokeninfo: Update to version master-146
2 parents 78df28c + 5473c06 commit 92dc50d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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-113
52+
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-143
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-113
82+
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-143
8383
env:
8484
- name: OPENID_PROVIDER_CONFIGURATION_URL
8585
value: https://sandbox.identity.zalando.com/.well-known/openid-configuration

cluster/node-pools/master-default/userdata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ write_files:
372372
- mountPath: /etc/kubernetes/k8s-authnz-webhook-kubeconfig
373373
name: k8s-authnz-webhook-kubeconfig
374374
readOnly: true
375-
- image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-132
375+
- image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-146
376376
name: tokeninfo
377377
ports:
378378
- containerPort: 9021
@@ -403,7 +403,7 @@ write_files:
403403
value: {{ .Cluster.ConfigItems.apiserver_business_partner_ids }}
404404
{{ if ne .Cluster.Environment "production" }}
405405
- name: tokeninfo-sandbox
406-
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-132
406+
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-146
407407
ports:
408408
- containerPort: 9022
409409
lifecycle:

0 commit comments

Comments
 (0)