Skip to content

Commit 6fb09ba

Browse files
authored
build: update renku-ui to 4.1.0 (#4047)
1 parent 78c9c7f commit 6fb09ba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

helm-chart/renku/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ ui:
536536
replicaCount: 1
537537
image:
538538
repository: renku/renku-ui
539-
tag: "3.59.1"
539+
tag: "4.1.0"
540540
pullPolicy: IfNotPresent
541541
## Optionally specify an array of imagePullSecrets.
542542
## Secrets must be manually created in the namespace.
@@ -566,7 +566,7 @@ ui:
566566
affinity: {}
567567
podSecurityContext: {}
568568
securityContext:
569-
runAsUser: 101
569+
runAsUser: 1000
570570
runAsNonRoot: true
571571
allowPrivilegeEscalation: false
572572
# This defines the message displayed on the home page of logged in users.
@@ -725,7 +725,7 @@ ui:
725725
keepCookies: []
726726
image:
727727
repository: renku/renku-ui-server
728-
tag: "3.59.1"
728+
tag: "4.1.0"
729729
pullPolicy: IfNotPresent
730730
imagePullSecrets: []
731731
nameOverride: ""

0 commit comments

Comments
 (0)