diff --git a/library/ix-dev/community/dashy/charts/common-1.2.3.tgz b/library/ix-dev/community/dashy/charts/common-1.2.3.tgz index b640335c59..397a4ae384 100644 Binary files a/library/ix-dev/community/dashy/charts/common-1.2.3.tgz and b/library/ix-dev/community/dashy/charts/common-1.2.3.tgz differ diff --git a/library/ix-dev/community/dashy/ci/basic-values.yaml b/library/ix-dev/community/dashy/ci/basic-values.yaml index a022aa5c6f..cdae232b3f 100644 --- a/library/ix-dev/community/dashy/ci/basic-values.yaml +++ b/library/ix-dev/community/dashy/ci/basic-values.yaml @@ -1,10 +1,6 @@ dashyNetwork: webPort: 31000 -dashyID: - user: 1000 - group: 1000 - dashyStorage: data: type: pvc diff --git a/library/ix-dev/community/dashy/questions.yaml b/library/ix-dev/community/dashy/questions.yaml index 3746d01d5c..9fbe1015c5 100644 --- a/library/ix-dev/community/dashy/questions.yaml +++ b/library/ix-dev/community/dashy/questions.yaml @@ -50,29 +50,6 @@ questions: type: string required: true - - variable: dashyID - label: "" - group: User and Group Configuration - schema: - type: dict - attrs: - - variable: user - label: User ID - description: The user id that Dashy files will be owned by. - schema: - type: int - min: 568 - default: 568 - required: true - - variable: group - label: Group ID - description: The group id that Dashy files will be owned by. - schema: - type: int - min: 568 - default: 568 - required: true - - variable: dashyNetwork label: "" group: Network Configuration diff --git a/library/ix-dev/community/dashy/templates/_dashy.tpl b/library/ix-dev/community/dashy/templates/_dashy.tpl index 190cf30bb3..27abb4cdac 100644 --- a/library/ix-dev/community/dashy/templates/_dashy.tpl +++ b/library/ix-dev/community/dashy/templates/_dashy.tpl @@ -6,8 +6,6 @@ workload: type: Deployment podSpec: hostNetwork: {{ .Values.dashyNetwork.hostNetwork }} - securityContext: - fsGroup: {{ .Values.dashyID.group }} containers: dashy: enabled: true @@ -17,8 +15,6 @@ workload: runAsUser: 0 runAsGroup: 0 runAsNonRoot: false - fixedEnv: - PUID: {{ .Values.dashyID.user }} env: {{- $protocol := "http" -}} {{- if .Values.dashyNetwork.certificateID }} @@ -63,8 +59,6 @@ workload: runAsUser: 0 runAsGroup: 0 runAsNonRoot: false - fixedEnv: - PUID: {{ .Values.dashyID.user }} command: - /bin/sh args: diff --git a/library/ix-dev/community/dashy/values.yaml b/library/ix-dev/community/dashy/values.yaml index e15df0e818..01a9d4cf4d 100644 --- a/library/ix-dev/community/dashy/values.yaml +++ b/library/ix-dev/community/dashy/values.yaml @@ -16,10 +16,6 @@ dashyNetwork: certificateID: hostNetwork: false -dashyID: - user: 568 - group: 568 - dashyStorage: data: type: ixVolume