Skip to content
Open
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
12 changes: 11 additions & 1 deletion etc/redis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ sysctl:
enabled: true
## @param sysctl.command override default init-sysctl container command (useful when using custom images)
##
sysctl:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r49
command:
- /bin/sh
- -c
Expand All @@ -62,4 +67,9 @@ sysctl:
## @param sysctl.mountHostSys Mount the host `/sys` folder to `/host-sys`
##
mountHostSys: true


volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r49
Loading