Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

chore(release): bump version to v2-beta #231

Merged
merged 1 commit into from
Dec 30, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

export IMAGE_PREFIX=deis VERSION=2.0.0-alpha
export IMAGE_PREFIX=deisci VERSION=v2-beta
docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
DEIS_REGISTRY='' make -C .. docker-build docker-push
docker login -e="$QUAY_EMAIL" -u="$QUAY_USERNAME" -p="$QUAY_PASSWORD" quay.io
Expand Down
4 changes: 2 additions & 2 deletions manifests/deis-workflow-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: deis-workflow
image: quay.io/deis/workflow:2.0.0-alpha
image: quay.io/deisci/workflow:v2-beta
readinessProbe:
httpGet:
path: /health-check
Expand All @@ -29,7 +29,7 @@ spec:
port: 8000
initialDelaySeconds: 30
timeoutSeconds: 1
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
env:
- name: DEBUG
value: "true"
Expand Down
4 changes: 2 additions & 2 deletions rootfs/scheduler/k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@
"containers": [
{
"name": "$containername",
"image": "quay.io/deis/slugrunner:2.0.0-alpha",
"imagePullPolicy": "IfNotPresent",
"image": "quay.io/deisci/slugrunner:v2-beta",
"imagePullPolicy": "Always",
"env": [
{
"name":"PORT",
Expand Down