Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

beta to stable #8605

Merged
merged 9 commits into from
Dec 10, 2024
2 changes: 1 addition & 1 deletion cluster/manifests/audittrail-adapter/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
hostNetwork: true
containers:
- name: audittrail-adapter
image: container-registry.zalando.net/teapot/audittrail-adapter:master-66
image: container-registry.zalando.net/teapot/audittrail-adapter:master-70
env:
- name: AWS_REGION
value: "{{ .Cluster.Region }}"
Expand Down
2 changes: 1 addition & 1 deletion cluster/manifests/role-sync-controller/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: role-sync-controller
image: container-registry.zalando.net/teapot/role-sync-controller:main-2
image: container-registry.zalando.net/teapot/role-sync-controller:main-4
args:
- --subject-group=PowerUser
- --subject-group=Manual
Expand Down