Skip to content

Commit 5f2c576

Browse files
authored
Merge pull request #8071 from zalando-incubator/update-deployment-service
Update deployment-service to expose PCS resource status
2 parents 44ec4b3 + 7e80254 commit 5f2c576

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-223"
32+
image: "container-registry.zalando.net/teapot/deployment-controller:master-224"
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,5 +1,5 @@
11
{{ $image := "container-registry.zalando.net/teapot/deployment-status-service" }}
2-
{{ $version := "master-220" }}
2+
{{ $version := "master-224" }}
33

44
apiVersion: apps/v1
55
kind: Deployment

0 commit comments

Comments
 (0)