DirectorySecurity AdvisoriesPricing
Sign in
Directory
wave logoHELM

wave

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:
Compare:

1
global:
2
## Reference to one or more secrets to be used when pulling images
3
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
4
##
5
imagePullSecrets: []
6
# - name: "image-pull-secret"
7
rbac:
8
enabled: true
9
# Annotations for the wave pods
10
annotations: {}
11
image:
12
name: cgr.dev/scratch-images/test-tmp/wave-fips
13
tag: 0.12.0-r0@sha256:a20e4928b53adb965fedc05bd6469dc8e5c577b9eec9c58ad2cd73b4ef98fc9f
14
pullPolicy: IfNotPresent
15
# Node selector for the wave pods
16
nodeSelector: {}
17
# Replicas > 1 will enable leader election
18
replicas: 1
19
# Add PodDisruptionBudget which should be enabled for replicas > 1
20
pdb:
21
enabled: false
22
# Additional volumes to use in the pod.
23
extraVolumes: []
24
# - name: tmp
25
# emptyDir: {}
26
27
# Additional volumes to mount into the container.
28
extraVolumeMounts: []
29
# - name: tmp
30
# mountPath: /tmp
31
32
# https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
33
securityContext:
34
runAsNonRoot: true
35
runAsUser: 1000
36
# Service account config for the agent pods
37
serviceAccount:
38
# Specifies whether a ServiceAccount should be created
39
create: true
40
# The name of the ServiceAccount to use.
41
# If not set and create is true, a name is generated using the fullname template
42
name:
43
webhooks:
44
enabled: false
45
# Keep pods of a StatefulSet which are stuck with the placeholder scheduler that
46
# the webhooks use to hold back pods with missing ConfigMaps/Secrets
47
disableGatedPodDeletion: false
48
# Period for reconciliation
49
# syncPeriod: 5m
50
51
# Global rate limiting for updates to prevent rapid deployment churn
52
# Rate limit is shared across all deployments, statefulsets, and daemonsets
53
# updateRate: maximum updates per second globally (default: 1.0 = 1 update per second)
54
# updateBurst: maximum burst size (default: 100 = allow 100 immediate updates)
55
# Set updateRate to 0 or very high value to disable rate limiting
56
updateRate: 1.0
57
updateBurst: 100
58
resources: {}
59
# We usually recommend not to specify default resources and to leave this as a conscious
60
# choice for the user. This also increases chances charts run on environments with little
61
# resources, such as Minikube. If you do want to specify resources, uncomment the following
62
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
63
# limits:
64
# cpu: 100m
65
# memory: 128Mi
66
# requests:
67
# cpu: 100m
68
# memory: 128Mi
69
70
# node tolerations for wave pod
71
tolerations: []
72
# (anti-)affinity for wave pods
73
affinity: {}
74
# topologySpreadConstraints for the wave pods
75
topologySpreadConstraints: []
76
# extra annotations for wave pods
77
podAnnotations: {}
78
podLabels: {}
79

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.