File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
manifests/deployment-service Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -945,6 +945,13 @@ deployment_service_tokeninfo_url: ""
945
945
deployment_service_lightstep_token : " "
946
946
deployment_service_ml_experiments_enabled : " true"
947
947
deployment_service_cf_auto_expand_enabled : " false"
948
+ deployment_service_cf_update_source_branch_changes : " true"
949
+ {{- if eq .Cluster.Environment "test" }}
950
+ # disable CF update of source branch changes in test to avoid updating CF stacks
951
+ # on any PR.
952
+ deployment_service_cf_update_source_branch_changes : " false"
953
+ {{- end }}
954
+
948
955
949
956
# Will be dropped after the migration
950
957
deployment_service_enabled : " true"
Original file line number Diff line number Diff line change 20
20
ml-experiment-deployment-role-arn : " arn:aws:iam::{{accountID .Cluster.InfrastructureAccount}}:role/{{.Cluster.LocalID}}-deployment-service-ml-experiment-deployment"
21
21
{{- end }}
22
22
cloudformation-enable-auto-expand : " {{.Cluster.ConfigItems.deployment_service_cf_auto_expand_enabled}}"
23
- probe-for-traffic-segments : " {{.Cluster.ConfigItems.stackset_enable_traffic_segments}}"
23
+ probe-for-traffic-segments : " {{.Cluster.ConfigItems.stackset_enable_traffic_segments}}"
24
+ cloudformation-allow-update-source-branch-changes : " {{.Cluster.ConfigItems.deployment_service_cf_update_source_branch_changes}}"
Original file line number Diff line number Diff line change 29
29
terminationGracePeriodSeconds : 300
30
30
containers :
31
31
- name : " deployment-service-controller"
32
- image : " container-registry.zalando.net/teapot/deployment-controller:master-165 "
32
+ image : " container-registry.zalando.net/teapot/deployment-controller:master-168 "
33
33
args :
34
34
- " --config-namespace=kube-system"
35
35
- " --decrypt-kms-alias-arn=arn:aws:kms:{{ .Cluster.Region }}:{{ .Cluster.InfrastructureAccount | getAWSAccountID }}:alias/deployment-secret"
Original file line number Diff line number Diff line change 1
1
{{ $image := "container-registry.zalando.net/teapot/deployment-status-service" }}
2
- {{ $version := "master-165 " }}
2
+ {{ $version := "master-168 " }}
3
3
4
4
apiVersion : apps/v1
5
5
kind : Deployment
You can’t perform that action at this time.
0 commit comments