We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c9c7f commit 6fb09baCopy full SHA for 6fb09ba
1 file changed
helm-chart/renku/values.yaml
@@ -536,7 +536,7 @@ ui:
536
replicaCount: 1
537
image:
538
repository: renku/renku-ui
539
- tag: "3.59.1"
+ tag: "4.1.0"
540
pullPolicy: IfNotPresent
541
## Optionally specify an array of imagePullSecrets.
542
## Secrets must be manually created in the namespace.
@@ -566,7 +566,7 @@ ui:
566
affinity: {}
567
podSecurityContext: {}
568
securityContext:
569
- runAsUser: 101
+ runAsUser: 1000
570
runAsNonRoot: true
571
allowPrivilegeEscalation: false
572
# This defines the message displayed on the home page of logged in users.
@@ -725,7 +725,7 @@ ui:
725
keepCookies: []
726
727
repository: renku/renku-ui-server
728
729
730
imagePullSecrets: []
731
nameOverride: ""
0 commit comments