Skip to content

Commit 9f82cab

Browse files
author
Madison Steiner
committed
Update URLs
1 parent 8d66318 commit 9f82cab

3 files changed

Lines changed: 5 additions & 5 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/deis/registry/issues
69-
[prs]: https://github.com/deis/registry/pulls
70-
[v2.18]: https://github.com/deis/workflow/releases/tag/v2.18.0
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

charts/registry/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: registry
2-
home: https://github.com/deis/registry
2+
home: https://github.com/deisthree/registry
33
version: <Will be populated by the ci before publishing the chart>
44
description: Docker registry for Deis Workflow.
55
maintainers:

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN buildDeps='gcc git linux-headers musl-dev python3-dev' && \
1010
apk add --no-cache $buildDeps && \
1111
# "upgrade" boto to 2.43.0 + the patch to fix minio connections
1212
pip install --disable-pip-version-check --no-cache-dir --upgrade \
13-
git+https://github.com/deis/boto@88c980e56d1053892eb940d43a15a68af4ebb5e6 \
13+
git+https://github.com/deisthree/boto@88c980e56d1053892eb940d43a15a68af4ebb5e6 \
1414
azure==1.0.3 \
1515
gcloud==0.18.3 \
1616
python-swiftclient==3.1.0 \

0 commit comments

Comments
 (0)