diff --git a/ntfy/Chart.yaml b/ntfy/Chart.yaml index 7e837a7..ea0e1d6 100644 --- a/ntfy/Chart.yaml +++ b/ntfy/Chart.yaml @@ -3,7 +3,7 @@ name: ntfy description: A Helm chart for Kubernetes icon: https://github.com/binwiederhier/ntfy/raw/main/web/public/static/images/pwa-512x512.png type: application -version: 0.1.12 +version: 0.1.13 # renovate: image=docker.io/binwiederhier/ntfy appVersion: "2.11.0" maintainers: diff --git a/ntfy/README.adoc b/ntfy/README.adoc index b996dcd..3656189 100644 --- a/ntfy/README.adoc +++ b/ntfy/README.adoc @@ -2,7 +2,7 @@ = ntfy -image::https://img.shields.io/badge/Version-0.1.12-informational?style=flat-square[Version: 0.1.12] +image::https://img.shields.io/badge/Version-0.1.13-informational?style=flat-square[Version: 0.1.13] image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application] image::https://img.shields.io/badge/AppVersion-2.11.0-informational?style=flat-square[AppVersion: 2.11.0] == Maintainers diff --git a/ntfy/templates/deployment.yaml b/ntfy/templates/deployment.yaml index b959c46..16ede25 100644 --- a/ntfy/templates/deployment.yaml +++ b/ntfy/templates/deployment.yaml @@ -30,7 +30,7 @@ spec: {{- end }} {{- with .Values.updateStrategy }} updateStrategy: - {{- toYaml . | nindent 4 }} + {{- toYaml . | nindent 8 }} {{- end }} serviceAccountName: {{ include "ntfy.serviceAccountName" . }} securityContext: