{"id":26419055,"url":"https://github.com/shivamkumar2002/helm-charts","last_synced_at":"2026-05-20T14:09:49.445Z","repository":{"id":237053647,"uuid":"793710089","full_name":"ShivamKumar2002/helm-charts","owner":"ShivamKumar2002","description":"Personal Helm Repository","archived":false,"fork":false,"pushed_at":"2025-05-01T20:06:00.000Z","size":78,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-01T21:23:05.817Z","etag":null,"topics":["helm","helm-charts","helm-repositories","helm-repository","kubernetes"],"latest_commit_sha":null,"homepage":"https://shivamkumar2002.github.io/helm-charts/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ShivamKumar2002.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-04-29T18:12:58.000Z","updated_at":"2025-05-01T20:05:26.000Z","dependencies_parsed_at":"2024-05-16T06:24:46.865Z","dependency_job_id":"8c863add-b170-4504-bc1a-60931411cd58","html_url":"https://github.com/ShivamKumar2002/helm-charts","commit_stats":null,"previous_names":["shivamkumar2002/helm-charts"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/ShivamKumar2002/helm-charts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShivamKumar2002%2Fhelm-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShivamKumar2002%2Fhelm-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShivamKumar2002%2Fhelm-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShivamKumar2002%2Fhelm-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShivamKumar2002","download_url":"https://codeload.github.com/ShivamKumar2002/helm-charts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShivamKumar2002%2Fhelm-charts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267470062,"owners_count":24092352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"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":["helm","helm-charts","helm-repositories","helm-repository","kubernetes"],"created_at":"2025-03-18T02:00:00.255Z","updated_at":"2026-05-20T14:09:49.397Z","avatar_url":"https://github.com/ShivamKumar2002.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Personal Helm Charts Repository\n\nWelcome to my personal collection of Helm charts. These charts are designed to streamline the deployment of various applications and services to Kubernetes clusters. Feel free to use and contribute to this repository to make it even more useful.\n\n## About Helm\n\n[Helm](https://helm.sh/) is a package manager for Kubernetes that allows you to define, install, and upgrade even the most complex Kubernetes applications. Helm charts are collections of files that describe a related set of Kubernetes resources. For more information about Helm, visit the [official documentation](https://helm.sh/docs/).\n\n## Charts Available\n\nThis repository contains the following Helm charts:\n\n- `linkwarden`: A chart to deploy [Linkwarden](https://github.com/linkwarden/linkwarden). See [linkwarden-helm-chart](https://github.com/ShivamKumar2002/linkwarden-helm-chart) for more details.\n\n- `browserless` (**ON HOLD FOR NOW**): This chart will be updated in near future. A chart to deploy [Browserless](https://github.com/browserless/browserless) browser automation tool. See [browserless-helm-chart](https://github.com/ShivamKumar2002/browserless-helm-chart) for more details.\n\n- `big-agi` (**ON HOLD FOR NOW**): This chart will be updated in near future. A chart to deploy [Big-AGI](https://github.com/enricoros/big-AGI) Generative AI Suite. See [big-agi-helm-chart](https://github.com/ShivamKumar2002/big-agi-helm-chart) for more details.\n\n## Prerequisites\n\n- Kubernetes 1.20+\n- Helm 3.0+\n\n\n## Getting Started\n\n### Add the Repository\n\nTo add this repository to your Helm client, run the following command:\n\n```shell\nhelm repo add shivam-charts https://shivamkumar2002.github.io/helm-charts/\n```\n\n### Update the Repository\n\nTo update the charts in your local Helm client, run:\n\n```shell\nhelm repo update\n```\n\n### Search for Charts\n\nTo search for charts within this repository:\n\n```shell\nhelm search repo shivam-charts\n```\n\n### Install a Chart\n\nTo install a chart, use the `helm install` command:\n\n```shell\nhelm install my-release shivam-charts/chart-name\n```\n\nReplace `my-release` with the name you want to assign to your release, and `shivam-charts/chart-name` with the chart you want to install.\n\n\n## Configuration\n\nEach chart has its own `values.yaml` file that contains the default configuration settings. You can customize these settings by providing your own `values.yaml` during installation or upgrade:\n\n```shell\nhelm install my-release shivam-charts/chart-name --values my-values.yaml\n```\n\n## Contributing\n\nContributions are welcome! If you have a chart you'd like to contribute, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your chart.\n3. Add your chart to the `charts` directory.\n4. Update the `Chart.yaml` with the necessary metadata.\n5. Commit and push your changes.\n6. Submit a pull request to this repository.\n\nPlease read `CONTRIBUTING.md` for details on our code of conduct and the process for submitting pull requests.\n\n\n## Contact\n\nIf you have any questions or feedback, please reach out to me at:\n\n- GitHub: [@ShivamKumar2002](https://github.com/ShivamKumar2002)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivamkumar2002%2Fhelm-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshivamkumar2002%2Fhelm-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivamkumar2002%2Fhelm-charts/lists"}