File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
manifests/zalando-iam-aws-proxy
node-pools/master-default Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 49
49
sleep :
50
50
seconds : 20
51
51
- 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
53
53
env :
54
54
- name : OPENID_PROVIDER_CONFIGURATION_URL
55
55
value : https://identity.zalando.com/.well-known/openid-configuration
79
79
memory : 100Mi
80
80
# {{- if ne .Cluster.Environment "production"}}
81
81
- 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
83
83
env :
84
84
- name : OPENID_PROVIDER_CONFIGURATION_URL
85
85
value : https://sandbox.identity.zalando.com/.well-known/openid-configuration
Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ write_files:
372
372
- mountPath : /etc/kubernetes/k8s-authnz-webhook-kubeconfig
373
373
name : k8s-authnz-webhook-kubeconfig
374
374
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
376
376
name : tokeninfo
377
377
ports :
378
378
- containerPort : 9021
@@ -403,7 +403,7 @@ write_files:
403
403
value : {{ .Cluster.ConfigItems.apiserver_business_partner_ids }}
404
404
{{ if ne .Cluster.Environment "production" }}
405
405
- 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
407
407
ports :
408
408
- containerPort : 9022
409
409
lifecycle :
You can’t perform that action at this time.
0 commit comments