File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cluster/manifests/deployment-service Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
terminationGracePeriodSeconds : 300
30
30
containers :
31
31
- name : " deployment-service-controller"
32
- image : " container-registry.zalando.net/teapot/deployment-controller:master-238 "
32
+ image : " container-registry.zalando.net/teapot/deployment-controller:master-239 "
33
33
args :
34
34
- " --config-namespace=kube-system"
35
35
- " --decrypt-kms-alias-arn=arn:aws:kms:{{ .Cluster.Region }}:{{ .Cluster.InfrastructureAccount | getAWSAccountID }}:alias/deployment-secret"
Original file line number Diff line number Diff line change 1
- # {{ $image := "container-registry.zalando.net/teapot/deployment-status-service:master-238 " }}
1
+ # {{ $image := "container-registry.zalando.net/teapot/deployment-status-service:master-239 " }}
2
2
# {{ $version := index (split $image ":") 1 }}
3
3
4
4
apiVersion : apps/v1
You can’t perform that action at this time.
0 commit comments