Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
updated cloud images for version v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rchakode committed Nov 17, 2020
1 parent 44c4be2 commit 513a565
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tooling/setup/krossboard_default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ export KB_AZURE_VM_SIZE_DEFAULT='Standard_B1ms'
export KB_AZURE_LOCATION_DEFAULT='centralus'
export KB_AZURE_IMAGE="/subscriptions/${KB_AZURE_PROVIDER_SUB}/resourceGroups/krossboard-release/providers/Microsoft.Compute/galleries/KrossboardRelease/images/Krossboard"

export KB_GCP_IMAGE='krossboard-v20201109t1604958579-e0118d8'
export KB_GCP_IMAGE='krossboard-v20201117t1605641399-09606ec'

declare -A KB_AWS_AMIS
KB_AWS_AMIS["ap-southeast-1"]='ami-062f62f9e001a9b4b'
KB_AWS_AMIS["ap-southeast-2"]='ami-0ef07ea23099b6a67'
KB_AWS_AMIS["ca-central-1"]='ami-072905d16227c98db'
KB_AWS_AMIS["eu-central-1"]='ami-03533dad8bd5549ab'
KB_AWS_AMIS["eu-west-1"]='ami-0721335f3e452b9a4'
KB_AWS_AMIS["eu-west-2"]='ami-0c1ffb1d6a5ed82fa'
KB_AWS_AMIS["sa-east-1"]='ami-05dc539c695abc31b'
KB_AWS_AMIS["us-east-1"]='ami-0496e5e33d25b91d2'
KB_AWS_AMIS["us-west-1"]='ami-03b820db55344248e'
KB_AWS_AMIS["ap-southeast-1"]='ami-06d89ea0791265b79'
KB_AWS_AMIS["ap-southeast-2"]='ami-091b07b73f0a666f6'
KB_AWS_AMIS["ca-central-1"]='ami-0007e0f266ed68af3'
KB_AWS_AMIS["eu-central-1"]='ami-099401528712d58ad'
KB_AWS_AMIS["eu-west-1"]='ami-0944ebe2b12f7c709'
KB_AWS_AMIS["eu-west-2"]='ami-0c62e6fb66033877f'
KB_AWS_AMIS["sa-east-1"]='ami-09fd54ddd192936c5'
KB_AWS_AMIS["us-east-1"]='ami-0bab14d5e51cf1613'
KB_AWS_AMIS["us-west-1"]='ami-09c50ca2ef3ba69d3'

0 comments on commit 513a565

Please sign in to comment.