Skip to content

Commit ce394df

Browse files
todpunkTod Hansmann
andauthored
fix: UID of deployment to match dockerfile (#30)
* use uid of docker container to avoid collision problems * bump chart version as uid is not a bugfix Co-authored-by: Tod Hansmann <[email protected]>
1 parent 432d3b2 commit ce394df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/verdaccio/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
description: A lightweight private npm proxy registry (sinopia fork)
33
name: verdaccio
4-
version: 0.14.0
4+
version: 0.15.0
55
appVersion: 4.6.2
66
home: https://verdaccio.org
77
icon: https://cdn.verdaccio.dev/logos/default.png

charts/verdaccio/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ persistence:
159159

160160
securityContext:
161161
enabled: true
162-
runAsUser: 100
162+
runAsUser: 10001
163163
fsGroup: 101
164164

165165
priorityClass:

0 commit comments

Comments
 (0)