feat(common): allow more PUID/UID types to sync with GUID/GID (#2039)

* feat(common): allow more PUID/UID types to sync with GUID/GID

* update tests

* bump
This commit is contained in:
Kjeld Schouten-Lebbing
2022-03-06 15:58:29 +01:00
committed by GitHub
parent e0a92e61f8
commit 0fe045998f
3 changed files with 38 additions and 34 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ maintainers:
name: common
sources: null
type: library
version: 9.1.0
version: 9.1.1
@@ -48,6 +48,10 @@
env:
- name: PUID
value: {{ .Values.security.PUID | quote }}
- name: USER_ID
value: {{ .Values.security.PUID | quote }}
- name: UID
value: {{ .Values.security.PUID | quote }}
- name: UMASK
value: {{ .Values.security.UMASK | quote }}
- name: UMASK_SET