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

[bitnami/redis-cluster] Possibility to add labels to redis-cluster pvc #25901

Merged

Conversation

ammirator-administrator
Copy link
Contributor

@ammirator-administrator ammirator-administrator commented May 15, 2024

Description of the change

Adds "labels" field on PVC level

Benefits

It will allow us to add labels directly in helm chart values to PVC and not run manually separate scripts to add labels on PVC
A use case we have is that we use Longhorn as storage manager and to include a PVC in backup we need a label on it, and we want to have this on the helm chart values and not add manually with kubectl comamnd

Possible drawbacks

No, drawbacks is a minor change, is compatible with any version of this chart

Applicable issues

Additional information

Just a labels field on the created PVC, should be a easy merge

Checklist

  • Chart version bumped in Chart.yaml according to semver. This is not necessary when the changes only affect README.md files.
  • Variables are documented in the values.yaml and added to the README.md using readme-generator-for-helm
  • Title of the pull request follows this pattern [bitnami/<name_of_the_chart>] Descriptive title
  • All commits signed off and in agreement of Developer Certificate of Origin (DCO)

@carrodher carrodher added verify Execute verification workflow for these changes in-progress labels May 15, 2024
@github-actions github-actions bot removed the triage Triage is needed label May 15, 2024
@github-actions github-actions bot removed the request for review from javsalgar May 15, 2024 14:38
@github-actions github-actions bot requested a review from rafariossaa May 15, 2024 14:38
@ammirator-administrator
Copy link
Contributor Author

Hey @rafariossaa @carrodher @javsalgar
Can I get a review on this, should be a quick one

@ammirator-administrator
Copy link
Contributor Author

ammirator-administrator commented May 19, 2024

@javsalgar @rafariossaa @carrodher
Can I get your attention on this
Thanks

rafariossaa
rafariossaa previously approved these changes May 20, 2024
Copy link
Contributor

@rafariossaa rafariossaa left a comment

Choose a reason for hiding this comment

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

Hi,
Thanks for adding this.

LGTM.

@rafariossaa rafariossaa merged commit 486c345 into bitnami:main May 20, 2024
10 checks passed
@ammirator-administrator
Copy link
Contributor Author

@rafariossaa
Thanks for your time
Just a quick question: When the release of this is planned? Or after merging it automatically is pushed to Helm?
I could not find any info about releases flow

@carrodher
Copy link
Member

The new version is already published in DockerHub, see https://hub.docker.com/r/bitnamicharts/redis-cluster/tags.

About the workflow, here you can find some info.

fmulero pushed a commit to fmulero/charts that referenced this pull request May 22, 2024
bitnami#25901)

* Possibility to add labels to redis-cluster pvc

Signed-off-by: Ammirator <[email protected]>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Ammirator <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
Signed-off-by: Rafael Ríos Saavedra <[email protected]>
Co-authored-by: Bitnami Containers <[email protected]>
Co-authored-by: Rafael Ríos Saavedra <[email protected]>
Signed-off-by: Fran Mulero <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
redis-cluster solved verify Execute verification workflow for these changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bitnami/redis-cluster] Possibility to add labels on created PVC
5 participants