Update Penpot version and service account name
This commit is contained in:
parent
871e6927da
commit
d838d8bcac
4 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ maintainers:
|
||||||
email: tommy@skaug.me
|
email: tommy@skaug.me
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.19.3
|
appVersion: 1.19.3
|
||||||
version: 2.0.1
|
version: 2.0.2
|
||||||
description: Penpot is a design and prototyping platform for teams and individuals.
|
description: Penpot is a design and prototyping platform for teams and individuals.
|
||||||
home: https://github.com/tommy-skaug/charts
|
home: https://github.com/tommy-skaug/charts
|
||||||
icon: https://avatars.githubusercontent.com/u/30179644?s=200&v=4
|
icon: https://avatars.githubusercontent.com/u/30179644?s=200&v=4
|
||||||
|
|
|
@ -15,7 +15,7 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: {{ include "penpot.fullname" . }}-backend
|
app: {{ include "penpot.fullname" . }}-backend
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: {{ include "penpot.serviceAccountName" . }}
|
serviceAccountName: penpot-sa
|
||||||
# securityContext:
|
# securityContext:
|
||||||
# fsGroup: 1001
|
# fsGroup: 1001
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: {{ include "penpot.fullname" . }}-exporter
|
app: {{ include "penpot.fullname" . }}-exporter
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: {{ include "penpot.serviceAccountName" . }}
|
serviceAccountName: penpot-sa
|
||||||
# securityContext:
|
# securityContext:
|
||||||
# fsGroup: 1001
|
# fsGroup: 1001
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: {{ include "penpot.fullname" . }}-frontend
|
app: {{ include "penpot.fullname" . }}-frontend
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: {{ include "penpot.serviceAccountName" . }}
|
serviceAccountName: penpot-sa
|
||||||
# securityContext:
|
# securityContext:
|
||||||
# fsGroup: 1001
|
# fsGroup: 1001
|
||||||
containers:
|
containers:
|
||||||
|
|
Loading…
Reference in a new issue