diff --git a/charts/penpot/Chart.yaml b/charts/penpot/Chart.yaml index 3df80db..627d18a 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.1 +version: 2.0.2 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 e2754e3..8daafe9 100644 --- a/charts/penpot/templates/deployment-backend.yaml +++ b/charts/penpot/templates/deployment-backend.yaml @@ -15,7 +15,7 @@ spec: labels: app: {{ include "penpot.fullname" . }}-backend spec: - serviceAccountName: {{ include "penpot.serviceAccountName" . }} + serviceAccountName: penpot-sa # securityContext: # fsGroup: 1001 diff --git a/charts/penpot/templates/deployment-exporter.yaml b/charts/penpot/templates/deployment-exporter.yaml index 577d88d..7668f0f 100644 --- a/charts/penpot/templates/deployment-exporter.yaml +++ b/charts/penpot/templates/deployment-exporter.yaml @@ -15,7 +15,7 @@ spec: labels: app: {{ include "penpot.fullname" . }}-exporter spec: - serviceAccountName: {{ include "penpot.serviceAccountName" . }} + serviceAccountName: penpot-sa # securityContext: # fsGroup: 1001 diff --git a/charts/penpot/templates/deployment-frontend.yaml b/charts/penpot/templates/deployment-frontend.yaml index 6c1f7be..25dd4c3 100644 --- a/charts/penpot/templates/deployment-frontend.yaml +++ b/charts/penpot/templates/deployment-frontend.yaml @@ -15,7 +15,7 @@ spec: labels: app: {{ include "penpot.fullname" . }}-frontend spec: - serviceAccountName: {{ include "penpot.serviceAccountName" . }} + serviceAccountName: penpot-sa # securityContext: # fsGroup: 1001 containers: