DirectorySecurity AdvisoriesPricing
Sign in
Directory
valkey-resources logoHELM

valkey-resources

Helm chart
Last changed
Request a free trial

Contact our team to test out this Helm chart and related images for free. Please also indicate any other images you would like to evaluate.

Overview
Chart versions
Default values
Chart metadata
Images

Tag:

1
# Override the default name of resources
2
nameOverride: ""
3
# Override the full name of resources (ValkeyCluster metadata.name)
4
fullnameOverride: ""
5
6
# Labels added to all rendered resources
7
commonLabels: {}
8
9
# Free-form values for use inside templated strings (see cluster.spec tpl).
10
# Not rendered as a Kubernetes object by itself.
11
# Example:
12
# extraValues:
13
# tlsSecret: my-tls
14
# cluster:
15
# spec:
16
# tls:
17
# certificate:
18
# secretName: "{{ .Values.extraValues.tlsSecret }}"
19
extraValues: {}
20
21
# ValkeyCluster resource. Nested so future CR kinds (e.g. standalone, sentinel)
22
# can sit beside this as valkey / sentinel without a generic top-level "spec".
23
# v0.1: one ValkeyCluster per release. Later kinds stay one logical workload
24
# per release (enable at most one primary CR kind, or document if that changes).
25
cluster:
26
# Annotations on the ValkeyCluster object
27
annotations: {}
28
# Labels on the ValkeyCluster object (in addition to chart labels)
29
labels: {}
30
31
# ValkeyCluster.spec drop-in (any CRD field allowed).
32
# Rendered via tpl so string values may use Helm templates, e.g.
33
# image: "valkey/valkey:{{ .Chart.AppVersion }}"
34
# tls.certificate.secretName: "{{ .Release.Name }}-tls"
35
# API: https://github.com/valkey-io/valkey-operator/blob/main/docs/valkeycluster.md
36
spec:
37
shards: 3
38
replicas: 1
39

The trusted source for open source

Talk to an expert
PrivacyTerms

Product

Chainguard ContainersChainguard LibrariesChainguard VMsChainguard OS PackagesChainguard ActionsChainguard Agent SkillsIntegrationsPricing
© 2026 Chainguard, Inc. All Rights Reserved.
Chainguard® and the Chainguard logo are registered trademarks of Chainguard, Inc. in the United States and/or other countries.
The other respective trademarks mentioned on this page are owned by the respective companies and use of them does not imply any affiliation or endorsement.