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
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -946,3 +946,21 @@ Kubernetes: `^1.19.0-0`
| useConfigMap | bool | `false` | |
| useExternalConfig | bool | `false` | |

## Security & Container Image Considerations

### Default Memcached Image Status

The default configuration of this Helm chart references `memcached:1.6.45`. While this is currently the latest official upstream release of Memcached, security scanners may flag known Common Vulnerabilities and Exposures (CVEs) present in the underlying base image packages.


### Mitigation Options

If your organizational policies or security requirements prohibit running images with known vulnerabilities, consider the following options:

1. **Override Default Image in `values.yaml`**
You can specify your own hardened or patched Memcached image, such as Docker Hardened Images [Memcached](https://hub.docker.com/hardened-images/catalog/dhi/memcached), using custom values during deployment:
```yaml
memcached:
image:
repository: your-custom-registry/memcached
tag: your-secure-tag