diff --git a/Makefile b/Makefile index e7f2d33..6b497bf 100644 --- a/Makefile +++ b/Makefile @@ -7,13 +7,13 @@ SHORT_NAME := registry include includes.mk versioning.mk # the filepath to this repository, relative to $GOPATH/src -REPO_PATH = github.com/deis/registry +REPO_PATH = github.com/teamhephy/registry SHELL_SCRIPTS = $(wildcard _scripts/*.sh contrib/ci/*.sh) # The following variables describe the containerized development environment # and other build options -DEV_ENV_IMAGE := quay.io/deis/go-dev:0.20.0 +DEV_ENV_IMAGE := hephy/go-dev:v1.28.3 DEV_ENV_WORK_DIR := /go/src/${REPO_PATH} DEV_ENV_PREFIX := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR} DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE} diff --git a/README.md b/README.md index 1763496..2007fbf 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,6 @@ To deploy the image via patching the registry deployment run: $ make deploy ``` -[issues]: https://github.com/deisthree/registry/issues -[prs]: https://github.com/deisthree/registry/pulls -[v2.18]: https://github.com/deisthree/workflow/releases/tag/v2.18.0 +[issues]: https://github.com/teamhephy/registry/issues +[prs]: https://github.com/teamhephy/registry/pulls +[v2.18]: https://github.com/teamhephy/workflow/releases/tag/v2.18.0 diff --git a/charts/registry/Chart.yaml b/charts/registry/Chart.yaml index f07d68e..cf9e704 100644 --- a/charts/registry/Chart.yaml +++ b/charts/registry/Chart.yaml @@ -1,7 +1,6 @@ name: registry -home: https://github.com/deisthree/registry +home: https://github.com/teamhephy/registry version: -description: Docker registry for Deis Workflow. +description: Docker registry for Hephy Workflow. maintainers: - - name: Deis Team - email: engineering@deis.com + - email: team@teamhephy.com diff --git a/versioning.mk b/versioning.mk index 4ac6a8f..f22f428 100644 --- a/versioning.mk +++ b/versioning.mk @@ -1,6 +1,6 @@ MUTABLE_VERSION ?= canary VERSION ?= git-$(shell git rev-parse --short HEAD) -IMAGE_PREFIX ?= deis +IMAGE_PREFIX ?= hephy IMAGE := ${DEIS_REGISTRY}${IMAGE_PREFIX}/${SHORT_NAME}:${VERSION} MUTABLE_IMAGE := ${DEIS_REGISTRY}${IMAGE_PREFIX}/${SHORT_NAME}:${MUTABLE_VERSION}