Skip to content

Commit

Permalink
chore(nsqd): change deis to hephy
Browse files Browse the repository at this point in the history
Signed-off-by: Cryptophobia <aouzounov@gmail.com>
  • Loading branch information
Cryptophobia committed Nov 8, 2020
1 parent 6887bf3 commit 5237644
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Makefile
Expand Up @@ -3,12 +3,12 @@ include includes.mk

DOCKER_HOST = $(shell echo $$DOCKER_HOST)
BUILD_TAG ?= git-$(shell git rev-parse --short HEAD)
SHORT_NAME ?= nsq
SHORT_NAME ?= nsqd
DEPLOYMENT_NAME ?= nsqd
DEIS_REGISTRY ?= ${DEV_REGISTRY}
IMAGE_PREFIX ?= deis
HEPHY_REGISTRY ?= ${DEV_REGISTRY}
IMAGE_PREFIX ?= hephy

TEST_ENV_PREFIX := docker run --rm -v ${CURDIR}:/bash -w /bash quay.io/deis/shell-dev
TEST_ENV_PREFIX := docker run --rm -v ${CURDIR}:/bash -w /bash hephy/shell-dev
SHELL_SCRIPTS = $(wildcard rootfs/opt/nsq/bin/*)

include versioning.mk
Expand Down
8 changes: 3 additions & 5 deletions README.md
@@ -1,10 +1,8 @@

# Deis NSQ
[![Build Status](https://ci.deis.io/job/nsq/badge/icon)](https://ci.deis.io/job/nsq)
# Hephy NSQD
[![Build Status](https://api.travis-ci.org/teamhephy/nsqd.svg?branch=master)](https://travis-ci.org/teamhephy/nsqd)

Deis (pronounced DAY-iss) Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to any [Kubernetes](http://kubernetes.io) cluster, making it easy to deploy and manage applications on your own servers.

![Deis Graphic](https://getdeis.blob.core.windows.net/get-deis/deis-graphic-small.png)
Hephy (pronounced HEF-ee) Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to any [Kubernetes](http://kubernetes.io) cluster, making it easy to deploy and manage applications on your own servers.

A NSQ image for running on a kubernetes cluster.

Expand Down
6 changes: 3 additions & 3 deletions versioning.mk
@@ -1,12 +1,12 @@
MUTABLE_VERSION ?= canary
VERSION ?= git-$(shell git rev-parse --short HEAD)

IMAGE := ${DEIS_REGISTRY}${IMAGE_PREFIX}/${SHORT_NAME}:${VERSION}
MUTABLE_IMAGE := ${DEIS_REGISTRY}${IMAGE_PREFIX}/${SHORT_NAME}:${MUTABLE_VERSION}
IMAGE := ${HEPHY_REGISTRY}${IMAGE_PREFIX}/${SHORT_NAME}:${VERSION}
MUTABLE_IMAGE := ${HEPHY_REGISTRY}${IMAGE_PREFIX}/${SHORT_NAME}:${MUTABLE_VERSION}

info:
@echo "Build tag: ${VERSION}"
@echo "Registry: ${DEIS_REGISTRY}"
@echo "Registry: ${HEPHY_REGISTRY}"
@echo "Immutable tag: ${IMAGE}"
@echo "Mutable tag: ${MUTABLE_IMAGE}"

Expand Down

0 comments on commit 5237644

Please sign in to comment.