Skip to content

Commit

Permalink
chore: updating renku-core version to 2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RenkuBot committed Feb 7, 2024
1 parent b1b9027 commit 7737e6f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions helm-chart/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ global:
fullnameOverride: ""
image:
repository: renku/renku-core
tag: "v2.9.1"
tag: "v2.9.2"
pullPolicy: IfNotPresent
uiserver:
## The client secret for the renku-ui client application registered in keycloak.
Expand Down Expand Up @@ -855,15 +855,15 @@ dlf-chart:
dataset-operator-chart:
enabled: true
csi-rclone: {}
# This section is only relevant if you are installing csi-rclone as part of Renku
## Name of the csi storage class to use for RClone/Cloudstorage. Should be unique per cluster.
# storageClassName: csi-rclone
# csiNodepluginRclone:
# nodeSelector: {}
# Set tolerations if you have taints on your user session nodes. The csi has to run on every node
# where it is used.
# tolerations: []
# affinity: {}
# This section is only relevant if you are installing csi-rclone as part of Renku
## Name of the csi storage class to use for RClone/Cloudstorage. Should be unique per cluster.
# storageClassName: csi-rclone
# csiNodepluginRclone:
# nodeSelector: {}
# Set tolerations if you have taints on your user session nodes. The csi has to run on every node
# where it is used.
# tolerations: []
# affinity: {}
notebooks:
cloudstorage:
## If enabled this will allow mounting of rclone cloudstorage
Expand Down Expand Up @@ -1512,4 +1512,4 @@ affinity: {}
versions:
latest:
image:
tag: v2.9.1
tag: v2.9.2

0 comments on commit 7737e6f

Please sign in to comment.