Skip to content
Draft
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
10 changes: 5 additions & 5 deletions .github/workflows/pull-request-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ jobs:
uses: SwissDataScienceCenter/renku-actions/check-pr-description@v1.18.2
with:
pr_ref: ${{ github.event.number }}
# - id: deploy-comment-azure
# uses: SwissDataScienceCenter/renku-actions/check-pr-description@v1.18.2
# with:
# string: /AzureDeploy
# pr_ref: ${{ github.event.number }}
- id: deploy-comment-azure
uses: SwissDataScienceCenter/renku-actions/check-pr-description@v1.18.2
with:
string: /AzureDeploy
pr_ref: ${{ github.event.number }}

deploy-pr:
name: Deploy on SWITCH
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

NOTE: Starting with version ``0.70.0`` release changelog was moved to the `GitHub Release page <https://github.com/SwissDataScienceCenter/renku/releases>`_

dummy for test

0.69.0
------

Expand Down
13 changes: 7 additions & 6 deletions cypress-tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions helm-chart/renku/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ dependencies:
condition: enableV1Services
- name: amalthea
repository: "https://swissdatasciencecenter.github.io/helm-charts/"
version: "0.19.2"
version: "0.20.0"
condition: enableV1Services
- name: amalthea-sessions
repository: "https://swissdatasciencecenter.github.io/helm-charts/"
version: "0.19.2"
version: "0.20.0"
- name: dlf-chart
repository: "https://swissdatasciencecenter.github.io/datashim/"
version: "0.3.9-renku-2"
Expand Down
6 changes: 3 additions & 3 deletions helm-chart/renku/templates/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ spec:
spec:
containers:
- name: swagger
image: swaggerapi/swagger-ui
image: "{{ .Values.swagger.image.repository }}:{{ .Values.swagger.image.tag }}"
env:
- name: BASE_URL
value: /swagger
- name: URLS
value: >
[
{"url": "/api/renku/spec.json", "name": "core service"},
{"url": "/api/data/spec.json", "name": "data service"},
{"url": "/api/kg/spec.json", "name": "knowledge graph"},
{"url": "/api/notebooks/spec.json", "name": "notebooks service"},
{"url": "/api/data/spec.json", "name": "data service"},
{"url": "/api/renku/spec.json", "name": "core service"},
{"url": "/api/search/spec.json", "name": "search service"}
]
- name: OAUTH2_REDIRECT_URL
Expand Down
3 changes: 3 additions & 0 deletions helm-chart/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1449,6 +1449,9 @@ core:
## Configuration for the Swagger-UI available at <renku-domain>/swagger
swagger:
enabled: true
image:
repository: swaggerapi/swagger-ui
tag: "latest"
## The image used in startup scripts to initialize different postgress databases
initDb:
image:
Expand Down
Loading