From d838d8bcacdc44cb6759479f620e0d5c0bbf7bbb Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 26 Dec 2023 01:02:19 +0100 Subject: [PATCH] Update Penpot version and service account name --- charts/penpot/Chart.yaml | 2 +- charts/penpot/templates/deployment-backend.yaml | 2 +- charts/penpot/templates/deployment-exporter.yaml | 2 +- charts/penpot/templates/deployment-frontend.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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: