diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2024-10-14 15:10:37 +0200 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2024-10-15 18:43:41 +0200 |
commit | cf70098d182c07c4091fd83b3a704a249a4eac7e (patch) | |
tree | 448e9a082426ced6f7f81a4953d85c68b91c6183 /kubernetes/common/etcd/Chart.yaml | |
parent | 0cb45591810f3d121e90a55a8899244514145b10 (diff) |
[ETCD] Add kyverno policy fixes
Add securityContext settings to resolve kyverno policy violations
Fix Jira Links in all release notes.
Issue-ID: OOM-3314
Change-Id: Ief20d42f2e4825754bf8d1a142665c7dd176a1d9
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Diffstat (limited to 'kubernetes/common/etcd/Chart.yaml')
-rw-r--r-- | kubernetes/common/etcd/Chart.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/common/etcd/Chart.yaml b/kubernetes/common/etcd/Chart.yaml index 465364b3da..bd508c57fd 100644 --- a/kubernetes/common/etcd/Chart.yaml +++ b/kubernetes/common/etcd/Chart.yaml @@ -1,6 +1,7 @@ # Copyright © 2019 Intel Corporation # Modifications Copyright © 2021 Orange # Modifications Copyright © 2021 Nordix Foundation +# Modifications Copyright © 2024 Deutsche Telekom # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,7 +18,7 @@ apiVersion: v2 name: etcd home: https://github.com/coreos/etcd -version: 13.0.0 +version: 13.0.1 appVersion: 2.2.5 description: Distributed reliable key-value store for the most critical data of a distributed system. |