Skip to content

Commit

Permalink
Merge pull request #5847 from zalando-incubator/deployment-service-up…
Browse files Browse the repository at this point in the history
…date

Update deployment-service to correctly log namespace for cloudformation
  • Loading branch information
gargravarr authored Mar 21, 2023
2 parents 851ce37 + 7d8becd commit 853568d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
terminationGracePeriodSeconds: 300
containers:
- name: "deployment-service-controller"
image: "container-registry.zalando.net/teapot/deployment-controller:master-115"
image: "container-registry.zalando.net/teapot/deployment-controller:master-118"
args:
- "--config-namespace=kube-system"
env:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ $image := "container-registry.zalando.net/teapot/deployment-status-service" }}
{{ $version := "master-115" }}
{{ $version := "master-118" }}

apiVersion: apps/v1
kind: Deployment
Expand Down

0 comments on commit 853568d

Please sign in to comment.