Skip to content

Commit 5c95eb8

Browse files
authored
Merge pull request #7012 from zalando-incubator/deployment-service-update
deployment-service: Update deps
2 parents 5101a74 + b1ce31e commit 5c95eb8

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-169"
32+
image: "container-registry.zalando.net/teapot/deployment-controller:master-172"
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-169" }}
2+
{{ $version := "master-172" }}
33

44
apiVersion: apps/v1
55
kind: Deployment

0 commit comments

Comments
 (0)