Skip to content

Commit fa229df

Browse files
authored
Merge pull request #8514 from zalando-incubator/update-deployment-service
update deployment-service components
2 parents aa7f9e5 + 03da97b commit fa229df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cluster/manifests/deployment-service/controller-statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
terminationGracePeriodSeconds: 300
3030
containers:
3131
- name: "deployment-service-controller"
32-
image: "container-registry.zalando.net/teapot/deployment-controller:master-230"
32+
image: "container-registry.zalando.net/teapot/deployment-controller:master-232"
3333
args:
3434
- "--config-namespace=kube-system"
3535
- "--decrypt-kms-alias-arn=arn:aws:kms:{{ .Cluster.Region }}:{{ .Cluster.InfrastructureAccount | getAWSAccountID }}:alias/deployment-secret"

cluster/manifests/deployment-service/status-service-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {{ $image := "container-registry.zalando.net/teapot/deployment-status-service:master-230" }}
1+
# {{ $image := "container-registry.zalando.net/teapot/deployment-status-service:master-232" }}
22
# {{ $version := index (split $image ":") 1 }}
33

44
apiVersion: apps/v1

0 commit comments

Comments
 (0)