Skip to content

Conversation

jyoungs
Copy link

@jyoungs jyoungs commented Aug 15, 2025

What this PR does / why we need it:

This PR fixes missing value definitions in the redis-ha chart's values.yaml file.

The chart templates reference .Values.podAnnotations and .Values.tolerations, but these values were not defined in values.yaml, making them opaque to chart users.

  • Added podAnnotations: {} for Redis pod annotations
  • Added tolerations: [] for pod assignment tolerations

Impact:

  • Users can now properly configure pod annotations and tolerations as intended by the chart templates
  • No breaking changes - both values default to empty (no annotations, no tolerations)

Which issue this PR fixes

  • N/A

Special notes for your reviewer:

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

  • DCO signed
  • Chart Version bumped
  • Variables are documented in the README.md
  • Title of the PR starts with chart name (e.g. [stable/mychartname])

- Added podAnnotations: {} for Redis pod annotations
- Added tolerations: [] for pod assignment tolerations
- These values were referenced in templates but not defined in values.yaml

Signed-off-by: Jeff Youngs <[email protected]>
@@ -90,7 +90,7 @@ The following table lists the configurable parameters of the Redis chart and the
| `imagePullSecrets` | Reference to one or more secrets to be used when pulling redis images | list | `[]` |
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file was generated with helm-docs (1.14.2)

@jyoungs
Copy link
Author

jyoungs commented Aug 26, 2025

Just keeping this alive ✌️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant