Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hypnoglow/helm-charts

Helm Chart repository index
https://github.com/hypnoglow/helm-charts

helm helm-charts helm-repository

Last synced: 24 days ago
JSON representation

Helm Chart repository index

Awesome Lists containing this project

README

        

# Helm Charts

[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/hypnoglow)](https://artifacthub.io/packages/search?repo=hypnoglow)

Public Helm chart repository made for easier centralized distribution of my
charts stored in GitHub repos.

## Usage

Add repository:

```bash
helm repo add hypnoglow https://hypnoglow.github.io/helm-charts
```

Search charts for Helm v2:

```bash
helm search hypnoglow
```

Search charts for Helm v3:

```bash
helm search repo hypnoglow
```