{"id":24030787,"url":"https://github.com/mosher-labs/helm-charts","last_synced_at":"2026-06-09T01:32:07.554Z","repository":{"id":271467997,"uuid":"913424665","full_name":"Mosher-Labs/helm-charts","owner":"Mosher-Labs","description":"🚀 This repository serves as a centralized collection of Helm charts for deploying and managing Kubernetes applications. 🎯","archived":false,"fork":false,"pushed_at":"2025-12-27T16:35:53.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-01T06:40:12.704Z","etag":null,"topics":["axes","devops","helm","helm-charts","infrastructure-as-code","k8s","kubernetes","mosher-labs","reliability-engineering","viking"],"latest_commit_sha":null,"homepage":null,"language":"Smarty","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mosher-Labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["benniemosher"]}},"created_at":"2025-01-07T16:53:26.000Z","updated_at":"2025-12-27T16:35:45.000Z","dependencies_parsed_at":"2025-01-08T00:20:20.378Z","dependency_job_id":"ef0999d0-006b-4282-a5bf-038214cc2933","html_url":"https://github.com/Mosher-Labs/helm-charts","commit_stats":null,"previous_names":["mosher-labs/helm-charts"],"tags_count":10,"template":false,"template_full_name":"Mosher-Labs/basic-helm-charts-template","purl":"pkg:github/Mosher-Labs/helm-charts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mosher-Labs%2Fhelm-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mosher-Labs%2Fhelm-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mosher-Labs%2Fhelm-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mosher-Labs%2Fhelm-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mosher-Labs","download_url":"https://codeload.github.com/Mosher-Labs/helm-charts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mosher-Labs%2Fhelm-charts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34088013,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["axes","devops","helm","helm-charts","infrastructure-as-code","k8s","kubernetes","mosher-labs","reliability-engineering","viking"],"created_at":"2025-01-08T17:58:10.977Z","updated_at":"2026-06-09T01:32:07.549Z","avatar_url":"https://github.com/Mosher-Labs.png","language":"Smarty","funding_links":["https://github.com/sponsors/benniemosher"],"categories":[],"sub_categories":[],"readme":"# helm-charts\n\n![GitHub branch status](https://img.shields.io/github/checks-status/mosher-labs/helm-charts/main)\n![GitHub Issues](https://img.shields.io/github/issues/mosher-labs/helm-charts)\n![GitHub last commit](https://img.shields.io/github/last-commit/mosher-labs/helm-charts)\n![GitHub repo size](https://img.shields.io/github/repo-size/mosher-labs/helm-charts)\n![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/mosher-labs/helm-charts)\n![GitHub License](https://img.shields.io/github/license/mosher-labs/helm-charts)\n![GitHub Sponsors](https://img.shields.io/github/sponsors/mosher-labs)\n\n## 🎩 Helm Charts Monorepo 🚢\n\nWelcome to the Helm Charts monorepo! 🚀 This repository serves as a centralized\ncollection of Helm charts for deploying and managing Kubernetes applications. 🎯\n\n### 🌟 Key Features\n\n- 📦 A monorepo structure for managing multiple Helm charts in one place.\n- 🛠️ Charts for a variety of use cases, from microservices to full-stack applications.\n- 🔧 Easily customizable values and templates to fit diverse workloads.\n- 📜 Follows Helm best practices for scalability, consistency, and maintainability.\n\n### ✨ Perfect for\n\n- Teams deploying and managing multiple Kubernetes apps at scale 🌍\n- Centralized management of shared Helm charts for standardization ⚙️\n- Streamlining CI/CD workflows for Kubernetes deployments 🚀\n\nExplore the charts, contribute, and streamline your Kubernetes deployments! 🤝\n\n## Usage\n\n### Setup kubeconfig\n\nUpdate `\u003cSERVER_IP\u003e` with the IP address of your k3s server.\n\n```bash\nscp -i $HOME/.ssh/ansible_key ansible@\u003cSERVER_IP\u003e:/etc/rancher/k3s/k3s.yaml $HOME/k3s.yaml\nsed -i '' 's/127.0.0.1/\u003cSERVER_IP\u003e/g' $HOME/k3s.yaml\nchmod 600 $HOME/k3s.yaml\nexport KUBECONFIG=$HOME/k3s.yaml\nsudo sed -i '' '/mosher-labs.local/d' /etc/hosts \u0026\u0026 \\\n  echo \"\u003cSERVER_IP\u003e mosher-labs.local\" | sudo tee -a /etc/hosts\nkubectl get nodes\nkubectl get deployments\nkubectl get pods\nkubectl get services\n\n## More detailed queries\nkubectl describe deployment hello-world\nkubectl describe pod \u003cpod-name\u003e\n```\n\n### Deploy helm charts\n\nPackage the Helm chart if you want to create a .tgz file:\n\n```bash\nhelm package hello-world\n```\n\nCreate a Cloudflare tunnel\n\n- Login to \u003chttps://one.dash.cloudflare.com\u003e\n- Navigate to Networks \u003e Tunnels\n- Create a tunnel, notating the TOKEN created for the next step.\n\nUse the kubectl create secrets command to create the secret with your tunnel\ntoken, replacing `\u003cYOUR_TOKEN\u003e`:\n\n```bash\nkubectl create secret generic cloudflared-credentials \\\n  --from-literal=tunnel-token=\u003cYOUR_TOKEN\u003e \\\n  --namespace default \\\n  -o yaml\n```\n\n- Once showing active, edit your tunnel, and add a \"Public hostnames\"\n\nUse the helm upgrade --install command to deploy or upgrade the\nHelm chart in your Kubernetes cluster. This command will install\nthe chart if it is not already installed or upgrade it if it is\nalready installed.\n\n```bash\nhelm upgrade --install hello-world ./hello-world\n```\n\nAfter running the Helm upgrade command, you can verify that the deployment\nwas successful by checking the status of the release:\n\n```bash\nhelm status hello-world\n```\n\n### Troubleshoot cluster\n\nYou can also use kubectl commands to check the status of the\npods, services, and other resources:\n\n```bash\nkubectl get all\n```\n\nTo delete the hello-world deployment:\n\n```bash\nkubectl delete deployment hello-world\nkubectl delete service hello-world\n```\n\nTo verify the deletion:\n\n```bash\nkubectl get deployments\nkubectl get services\n```\n\n## 🔰 Contributing\n\nUpon first clone, install the pre-commit hooks.\n\n```bash\npre-commit install\n```\n\nTo run pre-commit hooks locally, without a git commit.\n\n```bash\npre-commit run -a --all-files\n```\n\nTo update pre-commit hooks, this ideally should be ran before a pull request is merged.\n\n```bash\npre-commit autoupdate\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmosher-labs%2Fhelm-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmosher-labs%2Fhelm-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmosher-labs%2Fhelm-charts/lists"}