fix(services): Update Postfix to 2.0.2 fixing security gaining

This commit is contained in:
Dominik Kaminski
2023-09-11 23:21:34 +02:00
parent c7fc187f14
commit e1070eeb06
2 changed files with 2 additions and 2 deletions

View File

@@ -333,7 +333,7 @@ This list gives you an overview of default security settings and if they comply
| | keycloakExtensionHandler | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | 1000 | 1000 | - |
| | keycloakExtensionProxy | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | 1000 | 1000 | - |
| MariaDB | mariadb | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | 1001 | 1001 | 1001 |
| Postfix | postfix | :x: | :white_check_mark: | :x: (`DAC_OVERRIDE`, `FOWNER`, `SETUID`, `SETGID`, `NET_BIND_SERVICE`, `NET_ADMIN`, `NET_RAW`) | :white_check_mark: | :x: | :x: | - | - | 101 |
| Postfix | postfix | :x: | :x: | :x: (`DAC_OVERRIDE`, `FOWNER`, `SETUID`, `SETGID`, `NET_BIND_SERVICE`, `NET_ADMIN`, `NET_RAW`) | :white_check_mark: | :x: | :x: | - | - | 101 |
| PostgreSQL | postgresql | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | 1001 | 1001 | 1001 |

View File

@@ -65,7 +65,7 @@ releases:
condition: "mariadb.enabled"
- name: "postfix"
chart: "postfix-repo/postfix"
version: "2.0.1"
version: "2.0.2"
values:
- "values-postfix.yaml"
- "values-postfix.gotmpl"