diff --git a/charts/listmonk/Chart.yaml b/charts/listmonk/Chart.yaml index 2907bff..f241f55 100644 --- a/charts/listmonk/Chart.yaml +++ b/charts/listmonk/Chart.yaml @@ -3,4 +3,4 @@ appVersion: "3.0.0" name: listmonk description: High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. type: application -version: 0.1.1 +version: 0.1.2 diff --git a/charts/listmonk/README.md b/charts/listmonk/README.md index b22f9d6..cc29377 100644 --- a/charts/listmonk/README.md +++ b/charts/listmonk/README.md @@ -1,6 +1,6 @@ # listmonk -![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square) +![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square) High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. diff --git a/charts/listmonk/templates/deployment-listmonk.yaml b/charts/listmonk/templates/deployment-listmonk.yaml index 2df70fc..e59ed3b 100644 --- a/charts/listmonk/templates/deployment-listmonk.yaml +++ b/charts/listmonk/templates/deployment-listmonk.yaml @@ -21,6 +21,7 @@ spec: - ./listmonk - --idempotent - --install + - --yes image: {{ .Values.listmonk.image.repository }}:{{ .Values.listmonk.image.tag }} name: listmonk volumeMounts: