-
Notifications
You must be signed in to change notification settings - Fork 87
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 PDB #248
base: main
Are you sure you want to change the base?
feat: Add PDB #248
Conversation
@Prims47 Got a couple failures in pipeline |
@ChrisJBurns Indeed => I launch |
Signed-off-by: Ilan Zerath <[email protected]>
a25df58
to
10a972d
Compare
@ChrisJBurns It's up to date 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a nit/suggestion. Otherwise it looks good 🙂
This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry again for a late response. I had to focus on different projects... 🙈
charts/backstage/Chart.yaml
Outdated
@@ -38,4 +38,4 @@ sources: | |||
# 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: 2.3.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we bump a minor version here? I guess you're introducing a new feature here, it's not a bugfix.
This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution! |
Signed-off-by: Chris Burns <[email protected]>
@@ -2,7 +2,7 @@ | |||
# Backstage Helm Chart | |||
|
|||
[](https://artifacthub.io/packages/search?repo=backstage) | |||
 | |||
 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
 | |
 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Prims47 I think you should be ok to accept the suggestion above and then the tests should pass. We can then get this merged!
Description of the change
Existing or Associated Issue(s)
Additional Information
Checklist
Chart.yaml
according to semver.values.yaml
and added to the README.md. The helm-docs utility can be used to generate the necessary content. Usehelm-docs --dry-run
to preview the content.ct lint
command.