Skip to content

Commit 2aff022

Browse files
author
Seth Goings
committed
chore(release): bump version to v2-beta
1 parent 8f15367 commit 2aff022

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

_scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
cd "$(dirname "$0")" || exit 1
77

8-
export IMAGE_PREFIX=deis VERSION=2.0.0-alpha
8+
export IMAGE_PREFIX=deisci VERSION=v2-beta
99
docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
1010
DEIS_REGISTRY='' make -C .. docker-build docker-push
1111
docker login -e="$QUAY_EMAIL" -u="$QUAY_USERNAME" -p="$QUAY_PASSWORD" quay.io

contrib/kubernetes/manifests/postgres-rc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ spec:
1515
spec:
1616
containers:
1717
- name: postgres
18-
image: quay.io/deis/postgres:2.0.0-alpha
19-
imagePullPolicy: IfNotPresent
18+
image: quay.io/deisci/postgres:v2-beta
19+
imagePullPolicy: Always
2020
env:
2121
- name: POSTGRES_USER
2222
value: "deis"

0 commit comments

Comments
 (0)