Skip to content

Commit

Permalink
chore(registry): rename a few necessary things
Browse files Browse the repository at this point in the history
Signed-off-by: Cryptophobia <[email protected]>
  • Loading branch information
Cryptophobia committed Oct 9, 2020
1 parent 570da3e commit b6fe20b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 3 additions & 4 deletions charts/registry/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: registry
home: https://github.com/deisthree/registry
home: https://github.com/teamhephy/registry
version: <Will be populated by the ci before publishing the chart>
description: Docker registry for Deis Workflow.
description: Docker registry for Hephy Workflow.
maintainers:
- name: Deis Team
email: [email protected]
- email: [email protected]
2 changes: 1 addition & 1 deletion versioning.mk
Original file line number Diff line number Diff line change
@@ -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}
Expand Down

0 comments on commit b6fe20b

Please sign in to comment.