Skip to content

Commit 93e3c42

Browse files
authored
Bump image to 11.0.0, remove (deprecated) PSPs (#52)
This PSP bumps the chart image to `11.0.0`, and removes the PSPs which are now deprecated
1 parent 2e2c4c5 commit 93e3c42

8 files changed

Lines changed: 7 additions & 821 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: kubernetes-ingress
33
repository: https://haproxytech.github.io/helm-charts
4-
version: 1.1.3
5-
digest: sha256:4676741dfbd0f8ba12d3eec6664a104f37ef512b606ac8a125e238893864251e
6-
generated: "2021-02-01T21:13:01.7790873Z"
4+
version: 1.21.1
5+
digest: sha256:b6fe2da4d22a2af00126a384dcf562bf98dcafaa5536e0adbeab18ebd10906a0
6+
generated: "2022-04-22T14:22:06.178899+12:00"

charts/docker-mailserver/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: "8.0.1"
2+
appVersion: "10.5.0"
33
description: A fullstack but simple mailserver (smtp, imap, antispam, antivirus, ssl...) using Docker.
44
name: docker-mailserver
5-
version: 0.3.5
5+
version: 0.4.0
66
sources:
77
- https://github.com/funkypenguin/helm-docker-mailserver
88
maintainers:
@@ -19,7 +19,7 @@ icon: https://avatars.githubusercontent.com/u/76868633?s=400&v=4
1919

2020
dependencies:
2121
- name: "kubernetes-ingress"
22-
version: "1.1.3"
22+
version: "1.21.1"
2323
repository: "https://haproxytech.github.io/helm-charts"
2424
condition: haproxy.enabled
2525
alias: "haproxy"
-8.78 KB
Binary file not shown.
37.5 KB
Binary file not shown.

charts/docker-mailserver/templates/psp-haproxy.yaml

Lines changed: 0 additions & 269 deletions
This file was deleted.

charts/docker-mailserver/templates/psp-rainloop.yaml

Lines changed: 0 additions & 270 deletions
This file was deleted.

charts/docker-mailserver/templates/psp.yaml

Lines changed: 0 additions & 270 deletions
This file was deleted.

charts/docker-mailserver/values.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ image:
33
# image.name is the name of the container image to use. Refer to https://hub.docker.com/r/mailserver/docker-mailserver
44
name: "mailserver/docker-mailserver"
55
# image.tag is the tag of the container image to use. Refer to https://hub.docker.com/r/mailserver/docker-mailserver
6-
tag: "8.0.1"
6+
tag: "11.0.0"
77
pullPolicy: "IfNotPresent"
88

99
initContainer:
@@ -54,11 +54,6 @@ ssl:
5454
useExisting: true
5555
existingName: name-of-existing-secret
5656

57-
## Create the necessary PodSecurityPolicies (PSPs) for docker-mailserver, haproxy, and rainloop to work
58-
##
59-
psp:
60-
create: true
61-
6257
## Mount additional volumes into the container. Useful for persistent logs or
6358
## injecting additional config files.
6459
#additionalVolumes:

0 commit comments

Comments
 (0)