Skip to content

Commit

Permalink
bumped bosh-aws-cpi-release 99->101 to support new aws vm type disks
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjoy-gds committed Dec 20, 2023
1 parent 3862c4b commit c3343e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ dev: globals ## Set Environment to DEV
$(eval export SKIP_COMMIT_VERIFICATION=true)
$(eval export AWS_DEFAULT_REGION ?= eu-west-1)
$(eval export CYBER_PASSWORD_STORE_DIR?=${HOME}/.paas-pass)
$(eval export CONCOURSE_INSTANCE_TYPE=c6a.xlarge)
$(eval export CONCOURSE_INSTANCE_TYPE=c7a.xlarge)
@true

.PHONY: $(filter-out dev%,$(MAKECMDGOALS))
Expand Down Expand Up @@ -171,7 +171,7 @@ build-concourse: ## Setup profiles for deploying a build concourse
$(eval export BOSH_INSTANCE_PROFILE=bosh-director-build)
$(eval export CONCOURSE_TYPE=build-concourse)
$(eval export CONCOURSE_HOSTNAME=concourse)
$(eval export CONCOURSE_INSTANCE_TYPE=c6a.xlarge)
$(eval export CONCOURSE_INSTANCE_TYPE=c7a.xlarge)
$(eval export CONCOURSE_INSTANCE_PROFILE=concourse-build)
$(eval export CONCOURSE_WORKER_INSTANCES ?= 4)
@true
Expand All @@ -183,7 +183,7 @@ deployer-concourse: ## Setup profiles for deploying a paas-cf deployer concourse
$(eval export BOSH_INSTANCE_PROFILE=bosh-director-cf)
$(eval export CONCOURSE_TYPE=deployer-concourse)
$(eval export CONCOURSE_HOSTNAME=deployer)
$(eval export CONCOURSE_INSTANCE_TYPE ?= m6i.xlarge)
$(eval export CONCOURSE_INSTANCE_TYPE ?= m7i.xlarge)
$(eval export CONCOURSE_INSTANCE_PROFILE=deployer-concourse)
$(eval export CONCOURSE_WORKER_INSTANCES ?= 1)
@true
Expand Down
6 changes: 3 additions & 3 deletions manifests/bosh-manifest/operations.d/120-cpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
type: replace
value:
name: "bosh-aws-cpi"
version: "99"
url: "https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=99"
sha1: "ffc4a06d6728d88eb108418f886f46428c2a1bf2"
version: "101"
url: "https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=101"
sha1: "12d320570e00636f1e455e588e0462465b02d86a"

0 comments on commit c3343e5

Please sign in to comment.