Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
### Features
- fix(release): bumped GitHub actions download-artifact to v4.1.8 in generate sbom job
- fix(ci): removed null security context from redis-ha values.yaml to placate helm 3.17.1
2 changes: 0 additions & 2 deletions manifests/ha/base/redis-ha/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ redis-ha:
enabled: false
image:
tag: 2.6.17-alpine
containerSecurityContext: null
timeout:
server: 6m
client: 6m
Expand All @@ -24,6 +23,5 @@ redis-ha:
enabled: true
image:
tag: 7.0.15-alpine
containerSecurityContext: null
sentinel:
bind: "0.0.0.0"
Loading