Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: ignore just for testing #3862

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
.. _changelog:

0.63.0
------



0.62.0
------

Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,5 @@ Renku consists of several sub-repositories:

- `renkulab-docker <https://github.com/SwissDataScienceCenter/renkulab-docker>`_: docker
images used for renku sessions.


3 changes: 3 additions & 0 deletions helm-chart/renku/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ dependencies:
tags:
- bitnami-common
version: 2.x.x
# some random change
# another change

2 changes: 0 additions & 2 deletions helm-chart/renku/templates/notebooks/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ spec:
{{ end }}
- name: K8S_WATCHER_PORT
value: "8080"
- name: K8S_WATCHER_USER_ID_LABEL
value: renku.io/safe-username
ports:
- name: http
containerPort: 8080
Expand Down
Loading