From 07a111eb56f32a30e4fbfbe69aeea5b40b3cad5d Mon Sep 17 00:00:00 2001 From: Regina Voloshin Date: Wed, 26 Feb 2025 19:16:39 +0200 Subject: [PATCH 1/2] fix: removed null security context from redis-ha values.yaml to placate helm 3.17.1 (#22035) Signed-off-by: reggie-k --- manifests/ha/base/redis-ha/chart/values.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/manifests/ha/base/redis-ha/chart/values.yaml b/manifests/ha/base/redis-ha/chart/values.yaml index fdf1846bcef5b..ab4e981fac08a 100644 --- a/manifests/ha/base/redis-ha/chart/values.yaml +++ b/manifests/ha/base/redis-ha/chart/values.yaml @@ -15,7 +15,6 @@ redis-ha: enabled: false image: tag: 2.6.17-alpine - containerSecurityContext: null timeout: server: 6m client: 6m @@ -24,6 +23,5 @@ redis-ha: enabled: true image: tag: 7.0.15-alpine - containerSecurityContext: null sentinel: bind: "0.0.0.0" From 9fd838da9dc503e00fb6366f7eb753f19a2031f8 Mon Sep 17 00:00:00 2001 From: reggie-k Date: Thu, 27 Feb 2025 17:25:51 +0200 Subject: [PATCH 2/2] cherry picked Signed-off-by: reggie-k --- changelog/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/CHANGELOG.md b/changelog/CHANGELOG.md index 4b52a20a1cab1..4cf59f77ff4d3 100644 --- a/changelog/CHANGELOG.md +++ b/changelog/CHANGELOG.md @@ -1,2 +1,2 @@ ### Features -- fix(release): bumped GitHub actions download-artifact to v4.1.8 in generate sbom job \ No newline at end of file +- fix(ci): removed null security context from redis-ha values.yaml to placate helm 3.17.1 \ No newline at end of file