Change repository links from EnigmaCurry to lbryio.
This commit is contained in:
parent
410936047c
commit
dd1a889e52
2 changed files with 2 additions and 2 deletions
|
@ -146,7 +146,7 @@ cd $HOME/k8s-lbry-test
|
||||||
Download `run.sh` to this same directory:
|
Download `run.sh` to this same directory:
|
||||||
|
|
||||||
```
|
```
|
||||||
curl -Lo run.sh https://raw.githubusercontent.com/EnigmaCurry/lbry-docker/k8s-lbry/contrib/k8s-lbry/run.sh
|
curl -Lo run.sh https://raw.githubusercontent.com/lbryio/lbry-docker/master/contrib/k8s-lbry/run.sh
|
||||||
|
|
||||||
chmod a+x run.sh
|
chmod a+x run.sh
|
||||||
```
|
```
|
||||||
|
|
|
@ -16,7 +16,7 @@ CHART=${CHART:-lbry/k8s-lbry}
|
||||||
|
|
||||||
## VALUES - The path to your configured helm values.yaml:
|
## VALUES - The path to your configured helm values.yaml:
|
||||||
VALUES=${VALUES:-$BASEDIR/values-dev.yaml}
|
VALUES=${VALUES:-$BASEDIR/values-dev.yaml}
|
||||||
DEFAULT_VALUES_URL=${DEFAULT_VALUES_URL:-https://raw.githubusercontent.com/EnigmaCurry/lbry-docker/k8s-lbry/contrib/k8s-lbry/values.yaml}
|
DEFAULT_VALUES_URL=${DEFAULT_VALUES_URL:-https://raw.githubusercontent.com/lbryio/lbry-docker/master/contrib/k8s-lbry/values.yaml}
|
||||||
|
|
||||||
## HELM_REPO - The stable helm chart repository for this chart:
|
## HELM_REPO - The stable helm chart repository for this chart:
|
||||||
HELM_REPO=${HELM_REPO:-https://k8s-lbry.sfo2.digitaloceanspaces.com}
|
HELM_REPO=${HELM_REPO:-https://k8s-lbry.sfo2.digitaloceanspaces.com}
|
||||||
|
|
Loading…
Reference in a new issue