Skip to content
This repository was archived by the owner on Jun 29, 2026. It is now read-only.

Commit e61e862

Browse files
committed
ci: add --recreate flag to BOSH deploy args
1 parent 622abc2 commit e61e862

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/infrastructure/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
params:
254254
SYSTEM_DOMAIN: autoscaler.app-runtime-interfaces.ci.cloudfoundry.org
255255
OPS_FILES: "operations/cf/scale-to-one-az.yml operations/autoscaler/scale_out_cf_for_app-autoscaler.yaml operations/autoscaler/set-cpu-entitlement-per-share.yaml operations/autoscaler/add-trusted-certs.yaml operations/cf/use-compiled-releases.yml operations/autoscaler/enable_mtls.yml operations/autoscaler/add-eventgenerator-log-cache-uaa-client.yml operations/cf/experimental/disable-v2-api.yml operations/autoscaler/tag-vms-and-disks.yml"
256-
BOSH_DEPLOY_ARGS: "-v diego_cell_instances=3 -v grafana_redirect_uri=https://grafana.autoscaler.app-runtime-interfaces.ci.cloudfoundry.org/login/generic_oauth"
256+
BOSH_DEPLOY_ARGS: "--recreate -v diego_cell_instances=3 -v grafana_redirect_uri=https://grafana.autoscaler.app-runtime-interfaces.ci.cloudfoundry.org/login/generic_oauth"
257257
ensure:
258258
put: autoscaler-env-vars-store
259259
params:

0 commit comments

Comments
 (0)