Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add ability to define priorityClassName globally #279

Conversation

mkilchhofer
Copy link
Contributor

@mkilchhofer mkilchhofer commented May 21, 2024

What this PR does / why we need it:

Context is this feature request over there:

.Values.global.xyz is a reserved section which is passed to all dependency charts inside a helm chart (also called subcharts).

Implementing this is useful for both

  • direct deployment of this helm chart
  • use redis-ha as a dependency chart (like we do in argoproj/argo-helm)

Which issue this PR fixes

Partially this one over there:

Special notes for your reviewer:

Other well-known charts implementing this:

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])

@DandyDeveloper
Copy link
Owner

@mkilchhofer Sorry for not getting back to you on this, I've been out of the country. Checking now!

Copy link
Owner

@DandyDeveloper DandyDeveloper left a comment

Choose a reason for hiding this comment

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

Approving for the CI, but it might reject the commit due to the minor version jump.

@@ -5,7 +5,7 @@ keywords:
- redis
- keyvalue
- database
version: 4.26.6
Copy link
Owner

Choose a reason for hiding this comment

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

That's quite a jump? CI might reject with this now being an increment of 1.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ohh :D sorry, my bad. I fixed it

@mkilchhofer mkilchhofer force-pushed the feature/redis-ha_global_priorityClassName branch from 3ad4554 to 55877c8 Compare May 26, 2024 14:59
@DandyDeveloper DandyDeveloper merged commit 61dbe86 into DandyDeveloper:master May 28, 2024
2 checks passed
@mkilchhofer mkilchhofer deleted the feature/redis-ha_global_priorityClassName branch May 31, 2024 22:39
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.

2 participants