Skip to content

Commit 4ae46e2

Browse files
authored
Fix listmonk docker image version
* dont replace docker image version * bumped version of chart
1 parent a4aa8e7 commit 4ae46e2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

charts/listmonk/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
2-
appVersion: "5.0.3-2"
2+
appVersion: "5.0.3-3"
33
description: High performance, self-hosted, newsletter and mailing list manager with a modern dashboard.
44
name: listmonk
55
type: application
6-
version: 5.0.3-2
6+
version: 5.0.3-3

charts/listmonk/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# listmonk
22

33
[![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)](#)
4-
[![Version: 5.0.3-2](https://img.shields.io/badge/Version-5.0.3-2-informational?style=flat-square)](#)
5-
[![AppVersion: 5.0.3-2](https://img.shields.io/badge/AppVersion-5.0.3-2-informational?style=flat-square)](#)
4+
[![Version: 5.0.3-3](https://img.shields.io/badge/Version-5.0.3-3-informational?style=flat-square)](#)
5+
[![AppVersion: 5.0.3](https://img.shields.io/badge/AppVersion-5.0.3-informational?style=flat-square)](#)
66

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

@@ -15,7 +15,7 @@ $ helm upgrade listmonk listmonk \
1515
--namespace listmonk \
1616
--repo https://th0th.github.io/helm-charts \
1717
--values values.yaml \
18-
--version 5.0.3-2
18+
--version 5.0.3-3
1919
```
2020

2121
## Uninstall
@@ -36,7 +36,7 @@ $ helm uninstall --namespace listmonk listmonk
3636
| listmonk.admin.password | string | `""` | the admin password |
3737
| listmonk.admin.username | string | `""` | the admin username |
3838
| listmonk.image.repository | string | `"listmonk/listmonk"` | the listmonk image repository |
39-
| listmonk.image.tag | string | `"v5.0.3-2"` | the listmonk image tag |
39+
| listmonk.image.tag | string | `"v5.0.3"` | the listmonk image tag |
4040
| listmonk.replicas | int | `1` | the number of listmonk deployment replicas |
4141
| postgres.database | string | `"listmonk"` | the postgres database name |
4242
| postgres.enabled | bool | `true` | enable internal postgres |

charts/listmonk/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ listmonk:
1414
# -- the listmonk image repository
1515
repository: listmonk/listmonk
1616
# -- the listmonk image tag
17-
tag: v5.0.3-2
17+
tag: v5.0.3
1818
# -- the number of listmonk deployment replicas
1919
replicas: 1
2020
postgres:

0 commit comments

Comments
 (0)