Skip to content

Commit 13c8cae

Browse files
committed
Merge pull request #2631 from carmstrong/do-beta
fix(contrib/digitalocean): use beta channel on DO
2 parents cf8c3ea + cd37051 commit 13c8cae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

contrib/digitalocean/provision-do-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ fi
4949
$CONTRIB_DIR/util/check-user-data.sh
5050

5151
# TODO: Make it follow a specific ID once circumstances allow us to do so.
52-
BASE_IMAGE_ID='coreos-alpha'
52+
BASE_IMAGE_ID='coreos-beta'
5353

5454
if [ -z "$BASE_IMAGE_ID" ]; then
5555
echo_red "DigitalOcean Image not found..."

docs/installing_deis/digitalocean.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ that, create at least three Droplets with the following specifications:
5555
- All Droplets deployed in the same region
5656
- Region must have private networking enabled
5757
- Region must have User Data enabled. Supply the user-data file here
58-
- Select CoreOS Alpha channel
58+
- Select CoreOS Beta channel
5959
- Select your SSH key from the list
6060

6161
If private networking is not available in your region, swap out ``$private_ipv4`` with

0 commit comments

Comments
 (0)