Skip to content

Commit

Permalink
more stemcell v621 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Apr 3, 2020
1 parent db2734a commit b0ff715
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -558,11 +558,11 @@ resources:
access_key_id: (( grab meta.aws.access_key ))
secret_access_key: (( grab meta.aws.secret_key ))

# - name: ubuntu-xenial-stemcell-456
# - name: ubuntu-xenial-stemcell-621
# type: bosh-io-stemcell
# source:
# name: bosh-aws-xen-hvm-ubuntu-xenial-go_agent
# version_family: 456.latest
# version_family: 621.latest
- name: (( concat meta.bosh.stemcell.os "-stemcell-" meta.bosh.stemcell.major ))
type: bosh-io-stemcell
source:
Expand Down
2 changes: 1 addition & 1 deletion ci/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ meta:

bosh:
stemcell:
major: 456
major: 621
cpi: aws-xen-hvm
os: ubuntu-xenial
target: https://10.128.4.73:25555
Expand Down
2 changes: 1 addition & 1 deletion manifests/redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ update:
stemcells:
- alias: default
os: ubuntu-xenial
version: 456.latest
version: 621.latest

releases:
- name: bpm
Expand Down

0 comments on commit b0ff715

Please sign in to comment.