Skip to content

Commit

Permalink
Add missing install argument to listmonk deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
th0th committed Oct 3, 2024
1 parent c61a264 commit 051b234
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/listmonk/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
version: 0.1.1
2 changes: 1 addition & 1 deletion charts/listmonk/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# listmonk

![Version: 0.1.0](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.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)

High performance, self-hosted, newsletter and mailing list manager with a modern dashboard.

Expand Down
1 change: 1 addition & 0 deletions charts/listmonk/templates/deployment-listmonk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
- command:
- ./listmonk
- --idempotent
- --install
image: {{ .Values.listmonk.image.repository }}:{{ .Values.listmonk.image.tag }}
name: listmonk
volumeMounts:
Expand Down

0 comments on commit 051b234

Please sign in to comment.