DirectorySecurity AdvisoriesPricing
Sign in
Directory
ot-container-kit-redis-operator logoHELM

ot-container-kit-redis-operator

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
redisOperator:
2
name: redis-operator
3
imageName: cgr.dev/chainguard-private/redis-operator
4
# Overrides the image tag whose default is the chart appVersion.
5
imageTag: latest@sha256:7f644eabe8545827668e58b4e66bab5d26f33b6ff58b65c67216594774a7d2ac
6
# -- initContainerImageTag is the init-config init container image tag.
7
# If not specified, defaults to imageTag, then falls back to chart appVersion.
8
# Typically only needs to be set when using a different version for the init container.
9
initContainerImageTag: latest@sha256:7f644eabe8545827668e58b4e66bab5d26f33b6ff58b65c67216594774a7d2ac
10
imagePullPolicy: Always
11
imagePullSecrets: []
12
# Update strategy
13
# strategy:
14
# type: RollingUpdate
15
# rollingUpdate:
16
# maxSurge: 25%
17
# maxUnavailable: 25%
18
strategy: {}
19
# Additional pod annotations
20
podAnnotations: {}
21
# Additional Pod labels (e.g. for filtering Pod by custom labels)
22
podLabels: {}
23
# Additional arguments for redis-operator container
24
extraArgs: []
25
# When not specified, the operator will watch all namespaces. It can be set to a specific namespace or multiple namespaces separated by commas.
26
watchNamespace: ""
27
# -- The DNS domain suffix used for Kubernetes service discovery.
28
# Default is "cluster.local". Change this if your cluster uses a custom DNS domain.
29
serviceDNSDomain: "cluster.local"
30
env: []
31
# If set to true, webhook server will be enabled for masterSlaveAntiAffinity feature
32
# Certificate handling:
33
# - If certmanager.enabled=true: cert-manager will automatically create and manage the webhook certificate
34
# - If certmanager.enabled=false: A self-signed certificate will be automatically generated by Helm
35
webhook: false
36
automountServiceAccountToken: true
37
# pprof configuration for performance profiling
38
pprof:
39
# Enable pprof server for performance profiling
40
enabled: false
41
# The address the pprof endpoint binds to
42
bindAddress: ":6060"
43
# metrics configuration for monitoring
44
metrics:
45
# Enable metrics server
46
enabled: true
47
# The address the metrics endpoint binds to
48
bindAddress: ":8080"
49
resources:
50
limits:
51
cpu: 500m
52
memory: 500Mi
53
requests:
54
cpu: 500m
55
memory: 500Mi
56
replicas: 1
57
rbac:
58
enabled: true
59
serviceAccountName: redis-operator
60
serviceAccount:
61
automountServiceAccountToken: true
62
service:
63
name: webhook-service
64
namespace: redis-operator
65
certificate:
66
name: serving-cert
67
secretName: webhook-server-cert
68
issuer:
69
# Whether to create the issuer or not. You might want to disable this if instead you
70
# want to use a ClusterIssuer that you simply want to provide.
71
create: true
72
# You can choose Issuer or ClusterIssuer here. The first one is namespaced, the second one
73
# is available for global usage.
74
kind: Issuer
75
type: selfSigned
76
name: redis-operator-issuer
77
email: shubham.gupta@opstree.com
78
server: https://acme-v02.api.letsencrypt.org/directory
79
privateKeySecretName: letsencrypt-prod
80
solver:
81
enabled: true
82
ingressClass: nginx
83
certmanager:
84
# Whether to use cert-manager for certificate management
85
# Only effective when webhook=true
86
# If webhook=true and certmanager.enabled=false, a self-signed certificate is automatically generated
87
enabled: false
88
# API version of the cert-manager CRDs
89
apiVersion: "cert-manager.io/v1"
90
priorityClassName: ""
91
nodeSelector: {}
92
tolerateAllTaints: false
93
tolerations: []
94
affinity: {}
95
podSecurityContext: {}
96
# fsGroup: 2000
97
98
securityContext: {}
99
# capabilities:
100
# drop:
101
# - ALL
102
# readOnlyRootFilesystem: true
103
# runAsNonRoot: true
104
# runAsUser: 1000
105
106
# Feature gates for alpha/experimental features
107
featureGates:
108
# Enable generating Redis configuration using an init container instead of a regular container
109
GenerateConfigInInitContainer: false
110
manager:
111
# config values for the operator manager
112
config:
113
kubeClientTimeout: 60s
114
# -- If value > 0, it will override the default value in the operator
115
kubeClientQPS: 0.0
116

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.