Skip to content

Commit 1531f58

Browse files
author
Seth Goings
committed
chore(release): set version and lock to deis registry
1 parent 05dc3d2 commit 1531f58

2 files changed

Lines changed: 3 additions & 2 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=deisci VERSION=v2-alpha
8+
export IMAGE_PREFIX=deis VERSION=2.0.0-alpha
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ spec:
1515
spec:
1616
containers:
1717
- name: postgres
18-
image: quay.io/deisci/postgres:v2-alpha
18+
image: quay.io/deis/postgres:2.0.0-alpha
19+
imagePullPolicy: IfNotPresent
1920
env:
2021
- name: POSTGRES_USER
2122
value: "deis"

0 commit comments

Comments
 (0)