Skip to content

Commit b6fe20b

Browse files
committed
chore(registry): rename a few necessary things
Signed-off-by: Cryptophobia <aouzounov@gmail.com>
1 parent 570da3e commit b6fe20b

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ To deploy the image via patching the registry deployment run:
6565
$ make deploy
6666
```
6767

68-
[issues]: https://github.com/deisthree/registry/issues
69-
[prs]: https://github.com/deisthree/registry/pulls
70-
[v2.18]: https://github.com/deisthree/workflow/releases/tag/v2.18.0
68+
[issues]: https://github.com/teamhephy/registry/issues
69+
[prs]: https://github.com/teamhephy/registry/pulls
70+
[v2.18]: https://github.com/teamhephy/workflow/releases/tag/v2.18.0

charts/registry/Chart.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: registry
2-
home: https://github.com/deisthree/registry
2+
home: https://github.com/teamhephy/registry
33
version: <Will be populated by the ci before publishing the chart>
4-
description: Docker registry for Deis Workflow.
4+
description: Docker registry for Hephy Workflow.
55
maintainers:
6-
- name: Deis Team
7-
email: engineering@deis.com
6+
- email: team@teamhephy.com

versioning.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MUTABLE_VERSION ?= canary
22
VERSION ?= git-$(shell git rev-parse --short HEAD)
3-
IMAGE_PREFIX ?= deis
3+
IMAGE_PREFIX ?= hephy
44

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

0 commit comments

Comments
 (0)