Skip to content
Merged
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
6 changes: 3 additions & 3 deletions helm-chart/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ ui:
replicaCount: 1
image:
repository: renku/renku-ui
tag: "3.59.1"
tag: "4.1.0"
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down Expand Up @@ -566,7 +566,7 @@ ui:
affinity: {}
podSecurityContext: {}
securityContext:
runAsUser: 101
runAsUser: 1000
runAsNonRoot: true
allowPrivilegeEscalation: false
# This defines the message displayed on the home page of logged in users.
Expand Down Expand Up @@ -725,7 +725,7 @@ ui:
keepCookies: []
image:
repository: renku/renku-ui-server
tag: "3.59.1"
tag: "4.1.0"
pullPolicy: IfNotPresent
imagePullSecrets: []
nameOverride: ""
Expand Down
Loading