Skip to content

Commit 23bb667

Browse files
committed
Update tokeninfo base image to use static base image
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
1 parent 6a7520e commit 23bb667

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)