Skip to content

Commit

Permalink
chore: updating renku-ui version to 3.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RenkuBot committed Feb 6, 2024
1 parent 24e7386 commit 05dde3b
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 @@ -613,7 +613,7 @@ ui:
replicaCount: 1
image:
repository: renku/renku-ui
tag: "3.19.0"
tag: "3.20.0"
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down Expand Up @@ -772,7 +772,7 @@ ui:
keepCookies: []
image:
repository: renku/renku-ui-server
tag: "3.19.0"
tag: "3.20.0"
pullPolicy: IfNotPresent
imagePullSecrets: []
nameOverride: ""
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

0 comments on commit 05dde3b

Please sign in to comment.