Created
May 9, 2022 05:07
-
-
Save ollytheninja/5c8d92fffd488ec686849660dc65a01c to your computer and use it in GitHub Desktop.
Helm repos that might be useful!
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
#!/bin/bash | |
helm repo add rancher-stable https://releases.rancher.com/server-charts/stable | |
helm repo add bitnami https://charts.bitnami.com/bitnami | |
helm repo add k8s-at-home https://k8s-at-home.com/charts/ | |
helm repo add mojo2600 https://mojo2600.github.io/pihole-kubernetes/ | |
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts | |
helm repo add stable https://charts.helm.sh/stable | |
helm repo add devtron https://helm.devtron.ai | |
helm repo add fluxcd https://charts.fluxcd.io | |
helm repo add longhorn https://charts.longhorn.io | |
helm repo add metallb https://metallb.github.io/metallb | |
helm repo add minecraft-server-charts https://itzg.github.io/minecraft-server-charts/ | |
helm repo add bootc https://charts.boo.tc | |
helm repo add openebs https://openebs.github.io/charts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment