Skip to content

Commit 66e4562

Browse files
authored
Merge pull request docker-mailserver#191 from cfis/master
Dev
2 parents 129463a + 7a38d7b commit 66e4562

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/on-push-lint-charts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
env:
1515
KUBE_SCORE_VERSION: 1.17.0
16-
HELM_VERSION: v3.13.2
16+
HELM_VERSION: v3.19.0
1717

1818
concurrency:
1919
group: ${{ github.ref }}
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: Set up Helm
32-
uses: azure/setup-helm@v3
32+
uses: azure/setup-helm@v4.3.0
3333
with:
3434
version: ${{ env.HELM_VERSION }}
3535

@@ -64,7 +64,7 @@ jobs:
6464
strategy:
6565
matrix:
6666
# Choose from https://hub.docker.com/r/kindest/node/tags
67-
KubeVersion: [ 1.30.10, 1.31.6, 1.32.2]
67+
KubeVersion: [ 1.32.8, 1.33.4, 1.34.0]
6868

6969
steps:
7070
- name: Checkout

TESTING.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ To run locally:
3434

3535
*ct* can also test a chart by deploying it to a temporary namespace in a Kubernetes cluster, and waiting for indications that the deployment has been successful. This is a good way to test how the deployment behaves "for real".
3636

37-
38-
39-
4037
ct lint --config=.ci/ct-config.yaml
4138

4239
Create a KinD cluster, by running `kind create cluster`:

charts/docker-mailserver/tests/__snapshot__/configmap_test.yaml.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ manifest should match snapshot:
22
1: |
33
apiVersion: v1
44
data:
5-
dovecot.cf: |2
5+
dovecot.cf: |
66
haproxy_trusted_networks = 10.0.0.0/8 192.168.0.0/16 172.16.0.0/12
77
service imap-login {
88
inet_listener imap {

0 commit comments

Comments
 (0)