Skip to content

Commit

Permalink
Release listmonk chart: v0.3.1, app: v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
th0th committed Nov 15, 2024
1 parent ccd9257 commit 2fd3ee1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/listmonk/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: "4.0.1"
appVersion: "4.1.0"
name: listmonk
description: High performance, self-hosted, newsletter and mailing list manager with a modern dashboard.
type: application
version: 0.3.0
version: 0.3.1
4 changes: 2 additions & 2 deletions charts/listmonk/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# listmonk

![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.1](https://img.shields.io/badge/AppVersion-4.0.1-informational?style=flat-square)
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.1.0](https://img.shields.io/badge/AppVersion-4.1.0-informational?style=flat-square)

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

Expand Down Expand Up @@ -33,7 +33,7 @@ $ helm uninstall --namespace listmonk listmonk
| listmonk.admin.password | string | `""` | the admin password |
| listmonk.admin.username | string | `""` | the admin username |
| listmonk.image.repository | string | `"listmonk/listmonk"` | the listmonk image repository |
| listmonk.image.tag | string | `"v4.0.1"` | the listmonk image tag |
| listmonk.image.tag | string | `"v4.1.0"` | the listmonk image tag |
| listmonk.replicas | int | `1` | the number of listmonk deployment replicas |
| postgres.enabled | bool | `true` | enable internal postgres |
| postgres.hostname | string | `""` | external postgres hostname |
Expand Down
2 changes: 1 addition & 1 deletion charts/listmonk/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ listmonk:
# -- the listmonk image repository
repository: listmonk/listmonk
# -- the listmonk image tag
tag: v4.0.1
tag: v4.1.0
# -- the number of listmonk deployment replicas
replicas: 1
postgres:
Expand Down

0 comments on commit 2fd3ee1

Please sign in to comment.