diff --git a/Makefile b/Makefile index c868951..537d3fe 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # - Kubernetes service, rc, pod, secret, volume names SHORT_NAME := redis DEIS_REGISTY ?= ${DEV_REGISTRY}/ -IMAGE_PREFIX ?= deis +IMAGE_PREFIX ?= hephy include versioning.mk @@ -12,7 +12,7 @@ SHELL_SCRIPTS = $(wildcard _scripts/*.sh) rootfs/bin/boot # 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_CMD := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR} ${DEV_ENV_IMAGE} DEV_ENV_CMD_INT := docker run -it --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR} ${DEV_ENV_IMAGE} diff --git a/charts/redis/Chart.yaml b/charts/redis/Chart.yaml index c0532d0..000b0d5 100644 --- a/charts/redis/Chart.yaml +++ b/charts/redis/Chart.yaml @@ -3,5 +3,4 @@ home: https://github.com/deisthree/redis version: description: A Redis database for use inside a Kubernetes cluster. maintainers: - - name: Deis Team - email: engineering@deis.com + - email: team@teamhephy.com