Skip to content

Commit 35e82b4

Browse files
author
Seth Goings
committed
chore(release): set version and lock to deis registry
1 parent 2b0e2ff commit 35e82b4

3 files changed

Lines changed: 5 additions & 5 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

manifests/deis-workflow-rc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- name: deis-workflow
19-
image: quay.io/deisci/workflow:v2-alpha
19+
image: quay.io/deis/workflow:2.0.0-alpha
2020
readinessProbe:
2121
httpGet:
2222
path: /health-check
@@ -29,7 +29,7 @@ spec:
2929
port: 8000
3030
initialDelaySeconds: 30
3131
timeoutSeconds: 1
32-
imagePullPolicy: Always
32+
imagePullPolicy: IfNotPresent
3333
env:
3434
- name: DEBUG
3535
value: "true"

rootfs/scheduler/k8s.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@
120120
"containers": [
121121
{
122122
"name": "$containername",
123-
"image": "quay.io/deisci/slugrunner:v2-alpha",
124-
"imagePullPolicy": "Always",
123+
"image": "quay.io/deis/slugrunner:2.0.0-alpha",
124+
"imagePullPolicy": "IfNotPresent",
125125
"env": [
126126
{
127127
"name":"PORT",

0 commit comments

Comments
 (0)