Skip to content

Commit 1fb454f

Browse files
committed
Bump to 0.2.4 with annotations and working ct tests
1 parent 4567478 commit 1fb454f

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

TESTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Every pull request to the master branch trigger the following tests:
77
* ct lint
88
* ct install
99

10+
11+
[![Linting](https://github.com/funkypenguin/helm-docker-mailserver/workflows/Linting/badge.svg)](.github/workflows/on-pr-lint-charts.yml)
12+
[![Testing](https://github.com/funkypenguin/helm-docker-mailserver/workflows/Testing/badge.svg)](.github/workflows/on-pr-test-charts.yml)
13+
14+
1015
# Local testing
1116

1217
If you're submitting a PR, and you want to ensure your changes will pass automated testing (above), here are your options:

charts/docker-mailserver/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
appVersion: "6.3.0"
33
description: A fullstack but simple mailserver (smtp, imap, antispam, antivirus, ssl...) using Docker.
44
name: docker-mailserver
5-
version: 0.2.4-pre3
5+
version: 0.2.4
66
sources:
77
- https://github.com/funkypenguin/helm-docker-mailserver
88
maintainers:

0 commit comments

Comments
 (0)