https://github.com/centerforopenscience/helm-charts
Kubernetes Helm Charts for the Center for Open Science
https://github.com/centerforopenscience/helm-charts
helm helm-charts kubernetes open-science osf
Last synced: 11 months ago
JSON representation
Kubernetes Helm Charts for the Center for Open Science
- Host: GitHub
- URL: https://github.com/centerforopenscience/helm-charts
- Owner: CenterForOpenScience
- License: apache-2.0
- Created: 2017-07-06T14:42:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T16:24:28.000Z (12 months ago)
- Last Synced: 2025-03-28T05:13:35.373Z (12 months ago)
- Topics: helm, helm-charts, kubernetes, open-science, osf
- Language: Mustache
- Homepage:
- Size: 113 MB
- Stars: 117
- Watchers: 9
- Forks: 95
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# helm-charts
Kubernetes Helm Charts for the Open Science Framework
[](https://travis-ci.org/CenterForOpenScience/helm-charts)
# Installation
## Prerequisites
- Install [Helm](https://docs.helm.sh/using_helm/#installing-helm)
- tl;dr `brew install kubernetes-helm && helm init --client-only`
- A running Kubernetes cluster
## Configuring the charts repository
```bash
# Add the charts repository
helm repo add cos https://centerforopenscience.github.io/helm-charts/
# List the available charts
helm search cos/
```
## Check which charts are installed
```bash
helm ls
```
## Update/upgrade a release
The namespace from the installation will be used.
```bash
helm upgrade -i -f /path/to/values.yaml
```
## Delete a release
```bash
helm del --purge
```
## nginx-ingress
kubernetes/charts@f8d3a1197e4a7167143d42d2081fb05aab1ba396 : stable/nginx-ingress
## elasticsearch
https://github.com/cos-forks/kubernetes-charts/tree/feature/elasticsearch-v5 : incubator/elasticsearch
- https://github.com/kubernetes/charts/pull/2530