Skip to content
Merged
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
2 changes: 1 addition & 1 deletion helm-chart/renku/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
condition: redis.install
- name: amalthea-sessions
repository: "https://swissdatasciencecenter.github.io/helm-charts/"
version: "0.29.0"
version: "0.29.1"
- name: dlf-chart
repository: "https://swissdatasciencecenter.github.io/datashim/"
version: "0.3.9-renku-2"
Expand Down
10 changes: 5 additions & 5 deletions helm-chart/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ notebooks:
gitHttpsProxy:
image:
name: renku/sidecars
tag: "0.28.0"
tag: "0.29.1"
args: ["gitproxy", "proxy"]
port: 65480
healthPort: 65481
Expand Down Expand Up @@ -1194,12 +1194,12 @@ dataService:
existingPriorityClass: ""
image:
repository: renku/renku-data-service
tag: "0.74.0"
tag: "0.74.1"
pullPolicy: IfNotPresent
k8sWatcher:
image:
repository: renku/data-service-k8s-watcher
tag: "0.74.0"
tag: "0.74.1"
pullPolicy: IfNotPresent
resources: {}
sentry:
Expand All @@ -1210,7 +1210,7 @@ dataService:
dataTasks:
image:
repository: renku/data-service-data-tasks
tag: "0.74.0"
tag: "0.74.1"
pullPolicy: IfNotPresent
resources: {}
enableResourceRequestTracking: false
Expand Down Expand Up @@ -1341,7 +1341,7 @@ authz:
secretsStorage:
image:
repository: renku/secrets-storage
tag: "0.74.0"
tag: "0.74.1"
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand Down
Loading