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 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"