Skip to content

Commit c513557

Browse files
authored
Merge pull request #7842 from zalando-incubator/tokeninfo-static-base-image
Update tokeninfo base image to use static base image
2 parents 1d424ae + 23bb667 commit c513557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ write_files:
354354
- mountPath: /etc/kubernetes/k8s-authnz-webhook-kubeconfig
355355
name: k8s-authnz-webhook-kubeconfig
356356
readOnly: true
357-
- image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-100
357+
- image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-113
358358
name: tokeninfo
359359
ports:
360360
- containerPort: 9021
@@ -385,7 +385,7 @@ write_files:
385385
value: {{ .Cluster.ConfigItems.apiserver_business_partner_ids }}
386386
{{ if ne .Cluster.Environment "production" }}
387387
- name: tokeninfo-sandbox
388-
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-100
388+
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-113
389389
ports:
390390
- containerPort: 9022
391391
lifecycle:

0 commit comments

Comments
 (0)