Skip to content

Commit

Permalink
Fork settings
Browse files Browse the repository at this point in the history
  • Loading branch information
noroutine committed Mar 30, 2023
1 parent e64f43b commit 94ec043
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: |
mkdir -p ~/.ssh
ssh-keyscan github.com >> ~/.ssh/known_hosts
echo "${{ secrets.JUPYTERHUB_HELM_CHART_DEPLOY_KEY }}" > ~/.ssh/id_ed25519
echo "${{ secrets.NOROUTINE_HELM_CHART_DEPLOY_KEY }}" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
- name: Setup push rights to Docker Hub
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@ jobs:
if: matrix.test-variation == 'upgrade'
run: |
. ./ci/common
UPGRADE_FROM_VERSION=$(curl -sSL https://jupyterhub.github.io/helm-chart/info.json | jq -er '.binderhub.${{ matrix.upgrade-from }}')
UPGRADE_FROM_VERSION=$(curl -sS https://noroutine.github.io/binderhub-helm-chart/info.json | jq -er '.binderhub.${{ matrix.upgrade-from }}')
echo "UPGRADE_FROM_VERSION=$UPGRADE_FROM_VERSION" >> $GITHUB_ENV
echo ""
Expand All @@ -257,7 +258,7 @@ jobs:
fi
helm install binderhub-test \
--repo https://jupyterhub.github.io/helm-chart/ binderhub \
--repo https://noroutine.github.io/binderhub-helm-chart/ binderhub \
--disable-openapi-validation \
--version=$UPGRADE_FROM_VERSION \
--values "$old_config" \
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,7 @@ dmypy.json

# Pyre type checker
.pyre/

testing/my-binder-k8s-hub
README-oleksii.md
lab03.conf
6 changes: 3 additions & 3 deletions helm-chart/chartpress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
charts:
- name: binderhub
baseVersion: 1.0.0-0.dev
imagePrefix: jupyterhub/k8s-
imagePrefix: noroutine/k8s-
repo:
git: jupyterhub/helm-chart
published: https://jupyterhub.github.io/helm-chart
git: noroutine/binderhub-helm-chart
published: https://noroutine.github.io/binderhub-helm-chart
images:
binderhub:
# We will not use the default build contextPath, and must therefore
Expand Down

0 comments on commit 94ec043

Please sign in to comment.