diff --git a/charts/ntfy-sh/Chart.yaml b/charts/ntfy-sh/Chart.yaml index f672680..c47c06b 100644 --- a/charts/ntfy-sh/Chart.yaml +++ b/charts/ntfy-sh/Chart.yaml @@ -4,7 +4,7 @@ description: | ntfy lets you send push notifications to your phone or desktop via scripts from any computer appVersion: v2.10.0 type: application -version: 0.1.4 +version: 0.1.5 maintainers: - name: Tommy Skaug email: tommy@skaug.me diff --git a/charts/ntfy-sh/templates/serviceaccount.yaml b/charts/ntfy-sh/templates/serviceaccount.yaml new file mode 100644 index 0000000..1897d43 --- /dev/null +++ b/charts/ntfy-sh/templates/serviceaccount.yaml @@ -0,0 +1,7 @@ +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ include "ntfy.fullname" . }} + labels: + {{- include "ntfy.labels" . | nindent 4 }} \ No newline at end of file diff --git a/charts/paperless-ngx/Chart.yaml b/charts/paperless-ngx/Chart.yaml index 2c08b5d..da67112 100644 --- a/charts/paperless-ngx/Chart.yaml +++ b/charts/paperless-ngx/Chart.yaml @@ -4,7 +4,7 @@ description: | document management system that transforms your physical documents into a searchable online archive appVersion: v2.7.0 type: application -version: 0.1.2 +version: 0.1.3 maintainers: - name: Tommy Skaug email: tommy@skaug.me diff --git a/charts/paperless-ngx/templates/serviceaccount.yaml b/charts/paperless-ngx/templates/serviceaccount.yaml new file mode 100644 index 0000000..5571de9 --- /dev/null +++ b/charts/paperless-ngx/templates/serviceaccount.yaml @@ -0,0 +1,7 @@ +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ include "paperless-ngx.fullname" . }} + labels: + {{- include "paperless-ngx.labels" . | nindent 4 }} \ No newline at end of file