Skip to content

Commit 826c4e3

Browse files
authored
Merge pull request #6829 from zalando-incubator/deploy-service-validation-domain
bump deployment-service version
2 parents acafa05 + 4301a9d commit 826c4e3

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-163"
32+
image: "container-registry.zalando.net/teapot/deployment-controller:master-165"
3333
args:
3434
- "--config-namespace=kube-system"
3535
{{- if eq .Cluster.ConfigItems.deployment_secret_decrypt_any "false" }}

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-163" }}
2+
{{ $version := "master-165" }}
33

44
apiVersion: apps/v1
55
kind: Deployment

0 commit comments

Comments
 (0)