From 6838e53b5ff45177567b9c571168f7d7b5558f29 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 6 Apr 2024 21:46:02 +0200 Subject: [PATCH] fix: add missing service account for ntfy and paperless --- charts/ntfy-sh/Chart.yaml | 2 +- charts/ntfy-sh/templates/serviceaccount.yaml | 7 +++++++ charts/paperless-ngx/Chart.yaml | 2 +- charts/paperless-ngx/templates/serviceaccount.yaml | 7 +++++++ 4 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 charts/ntfy-sh/templates/serviceaccount.yaml create mode 100644 charts/paperless-ngx/templates/serviceaccount.yaml 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