Skip to content

Commit

Permalink
build(charts): update chart configuration and requirements for 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rokroskar authored Aug 8, 2019
1 parent f6540b3 commit ff31cac
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion charts/gitlab/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: '1.0'
description: A Helm chart for the Renku Gitlab server
name: gitlab
version: 0.3.1
version: 0.4.1
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.5.1
version: 0.6.2
- name: renku-notebooks
repository: https://swissdatasciencecenter.github.io/helm-charts/
version: 0.3.3
version: 0.4.0
- name: renku-gateway
repository: https://swissdatasciencecenter.github.io/helm-charts/
version: 0.4.0
version: 0.4.1
- 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.1.0
version: 0.6.0-5411305
- 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:47683be1c8c6eec28d23556906e15f5d4e754874fb916244652304583b4eb278
generated: "2019-06-12T17:55:20.911149+02:00"
digest: sha256:3c2fbc9e9e9ea927cb70865e0b013f355d3a243a738e53dd5bee62a5fa3a9e4f
generated: "2019-08-06T17:52:56.191589+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.5.1"
version: "0.6.2"
- name: renku-notebooks
alias: notebooks
repository: "https://swissdatasciencecenter.github.io/helm-charts/"
version: "0.3.3"
version: "0.4.0"
- name: renku-gateway
alias: gateway
repository: "https://swissdatasciencecenter.github.io/helm-charts/"
version: "0.4.0"
version: "0.4.1"
- 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.5.0"
version: "0.6.0-5411305"
condition: graph.enabled
- name: postgresql
version: 0.14.4
Expand Down
6 changes: 5 additions & 1 deletion charts/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,10 @@ gitlab:
repository: gitlab/gitlab-ce
tag: 11.8.10-ce.0

## automatically log in to gitlab
oauth:
autoSignIn: true

## Pod affinity for Gitlab deployment
# affinity: {}
## Node selector for Gitlab deployment
Expand Down Expand Up @@ -551,7 +555,7 @@ notebooks:
singleuser:
image:
name: renku/singleuser
tag: 0.3.4-renku0.5.0
tag: 0.3.5-renku0.5.2
# # use JupyterLab by default in notebook servers
# defaultUrl: /lab

Expand Down

0 comments on commit ff31cac

Please sign in to comment.