Skip to content

Commit 3444778

Browse files
authored
Merge pull request #9380 from zalando-incubator/dev-to-kube-1.32
dev to kube-1.32
2 parents f051276 + d2f6478 commit 3444778

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

cluster/manifests/role-sync-controller/cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
restartPolicy: Never
3434
containers:
3535
- name: role-sync-controller
36-
image: container-registry.zalando.net/teapot/role-sync-controller:main-7
36+
image: container-registry.zalando.net/teapot/role-sync-controller:main-10
3737
args:
3838
- --subject-group=PowerUser
3939
- --subject-group=Manual

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-146
52+
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-150
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-146
82+
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-150
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
@@ -367,7 +367,7 @@ write_files:
367367
- mountPath: /etc/kubernetes/k8s-authnz-webhook-kubeconfig
368368
name: k8s-authnz-webhook-kubeconfig
369369
readOnly: true
370-
- image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-146
370+
- image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-150
371371
name: tokeninfo
372372
ports:
373373
- containerPort: 9021
@@ -398,7 +398,7 @@ write_files:
398398
value: {{ .Cluster.ConfigItems.apiserver_business_partner_ids }}
399399
{{ if ne .Cluster.Environment "production" }}
400400
- name: tokeninfo-sandbox
401-
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-146
401+
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/foundation/platform-iam-tokeninfo:master-150
402402
ports:
403403
- containerPort: 9022
404404
lifecycle:

0 commit comments

Comments
 (0)