Shell Helm

Open-source Shell projects categorized as Helm

Top 23 Shell Helm Projects

  1. container.training

    Slides and code samples for training, tutorials, and workshops about Docker, containers, and Kubernetes.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. helm-secrets

    A helm plugin that help manage secrets with Git workflow and store them anywhere

    Project mention: 🔐 Secure Secret Management with SOPS in Helm 🚀 | dev.to | 2025-02-27

    name: Deploy with Helm & SOPS on: push: branches: - main jobs: deploy: runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v4 - name: Install dependencies run: | sudo apt-get update sudo apt-get install -y sops age curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash helm plugin install https://github.com/jkroepke/helm-secrets - name: Set up SOPS run: | mkdir -p ~/.config/sops/age/ echo "${{ secrets.SOPS_AGE_KEY }}" > ~/.config/sops/age/keys.txt chmod 600 ~/.config/sops/age/keys.txt - name: Deploy with Helm run: | helm secrets upgrade --install my-release ./my-chart

  4. flux2-kustomize-helm-example

    A GitOps workflow example for multi-env deployments with Flux, Kustomize and Helm.

  5. geodesic

    🚀 Geodesic is a DevOps Linux Toolbox in Docker

    Project mention: Geodesic is a Linux toolbox container crafted to optimize DevOps workflows | news.ycombinator.com | 2025-02-17
  6. charts

    The User-Community Airflow Helm Chart is the standard way to deploy Apache Airflow on Kubernetes with Helm. Originally created in 2017, it has since helped thousands of companies create production-ready deployments of Airflow on Kubernetes. (by airflow-helm)

  7. docker-zulip

    Container configurations, images, and examples for Zulip.

  8. k8s-wait-for

    A simple script that allows to wait for a k8s service, job or pods to enter a desired state

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. chart-releaser-action

    A GitHub Action to turn a GitHub project into a self-hosted Helm chart repo, using helm/chart-releaser CLI tool

  11. UltimateHomeServer

    Configure the ultimate home server with k3s and helm

  12. hypertrace

    An open source distributed tracing & observability platform

  13. helm-git

    Helm Plugin - Install Helm Charts strait from Git repositories

    Project mention: Top-3 Helm Plugins: Helm Secrets, Helm Diff and Helm Git | dev.to | 2024-11-30

    helm plugin install https://github.com/aslafy-z/helm-git --version 0.11.1helm repo add mkdev-pgadmin git+https://github.com/mkdev-me/helm-lightning-course.git@

  14. charts

    JFrog official Helm Charts (by jfrog)

    Project mention: Setup JFrog Artifactory on Kubernetes and Connect Spring Boot Application | dev.to | 2024-08-21

    Helm chart values: https://github.com/jfrog/charts/blob/master/stable/artifactory-oss/values.yaml

  15. kube-karp

    ☸ Add a floating virtual IP to Kubernetes cluster nodes for load balancing easily.

  16. helm-datree

    A Helm plugin to validate charts against the Datree's CLI tool

  17. helm-gh-pages

    A GitHub Action for publishing Helm charts to Github Pages

  18. helm-release-plugin

    Helm3 plugin that pulls(re-creates) helm Charts from deployed releases, and updates values of deployed releases without the chart.

  19. kubeflow-bootstrap

    🪐 1-click Kubeflow using ArgoCD

  20. kubernetes

    Support repository: Firefly III Kubernetes (k8s) configuration files (by firefly-iii)

  21. blue-agent

    Deploy Azure Pipelines agent on Kubernetes. Easy way. Cheap. Windows and Linux.

    Project mention: Deploy safely Azure DevOps agents in Kubernetes | news.ycombinator.com | 2024-09-29
  22. kube-opennebula

    Helm chart and OpenNebula images ready to deploy on Kubernetes

  23. actions

    GitOps actions (by hckops)

  24. helm-sudo

    A Helm plugin for running commands with the security privileges of another user

  25. docker-management-container

    The Docker Management Container includes a set of plugins and services that make it easier to build, test, deploy and manage infrastructure.

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Shell Helm discussion

Log in or Post with

Shell Helm related posts

  • 🔐 Secure Secret Management with SOPS in Helm 🚀

    1 project | dev.to | 27 Feb 2025
  • Geodesic is a Linux toolbox container crafted to optimize DevOps workflows

    1 project | news.ycombinator.com | 17 Feb 2025
  • Top-3 Helm Plugins: Helm Secrets, Helm Diff and Helm Git

    3 projects | dev.to | 30 Nov 2024
  • Usando helm-secrets e Vals para anonimizar seus dados no deploy!

    2 projects | dev.to | 7 Nov 2024
  • Manage multiple version of K8s clients from same jumpbox / bastion

    3 projects | /r/kubernetes | 7 May 2023
  • Flux: can I add a monitored path after bootstrap?

    1 project | /r/kubernetes | 10 Apr 2023
  • Deploying Zabbix Server etc via Helm onto Kubernetes... Help!

    2 projects | /r/zabbix | 4 Mar 2023
  • A note from our sponsor - InfluxDB
    influxdata.com | 19 Apr 2025
    Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →

Index

What are some of the best open-source Helm projects in Shell? This list will help you:

# Project Stars
1 container.training 3,760
2 helm-secrets 1,707
3 flux2-kustomize-helm-example 1,095
4 geodesic 1,012
5 charts 689
6 docker-zulip 617
7 k8s-wait-for 608
8 chart-releaser-action 602
9 UltimateHomeServer 545
10 hypertrace 522
11 helm-git 314
12 charts 268
13 kube-karp 128
14 helm-datree 114
15 helm-gh-pages 110
16 helm-release-plugin 99
17 kubeflow-bootstrap 66
18 kubernetes 58
19 blue-agent 54
20 kube-opennebula 48
21 actions 41
22 helm-sudo 14
23 docker-management-container 13

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai