Skip to content

Commit

Permalink
Bug: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
srinikitha09 committed Mar 25, 2024
1 parent 48813ef commit b8d7758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cloudFoundryDeploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func handleCFNativeDeployment(config *cloudFoundryDeployOptions, command command

if deployType == "blue-green" {
log.Entry().Warn("[WARN] Blue-green deployment type is deprecated for cf native builds " +
"and will be completely removed by 05.0.2024" +
"and will be completely removed by 15.06.2024" +
"Instead set parameter `cfNativeDeployParameters: '--strategy rolling'`. " +
"Please refer to the Cloud Foundry documentation for further information: " +
"https://docs.cloudfoundry.org/devguide/deploy-apps/rolling-deploy.html." +
Expand Down

0 comments on commit b8d7758

Please sign in to comment.