Skip to content

Commit

Permalink
build: update dependencies for 0.4.2 (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
rokroskar authored Aug 28, 2019
1 parent 6315b08 commit 09e7387
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
12 changes: 6 additions & 6 deletions charts/renku/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
dependencies:
- name: renku-ui
repository: https://swissdatasciencecenter.github.io/helm-charts/
version: 0.6.3-54bf290
version: 0.6.4-e7cd178
- name: renku-notebooks
repository: https://swissdatasciencecenter.github.io/helm-charts/
version: 0.5.0-9fe1af6
version: 0.5.1
- name: renku-gateway
repository: https://swissdatasciencecenter.github.io/helm-charts/
version: 0.4.2-1b7b9b2
version: 0.5.0
- name: gitlab
repository: https://swissdatasciencecenter.github.io/helm-charts/
version: 0.3.1-6fb1535
- name: renku-graph
repository: https://swissdatasciencecenter.github.io/helm-charts/
version: 0.7.0
version: 0.10.0
- name: postgresql
repository: https://kubernetes-charts.storage.googleapis.com
version: 0.14.4
Expand All @@ -23,5 +23,5 @@ dependencies:
- name: minio
repository: https://kubernetes-charts.storage.googleapis.com
version: 1.6.0
digest: sha256:41a3b119a6f6625734997d330524515cad86d5223a31a6a5dfb7fb7ffdf41544
generated: "2019-08-15T16:40:56.879092+02:00"
digest: sha256:ec3e37d458279261ea8ac14f7fc5369a0d14bccb081e86b48c545c592de7d5f2
generated: "2019-08-28T10:57:29.16659+02:00"
8 changes: 4 additions & 4 deletions charts/renku/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@ dependencies:
- name: renku-ui
alias: ui
repository: "https://swissdatasciencecenter.github.io/helm-charts/"
version: "0.6.3-54bf290"
version: "0.6.4-e7cd178"
- name: renku-notebooks
alias: notebooks
repository: "https://swissdatasciencecenter.github.io/helm-charts/"
version: "0.5.0-9fe1af6"
version: "0.5.1"
- name: renku-gateway
alias: gateway
repository: "https://swissdatasciencecenter.github.io/helm-charts/"
version: "0.4.2-1b7b9b2"
version: "0.5.0"
- name: gitlab
repository: "https://swissdatasciencecenter.github.io/helm-charts/"
version: "0.3.1-6fb1535"
condition: gitlab.enabled
- name: renku-graph
alias: graph
repository: "https://swissdatasciencecenter.github.io/helm-charts/"
version: "0.7.0"
version: "0.10.0"
condition: graph.enabled
- name: postgresql
version: 0.14.4
Expand Down
7 changes: 6 additions & 1 deletion charts/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,11 @@ ui:
# repository: renku/renku-ui
# tag: latest

## Where to fetch default templates from
templatesRepository:
url: https://github.com/SwissDataScienceCenter/renku-project-template
ref: a7d01246fdbe247752a99b14c0b6e92666910b8c

ingress:
enabled: false

Expand Down Expand Up @@ -558,7 +563,7 @@ notebooks:
singleuser:
image:
name: renku/singleuser
tag: 0.3.5-renku0.5.2
tag: 0.3.7-renku0.5.2
# # use JupyterLab by default in notebook servers
# defaultUrl: /lab

Expand Down

0 comments on commit 09e7387

Please sign in to comment.