diff --git a/charts/penpot/Chart.yaml b/charts/penpot/Chart.yaml index 441ea0d..3df80db 100644 --- a/charts/penpot/Chart.yaml +++ b/charts/penpot/Chart.yaml @@ -4,7 +4,7 @@ maintainers: email: tommy@skaug.me apiVersion: v2 appVersion: 1.19.3 -version: 2.0.0 +version: 2.0.1 description: Penpot is a design and prototyping platform for teams and individuals. home: https://github.com/tommy-skaug/charts icon: https://avatars.githubusercontent.com/u/30179644?s=200&v=4 diff --git a/charts/penpot/templates/deployment-backend.yaml b/charts/penpot/templates/deployment-backend.yaml index e10f81f..e2754e3 100644 --- a/charts/penpot/templates/deployment-backend.yaml +++ b/charts/penpot/templates/deployment-backend.yaml @@ -16,21 +16,21 @@ spec: app: {{ include "penpot.fullname" . }}-backend spec: serviceAccountName: {{ include "penpot.serviceAccountName" . }} - securityContext: - fsGroup: 1001 + # securityContext: + # fsGroup: 1001 containers: - name: {{ .Chart.Name }}-backend image: "penpotapp/backend:{{ .Values.penpotVersion }}" imagePullPolicy: IfNotPresent - securityContext: - runAsUser: 1001 - allowPrivilegeEscalation: false - capabilities: - drop: - - all - readOnlyRootFilesystem: false - runAsNonRoot: true + # securityContext: + # runAsUser: 1001 + # allowPrivilegeEscalation: false + # capabilities: + # drop: + # - all + # readOnlyRootFilesystem: false + # runAsNonRoot: true volumeMounts: - mountPath: /opt/data name: app-data diff --git a/charts/penpot/templates/deployment-exporter.yaml b/charts/penpot/templates/deployment-exporter.yaml index c1a3ba6..577d88d 100644 --- a/charts/penpot/templates/deployment-exporter.yaml +++ b/charts/penpot/templates/deployment-exporter.yaml @@ -16,21 +16,21 @@ spec: app: {{ include "penpot.fullname" . }}-exporter spec: serviceAccountName: {{ include "penpot.serviceAccountName" . }} - securityContext: - fsGroup: 1001 + # securityContext: + # fsGroup: 1001 containers: - name: {{ .Chart.Name }}-exporter image: "penpotapp/exporter:{{ .Values.penpotVersion }}" imagePullPolicy: IfNotPresent - securityContext: - runAsUser: 1001 - allowPrivilegeEscalation: false - capabilities: - drop: - - all - readOnlyRootFilesystem: false - runAsNonRoot: true + # securityContext: + # runAsUser: 1001 + # allowPrivilegeEscalation: false + # capabilities: + # drop: + # - all + # readOnlyRootFilesystem: false + # runAsNonRoot: true env: - name: PENPOT_PUBLIC_URI value: {{ .Values.publicURL | quote }} diff --git a/charts/penpot/templates/deployment-frontend.yaml b/charts/penpot/templates/deployment-frontend.yaml index 6954836..6c1f7be 100644 --- a/charts/penpot/templates/deployment-frontend.yaml +++ b/charts/penpot/templates/deployment-frontend.yaml @@ -16,20 +16,20 @@ spec: app: {{ include "penpot.fullname" . }}-frontend spec: serviceAccountName: {{ include "penpot.serviceAccountName" . }} - securityContext: - fsGroup: 1001 + # securityContext: + # fsGroup: 1001 containers: - name: {{ .Chart.Name }}-frontend image: "penpotapp/frontend:{{ .Values.penpotVersion }}" imagePullPolicy: IfNotPresent - securityContext: - runAsUser: 1001 - allowPrivilegeEscalation: false - capabilities: - drop: - - all - readOnlyRootFilesystem: false - runAsNonRoot: true + # securityContext: + # runAsUser: 1001 + # allowPrivilegeEscalation: false + # capabilities: + # drop: + # - all + # readOnlyRootFilesystem: false + # runAsNonRoot: true env: - name: PENPOT_PUBLIC_URI value: {{ .Values.publicURL | quote }}