-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit 5703c3e.
- Loading branch information
Showing
88 changed files
with
11,997 additions
and
66,381 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
helm.rstudio.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
## Filing Bugs | ||
|
||
If you're experiencing behavior that appears to be a bug in any of the Helm charts, you're welcome to [file an issue](https://github.com/rstudio/helm/issues/new). | ||
|
||
## Enhancements | ||
|
||
You're also welcome to submit ideas for enhancements to our Helm charts. When doing so, please [search the issue list](https://github.com/rstudio/helm/issues) to see if the enhancement has already been filed. If it has, vote for it (add a reaction to it) and optionally add a comment with your perspective on the idea. | ||
|
||
## Contributing Code | ||
|
||
We welcome contributions to our Helm charts! Before submitting your contribution, we ask that you ensure the change is helpful in a generic sense and is not tied to any specific organizational use-cases that would not be valuable to other organizations. | ||
|
||
To submit a contribution: | ||
|
||
1. [Fork](https://github.com/rstudio/helm/fork) the repository and make your changes. | ||
|
||
2. Submit a [pull request](https://help.github.com/articles/using-pull-requests). | ||
|
||
3. Sign the Contributor License Agreement via GitHub. A comment will be added to your pull request indicating if you need to sign the agreement and the link to do so. | ||
|
||
We'll try to be as responsive as possible in reviewing and accepting pull requests. We highly appreciate your contributions! | ||
|
||
## Assumptions / Common Dev Workflows | ||
|
||
- Changes to the `rstudio-library` chart will update all downstream charts at | ||
the same time (via the `file://` syntax in `Chart.yaml`) | ||
- CI only runs on local branches (i.e. not from forks). This can make | ||
evaluating code from contributors tricky. By creating a duplicate branch | ||
locally, we can "trick" CI into running on the same commits | ||
- CI requires that the chart version get bumped for any change in the directory | ||
(including README) | ||
- READMEs are generated in CI by [Go templating](./charts/_templates.gotmpl) | ||
and `helm-docs` | ||
- If `index.yaml` gets out of date on the repository, see | ||
[`./scripts/`](./scripts) for a workflow to fix | ||
|
||
## Code of Conduct | ||
|
||
As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities. | ||
|
||
We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, or religion. | ||
|
||
Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct. | ||
|
||
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team. | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers. | ||
|
||
This Code of Conduct is adapted from the Contributor Covenant, version 1.0.0, available at <https://www.contributor-covenant.org/version/1/0/0/code-of-conduct.html>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2021 RStudio, PBC | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# RStudio Helm charts | ||
|
||
[Link to GitHub](https://github.com/rstudio/helm) | ||
|
||
## Usage | ||
|
||
1. Install [Helm](https://helm.sh). Please refer to Helm's [documentation](https://helm.sh/docs/) for more information on getting started. | ||
|
||
2. Add the RStudio Helm repo: | ||
|
||
```console | ||
helm repo add rstudio https://helm.rstudio.com | ||
``` | ||
|
||
3. View charts: | ||
|
||
```console | ||
helm search repo rstudio | ||
``` | ||
|
||
4. [Look at chart READMEs](https://github.com/rstudio/helm) | ||
|
||
## Support | ||
|
||
**IMPORTANT:** | ||
|
||
These charts are provided as a convenience to RStudio customers and are not formally supported by RStudio. If you | ||
have questions about these charts, you can ask them in the [issues](https://github.com/rstudio/helm/issues/new/choose) | ||
in the repository or to your support representative, who will route them appropriately. | ||
|
||
Bugs or feature requests should be opened in an [issue](https://github.com/rstudio/helm/issues/new/choose). | ||
|
||
## Contributing | ||
|
||
RStudio values your contributions! Please see [CONTRIBUTING.md](./CONTRIBUTING.md) for more information. | ||
|
||
## License | ||
|
||
[MIT License](./LICENSE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# from https://github.com/artifacthub/hub/blob/master/docs/metadata/artifacthub-repo.yml | ||
repositoryID: 2e4468ce-cda6-492e-a7a9-04c572b1450b | ||
owners: | ||
- name: colearendt | ||
email: [email protected] | ||
- name: sol-eng | ||
email: [email protected] | ||
ignore: | ||
- name: rstudio-launcher-rbac |
Oops, something went wrong.