{"id":35532766,"url":"https://github.com/synkube/charts","last_synced_at":"2026-02-17T00:02:26.448Z","repository":{"id":331582583,"uuid":"1127429025","full_name":"synkube/charts","owner":"synkube","description":"Reusable Helm Charts","archived":false,"fork":false,"pushed_at":"2026-02-07T07:05:45.000Z","size":203,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-07T16:59:23.172Z","etag":null,"topics":["app-starter","devops","helm","k8s","onechart"],"latest_commit_sha":null,"homepage":"https://synkube.github.io/charts/","language":"Mustache","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/synkube.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2026-01-03T21:38:18.000Z","updated_at":"2026-02-07T07:04:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/synkube/charts","commit_stats":null,"previous_names":["synkube/charts"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/synkube/charts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synkube%2Fcharts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synkube%2Fcharts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synkube%2Fcharts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synkube%2Fcharts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/synkube","download_url":"https://codeload.github.com/synkube/charts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synkube%2Fcharts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29525435,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T21:45:09.491Z","status":"ssl_error","status_checked_at":"2026-02-16T21:44:58.452Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["app-starter","devops","helm","k8s","onechart"],"created_at":"2026-01-04T02:21:52.745Z","updated_at":"2026-02-17T00:02:26.408Z","avatar_url":"https://github.com/synkube.png","language":"Mustache","readme":"# Synkube Charts\n\n[![Chart Repository](https://img.shields.io/badge/Chart%20Repository-Synkube-purple)](https://synkube.github.io/charts/)\n[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/synkube)](https://artifacthub.io/packages/search?repo=synkube)\n[![Version](https://img.shields.io/badge/Version-1.1.0-green)](https://github.com/synkube/charts/releases/tag/v1.1.0)\n\nReusable Helm charts for Kubernetes platform and application deployments.\n\n## app-starter - The One Chart to Rule Them All\nGeneral purpose chart for deploying applications on Kubernetes. You can run 99% of applications with this one chart.\nIt supports a wide range of deployment patterns from simple web applications to complex stateful services with sidecars, migrations, and scheduled jobs.\n\n## Charts\n\n| Chart | Description | Scope |\n|-------|-------------|-------|\n| **app-starter** | Streamlined chart for deploying applications (Deployments, StatefulSets, CronJobs, Services, Ingress, etc.) | Namespace |\n| **app-extensions** | Additional namespace-scoped resources (Secrets, ConfigMaps, RBAC, NetworkPolicies) | Namespace |\n| **platform-extensions** | Cluster-scoped resources (ClusterRoles, ClusterSecretStores, Certificates) | Cluster |\n| **common** | Library chart with shared helper functions | Library |\n\n## Installation\n\n### Option 1: OCI Registry (Recommended)\n\n```bash\n# Install directly from OCI\nhelm install myapp oci://ghcr.io/synkube/charts/app-starter --version 1.1.0 -f values.yaml\n\n# Or pull first, then install\nhelm pull oci://ghcr.io/synkube/charts/app-starter --version 1.1.0\nhelm install myapp ./app-starter-1.1.0.tgz -f values.yaml\n```\n\n### Option 2: Helm Repository (GitHub Pages)\n\n```bash\n# Add the Helm repository\nhelm repo add synkube https://synkube.github.io/charts\nhelm repo update\n\n# Search available charts\nhelm search repo synkube\n\n# Install a chart\nhelm install myapp synkube/app-starter -f values.yaml\n```\n\n## Quick Start Examples\n\n### Deploy a Web Application\n\n```yaml\n# values.yaml\nimage:\n  repository: nginx\n  tag: \"1.25\"\n\ncontainer:\n  ports:\n    - name: http\n      containerPort: 80\n\nservice:\n  ports:\n    - port: 80\n      targetPort: 80\n      name: http\n\ningress:\n  enabled: true\n  className: nginx\n  hosts:\n    - host: myapp.example.com\n      paths: [\"/\"]\n```\n\n```bash\nhelm install myapp synkube/app-starter -f values.yaml\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynkube%2Fcharts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsynkube%2Fcharts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynkube%2Fcharts/lists"}