File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11name : registry
2- home : https://github.com/deisthree /registry
2+ home : https://github.com/teamhephy /registry
33version : <Will be populated by the ci before publishing the chart>
4- description : Docker registry for Deis Workflow.
4+ description : Docker registry for Hephy Workflow.
55maintainers :
6- - name : Deis Team
7- email : engineering@deis.com
6+ - email : team@teamhephy.com
Original file line number Diff line number Diff line change 11MUTABLE_VERSION ?= canary
22VERSION ?= git-$(shell git rev-parse --short HEAD)
3- IMAGE_PREFIX ?= deis
3+ IMAGE_PREFIX ?= hephy
44
55IMAGE := ${DEIS_REGISTRY}${IMAGE_PREFIX}/${SHORT_NAME}:${VERSION}
66MUTABLE_IMAGE := ${DEIS_REGISTRY}${IMAGE_PREFIX}/${SHORT_NAME}:${MUTABLE_VERSION}
You can’t perform that action at this time.
0 commit comments