Skip to content

Commit 7ca15bf

Browse files
Bump docker-mailserver chart to 0.1.25
appVersion 5.0.18 → 5.0.19
1 parent 95ced76 commit 7ca15bf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ Contains Helm charts for [docker-mailserver](https://github.com/jeboehm/docker-m
66
<!-- table_start -->
77
| Name | Type | Description | Version | App Version |
88
| :---------------: | :--: | :---------------------------------------------------------------------------------------------------------------------: | :-----: | :---------: |
9-
| docker-mailserver | None | Docker Mailserver based on the famous ISPMail guide. All images are based on Alpine Linux and are so small as possible. | 0.1.24 | 5.0.18 |
9+
| docker-mailserver | None | Docker Mailserver based on the famous ISPMail guide. All images are based on Alpine Linux and are so small as possible. | 0.1.25 | 5.0.19 |
1010
<!-- table_end -->

charts/docker-mailserver/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Docker Mailserver based on the famous ISPMail guide. All images are
44
on Alpine Linux and are so small as possible.
55
sources:
66
- https://github.com/jeboehm/docker-mailserver
7-
version: 0.1.24
7+
version: 0.1.25
88
keywords:
99
- postfix
1010
- dovecot
@@ -15,7 +15,7 @@ keywords:
1515
- docker-mailserver
1616
- fetchmail
1717
- rspamd
18-
appVersion: 5.0.18
18+
appVersion: 5.0.19
1919
maintainers:
2020
- name: jeboehm
2121
dependencies:

charts/docker-mailserver/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# docker-mailserver
22

3-
![Version: 0.1.24](https://img.shields.io/badge/Version-0.1.24-informational?style=flat-square) ![AppVersion: 5.0.18](https://img.shields.io/badge/AppVersion-5.0.18-informational?style=flat-square)
3+
![Version: 0.1.25](https://img.shields.io/badge/Version-0.1.25-informational?style=flat-square) ![AppVersion: 5.0.19](https://img.shields.io/badge/AppVersion-5.0.19-informational?style=flat-square)
44

55
Docker Mailserver based on the famous ISPMail guide. All images are based on Alpine Linux and are so small as possible.
66

@@ -20,7 +20,7 @@ Docker Mailserver based on the famous ISPMail guide. All images are based on Alp
2020
|------------|------|---------|
2121
| oci://registry-1.docker.io/bitnamicharts | common | 2.30.0 |
2222
| oci://registry-1.docker.io/bitnamicharts | mariadb | 20.4.3 |
23-
| oci://registry-1.docker.io/bitnamicharts | redis | 20.13.1 |
23+
| oci://registry-1.docker.io/bitnamicharts | redis | 20.13.2 |
2424

2525
## Values
2626

@@ -370,7 +370,7 @@ Docker Mailserver based on the famous ISPMail guide. All images are based on Alp
370370
| redis.image.pullSecrets | list | `[]` | |
371371
| redis.image.registry | string | `"docker.io"` | |
372372
| redis.image.repository | string | `"bitnami/redis"` | |
373-
| redis.image.tag | string | `"7.4.2-debian-12-r11"` | |
373+
| redis.image.tag | string | `"7.4.3-debian-12-r0"` | |
374374
| redis.nameOverride | string | `""` | |
375375
| redis.service.ports.redis | int | `6379` | |
376376
| virus.affinity | object | `{}` | |

0 commit comments

Comments
 (0)