Skip to content

Commit

Permalink
Merge pull request #7296 from zalando-incubator/dev-to-stable
Browse files Browse the repository at this point in the history
dev to stable
  • Loading branch information
RomanZavodskikh committed Apr 12, 2024
2 parents 5f8f5c1 + d478e0b commit e607f44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion cluster/manifests/skipper/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ $internal_version := "v0.21.40-868" }}
{{ $internal_version := "v0.21.48-876" }}
{{ $canary_internal_version := "v0.21.48-876" }}

{{/* Optional canary arguments separated by "[cf724afc]" to allow whitespaces, e.g. "-foo=has a whitespace[cf724afc]-baz=qux" */}}
Expand Down

0 comments on commit e607f44

Please sign in to comment.