Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
update to xenial stemcell
Browse files Browse the repository at this point in the history
  • Loading branch information
josephlewis42 committed Jan 16, 2019
1 parent be9a9e5 commit 603caff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/generator/pcf-artifacts.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import (
const (
appName = "gcp-service-broker"
appDescription = "A service broker for Google Cloud Platform services."
stemcellOs = "ubuntu-trusty"
stemcellVersion = "3586.42"
stemcellOs = "ubuntu-xenial"
stemcellVersion = "170.19"

buildpack = "go_buildpack"
goPackageName = "github.com/GoogleCloudPlatform/gcp-service-broker"
Expand Down
4 changes: 2 additions & 2 deletions tile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ description: 'A service broker for Google Cloud Platform services.'
org: system

stemcell_criteria:
os: 'ubuntu-trusty'
version: '3586.42'
os: 'ubuntu-xenial'
version: '170.19'

apply_open_security_group: true

Expand Down

0 comments on commit 603caff

Please sign in to comment.