GitHunt
CE

Kubernetes Helm Charts for the Center for Open Science

helm-charts

Kubernetes Helm Charts for the Open Science Framework

Build Status

Installation

Prerequisites

  • Install Helm
    • tl;dr brew install kubernetes-helm && helm init --client-only
  • A running Kubernetes cluster

Configuring the charts repository

# 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

helm ls

Update/upgrade a release

The namespace from the installation will be used.

helm upgrade -i <release-name> -f /path/to/values.yaml

Delete a release

helm del --purge <release-name>

nginx-ingress

helm/charts@f8d3a11 : stable/nginx-ingress

elasticsearch

https://github.com/cos-forks/kubernetes-charts/tree/feature/elasticsearch-v5 : incubator/elasticsearch

Languages

Go Template54.4%Mustache16.6%Python11.2%HTML6.9%XSLT6.9%Makefile1.7%Shell1.5%JavaScript0.9%
Apache License 2.0
Created July 6, 2017
Updated March 11, 2026