From 2fd3ee1365b2f42850a4ed5c71740674cb8b5be2 Mon Sep 17 00:00:00 2001 From: Gokhan Sari Date: Fri, 15 Nov 2024 14:12:16 +0300 Subject: [PATCH] Release listmonk chart: v0.3.1, app: v4.1.0 --- charts/listmonk/Chart.yaml | 4 ++-- charts/listmonk/README.md | 4 ++-- charts/listmonk/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/listmonk/Chart.yaml b/charts/listmonk/Chart.yaml index 66ad5a1..82f23ad 100644 --- a/charts/listmonk/Chart.yaml +++ b/charts/listmonk/Chart.yaml @@ -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 diff --git a/charts/listmonk/README.md b/charts/listmonk/README.md index e536794..6785e72 100644 --- a/charts/listmonk/README.md +++ b/charts/listmonk/README.md @@ -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. @@ -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 | diff --git a/charts/listmonk/values.yaml b/charts/listmonk/values.yaml index 26b7787..9a9be51 100644 --- a/charts/listmonk/values.yaml +++ b/charts/listmonk/values.yaml @@ -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: