https://github.com/codekow/helm-charts
A collection of Helm Charts
https://github.com/codekow/helm-charts
helm-charts
Last synced: 4 months ago
JSON representation
A collection of Helm Charts
- Host: GitHub
- URL: https://github.com/codekow/helm-charts
- Owner: codekow
- License: mit
- Created: 2023-04-03T17:40:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-08T21:39:08.000Z (about 3 years ago)
- Last Synced: 2025-04-07T16:33:33.383Z (about 1 year ago)
- Topics: helm-charts
- Language: Smarty
- Homepage: https://codekow.github.io/helm-charts/
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# helm-charts
This is a personal repository for managing and building helm charts. These charts are often experimental. YMMV
## Usage
Add charts to the helm cli
```sh
helm repo add codekow https://codekow.github.io/helm-charts
```
Add charts to openshift Developer Catalog
```sh
oc apply -f https://raw.githubusercontent.com/codekow/helm-charts/main/openshift/helm-codekow-repo.yaml
```
To include a chart from this repository in an umbrella chart, include it in your dependencies in your `Chart.yaml` file.
```yaml
apiVersion: v2
name: hello-openshift
description: A helm chart for the hello-openshift image
type: application
version: 0.0.1
appVersion: "1.2.0"
dependencies:
- name: "hello-openshift"
version: "0.0.1"
repository: "https://codekow.github.io/helm-charts"
```
## Links
For additional charts, please also refer to the following:
- [OpenShift Helm Charts (Default Repo)](https://github.com/openshift-helm-charts/charts)
- [Red Hat Intelligent Application Practice Helm Charts](https://github.com/rh-intelligent-application-practice/helm-charts)
- [Red Hat Community of Practice Helm Charts](https://github.com/redhat-cop/helm-charts)
- [OpenShift Management Helm Charts](https://github.com/redhat-cop/openshift-management)
### Other Resources
- [template2helm](https://github.com/redhat-cop/template2helm) - Convert OpenShift Templates to Helm Charts