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

[Backport 1.x] Allow user-defined labels on pvcs #600

Open
wants to merge 1 commit into
base: 1.x
Choose a base branch
from

Conversation

simonstumpf
Copy link
Contributor

@simonstumpf simonstumpf commented Sep 19, 2024

Description

Add support for user-defined labels on PVCs.

Issues Resolved

Closes #554

Check List

  • Commits are signed per the DCO using --signoff

For any changes to files within Helm chart directories:

  • Helm chart version bumped
  • Helm chart CHANGELOG.md updated to reflect change

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Simon Stumpf <32813906+simonstumpf@users.noreply.github.com>
@prudhvigodithi
Copy link
Collaborator

Thanks @simonstumpf, backport of #591.
Adding @peterzhuamazon

@prudhvigodithi
Copy link
Collaborator

@simonstumpf can you please fix the failing CI's?
Thanks

@peterzhuamazon
Copy link
Member

Not sure why is the failure tho, pinging @simonstumpf


Installing chart with values file 'charts/opensearch/ci/ci-rbac-enabled-values.yaml'...

Creating namespace 'opensearch-wh6i31dni7'...
>>> kubectl create namespace opensearch-wh6i31dni7
namespace/opensearch-wh6i31dni7 created
>>> helm install opensearch-wh6i31dni7 charts/opensearch --namespace opensearch-wh6i31dni7 --wait --values charts/opensearch/ci/ci-rbac-enabled-values.yaml --timeout 1000s
Error: The operation was canceled.

Thanks.

@@ -14,6 +14,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Security
---
## [1.32.0]
### Added
- Allow user-defined labels on persistent volume claim
Copy link
Member

Choose a reason for hiding this comment

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

The original PR is a patch update, this might change to patch instead of minor update as well?

@@ -715,7 +724,8 @@ config:
### Fixed
### Security

[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.31.0...HEAD
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.32.0...HEAD
[1.32.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.31.0...opensearch-1.32.0
Copy link
Member

Choose a reason for hiding this comment

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

Same as above.

@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.31.0
version: 1.32.0
Copy link
Member

Choose a reason for hiding this comment

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

Same as above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 👀 In review
Development

Successfully merging this pull request may close these issues.

[Enhancement][opensearch] Allow user-defined labels on pvcs
3 participants