{"id":22859384,"url":"https://github.com/stevenjdh/helm-charts","last_synced_at":"2025-10-13T20:38:25.642Z","repository":{"id":44391407,"uuid":"512300549","full_name":"StevenJDH/helm-charts","owner":"StevenJDH","description":"StevenJDH Helm Chart Repository","archived":false,"fork":false,"pushed_at":"2025-03-30T18:37:04.000Z","size":366,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-13T20:38:23.027Z","etag":null,"topics":["charts","helm","helm-charts","kubernetes","stevenjdh"],"latest_commit_sha":null,"homepage":"https://StevenJDH.github.io/helm-charts","language":"Smarty","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StevenJDH.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":null,"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":"StevenJDH","custom":["https://www.paypal.me/stevenjdh","https://www.buymeacoffee.com/stevenjdh"]}},"created_at":"2022-07-09T22:53:09.000Z","updated_at":"2025-01-27T01:07:30.000Z","dependencies_parsed_at":"2023-02-09T22:10:11.101Z","dependency_job_id":"adb9199e-14d8-4968-a021-d178de7e716c","html_url":"https://github.com/StevenJDH/helm-charts","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/StevenJDH/helm-charts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenJDH%2Fhelm-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenJDH%2Fhelm-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenJDH%2Fhelm-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenJDH%2Fhelm-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StevenJDH","download_url":"https://codeload.github.com/StevenJDH/helm-charts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenJDH%2Fhelm-charts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016932,"owners_count":26085910,"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-10-13T02:00:06.723Z","response_time":61,"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":["charts","helm","helm-charts","kubernetes","stevenjdh"],"created_at":"2024-12-13T09:06:48.949Z","updated_at":"2025-10-13T20:38:25.619Z","avatar_url":"https://github.com/StevenJDH.png","language":"Smarty","funding_links":["https://github.com/sponsors/StevenJDH","https://www.paypal.me/stevenjdh","https://www.buymeacoffee.com/stevenjdh"],"categories":[],"sub_categories":[],"readme":"# Helm Charts\n\n[![Release Charts](https://github.com/StevenJDH/helm-charts/actions/workflows/chart-releaser-workflow.yml/badge.svg?branch=main)](https://github.com/StevenJDH/helm-charts/actions/workflows/chart-releaser-workflow.yml)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/51e4129137284c32a81ec74a8600c63c)](https://app.codacy.com/gh/StevenJDH/helm-charts/dashboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=StevenJDH/helm-charts\u0026amp;utm_campaign=Badge_Grade)\n![Maintenance](https://img.shields.io/badge/yes-4FCA21?label=maintained\u0026style=flat)\n![GitHub](https://img.shields.io/github/license/StevenJDH/helm-charts)\n\nA collection of Kubernetes applications ready for release using [Helm](https://github.com/helm/helm).\n\n![helm charts demo](helm-charts-demo.gif \"Demo\")\n\n[![Buy me a coffee](https://img.shields.io/static/v1?label=Buy%20me%20a\u0026message=coffee\u0026color=important\u0026style=flat\u0026logo=buy-me-a-coffee\u0026logoColor=white)](https://www.buymeacoffee.com/stevenjdh)\n\n## Prerequisites\n* Kubernetes 1.19+\n* [Helm](https://github.com/helm/helm/releases) 3.8.0+\n\n## TL;DR\n\n```bash\nhelm repo add stevenjdh https://StevenJDH.github.io/helm-charts\nhelm repo update\nhelm search repo stevenjdh\nhelm install my-release stevenjdh/\u003cchart\u003e\n```\n\n## Pull requests\nPull requests will trigger automatic chart testing and tests against Kubernetes 1.19.x, 1.25.x, and 1.32.x before they can be merged into `main`. To avoid issues, run the same tests locally before submitting a PR.\n\n### Manual chart testing\n\n```bash\ndocker run -it --rm --name ct --workdir=/data \\\n    --volume \"$(pwd):/data\" quay.io/helmpack/chart-testing:v3.12.0 sh \\\n    -c \"ct lint --charts charts/\u003cchart\u003e --print-config --config ct.yaml\"\n```\n\n### Manual kind (Kubernetes in Docker) tests\nInstall the needed CLI from [here](https://kind.sigs.k8s.io/docs/user/quick-start/#installation), then run the following commands against the needed [Kubernetes versions](https://hub.docker.com/r/kindest/node/tags):\n\n```bash\nkind create cluster --image kindest/node:v1.19.16\nhelm install my-release charts/\u003cchart\u003e\nkind delete cluster\n```\n\n\u003e [!NOTE]  \n\u003e Run all commands from the root of the repository.\n\n## Contributing\nThanks for your interest in contributing! There are many ways to contribute to this project. Get started [here](https://github.com/StevenJDH/.github/blob/main/docs/CONTRIBUTING.md).\n\n## Do you have any questions?\nMany commonly asked questions are answered in the FAQ:\n[https://github.com/StevenJDH/helm-charts/wiki/FAQ](https://github.com/StevenJDH/helm-charts/wiki/FAQ)\n\n## Community contact\nFeel free to contact me with any questions you may have, and I'll make sure to answer them as soon as possible!\n\n| Platform  | Link        |\n|:----------|:------------|\n| 💬 Instant Message Chat (preferred) | [![Discord Banner](https://discord.com/api/guilds/851210657318961233/widget.png?style=banner2)](https://discord.gg/VzzzjetTkT)\n\nAnnouncements of new releases and other topics of interest will be shared via the preferred channel.\n\n## Want to show your support?\n\n|Method          | Address                                                                                   |\n|---------------:|:------------------------------------------------------------------------------------------|\n|PayPal:         | [https://www.paypal.me/stevenjdh](https://www.paypal.me/stevenjdh \"Steven's Paypal Page\") |\n|Cryptocurrency: | [Supported options](https://github.com/StevenJDH/StevenJDH/wiki/Donate-Cryptocurrency)    |\n\n\n// Steven Jenkins De Haro (\"StevenJDH\" on GitHub)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevenjdh%2Fhelm-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevenjdh%2Fhelm-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevenjdh%2Fhelm-charts/lists"}