Skip to content

Commit

Permalink
Merge pull request #7294 from zalando-incubator/update-deployment-ser…
Browse files Browse the repository at this point in the history
…vice

Update deployment service version.
  • Loading branch information
mikkeloscar committed Apr 11, 2024
2 parents c97e59d + 58310be commit 1c6d8c4
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-182"
image: "container-registry.zalando.net/teapot/deployment-controller:master-186"
args:
- "--config-namespace=kube-system"
- "--decrypt-kms-alias-arn=arn:aws:kms:{{ .Cluster.Region }}:{{ .Cluster.InfrastructureAccount | getAWSAccountID }}:alias/deployment-secret"
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-182" }}
{{ $version := "master-186" }}

apiVersion: apps/v1
kind: Deployment
Expand Down

0 comments on commit 1c6d8c4

Please sign in to comment.