Skip to content

Commit 282444a

Browse files
Squashed 'charts/backstage/vendor/backstage/' changes from 2c46b09..b45464c
b45464c chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 (#325) 70f78a5 chore(deps): bump oras-project/setup-oras from 1.2.4 to 2.0.0 (#324) git-subtree-dir: charts/backstage/vendor/backstage git-subtree-split: b45464c383efc6a1db8de44b735e69d03f419358
1 parent f78d637 commit 282444a

File tree

184 files changed

+7718
-28682
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

184 files changed

+7718
-28682
lines changed

charts/backstage/vendor/backstage/.codespellrc renamed to .codespellrc

File renamed without changes.

.github/CODEOWNERS

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1 @@
1-
# Lines starting with '#' are comments.
2-
# Each line is a file pattern followed by one or more owners.
3-
4-
# More details are here: https://help.github.com/articles/about-codeowners/
5-
6-
# The '*' pattern is global owners.
7-
8-
# Order is important. The last matching pattern has the most precedence.
9-
# The folders are ordered as follows:
10-
11-
# In each subsection folders are ordered first by depth, then alphabetically.
12-
# This should make it easy to add new rules without breaking existing ones.
13-
14-
# Global rule:
15-
* @redhat-developer/rhdh-helm
16-
17-
# Documentation:
18-
*.md.gotmpl @redhat-developer/RHDH-content
19-
/README.md @redhat-developer/RHDH-content
1+
* @backstage/helm-charts

.github/actions/test-charts/action.yml

Lines changed: 0 additions & 184 deletions
This file was deleted.

charts/backstage/vendor/backstage/.github/dependabot.yml renamed to .github/dependabot.yml

File renamed without changes.

.github/pull_request_template.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,28 @@
11
<!--
22
Thank you for your contribution! Complete the following fields to provide insight into the changes being requested as well as steps that you can take to ensure it meets all of the requirements
33
4-
Please remember to link any JIRA issue(s) that this PR closes or relates to, as this helps provide more context to reviewers.
4+
Please remember to:
5+
- mention any issue(s) that this PR closes using a closing keyword as well as the issue number, such as "Closes #XYZ" or "Resolves backstage/repo-name#XYZ", cf.
6+
[documentation](https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword)
7+
- ensure there are no merge commits!
58
6-
-->
9+
-->
710

811
## Description of the change
912

1013
<!-- Describe the change being requested. -->
1114

12-
## Which issue(s) does this PR fix or relate to
15+
## Existing or Associated Issue(s)
1316

1417
<!-- List any related issues. -->
1518

16-
- _JIRA_issue_link_
19+
## Additional Information
1720

18-
## How to test changes / Special notes to the reviewer
19-
20-
<!--
21-
Detailed instructions may help reviewers test this PR quickly and provide quicker feedback.
22-
-->
21+
<!-- Provide as much information that you feel would be helpful for those reviewing the proposed changes. -->
2322

2423
## Checklist
2524

26-
- [ ] For each Chart updated, version bumped in the corresponding `Chart.yaml` according to [Semantic Versioning](http://semver.org/).
27-
- [ ] For each Chart updated, variables are documented in the `values.yaml` and added to the corresponding README.md. The [pre-commit](https://pre-commit.com/) utility can be used to generate the necessary content. Run `pre-commit run --all-files` to run the hooks and then push any resulting changes. The [pre-commit Workflow](./workflows/pre-commit.yaml) will enforce this and warn you if needed.
28-
- [ ] JSON Schema template updated and re-generated the raw schema via the `pre-commit` hook.
29-
- [ ] Tests pass using the [Chart Testing](https://github.com/helm/chart-testing) tool and the `ct lint` command.
30-
- [ ] If you updated the [orchestrator-infra](../charts/orchestrator-infra) chart, make sure the versions of the [Knative CRDs](../charts/orchestrator-infra/crds) are aligned with the versions of the CRDs installed by the OpenShift Serverless operators declared in the [values.yaml](../charts/orchestrator-infra/values.yaml) file. See [Installing Knative Eventing and Knative Serving CRDs](../charts/orchestrator-infra/README.md#installing-knative-eventing-and-knative-serving-crds) for more details.
25+
- [ ] Chart version bumped in `Chart.yaml` according to [semver](http://semver.org/).
26+
- [ ] Variables are documented in the `values.yaml` and added to the README.md. The [helm-docs](https://github.com/norwoodj/helm-docs) utility can be used to generate the necessary content. Use `helm-docs --dry-run` to preview the content.
27+
- [ ] JSON Schema generated.
28+
- [ ] List tests pass for Chart using the [Chart Testing](https://github.com/helm/chart-testing) tool and the `ct lint` command.

.github/renovate.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

charts/backstage/vendor/backstage/.github/workflows/automate_stale.yml renamed to .github/workflows/automate_stale.yml

File renamed without changes.

.github/workflows/bump-version.yaml

Lines changed: 0 additions & 133 deletions
This file was deleted.

0 commit comments

Comments
 (0)