{"id":50886124,"url":"https://github.com/hops-ops/cert-stack","last_synced_at":"2026-06-15T17:02:48.713Z","repository":{"id":356912868,"uuid":"1223969419","full_name":"hops-ops/cert-stack","owner":"hops-ops","description":"Cert Manager with optional Pod Identity integration for route 53 dns validation","archived":false,"fork":false,"pushed_at":"2026-05-22T18:42:38.000Z","size":32,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-22T21:56:48.925Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"KCL","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/hops-ops.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-28T20:43:49.000Z","updated_at":"2026-05-22T18:39:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hops-ops/cert-stack","commit_stats":null,"previous_names":["hops-ops/cert-stack"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/hops-ops/cert-stack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hops-ops%2Fcert-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hops-ops%2Fcert-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hops-ops%2Fcert-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hops-ops%2Fcert-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hops-ops","download_url":"https://codeload.github.com/hops-ops/cert-stack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hops-ops%2Fcert-stack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34372130,"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-15T02:00:07.085Z","response_time":63,"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":[],"created_at":"2026-06-15T17:02:47.903Z","updated_at":"2026-06-15T17:02:48.708Z","avatar_url":"https://github.com/hops-ops.png","language":"KCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cert-stack\n\nSingle-claim install of [cert-manager](https://github.com/cert-manager/cert-manager) onto a target Kubernetes cluster.\n\nCloud-neutral. DNS-01 plumbing lives in the corresponding DNS stack:\n- [`aws-dnsstack`](https://github.com/hops-ops/aws-dns-stack) — composes the Route53 PodIdentity for cert-manager's DNS-01 solver, plus the Let's Encrypt ClusterIssuer.\n- [`cloudflare-dnsstack`](https://github.com/hops-ops/cloudflare-dns-stack) — wires the Cloudflare API token Secret consumed by cert-manager's Cloudflare DNS-01 solver, plus the Let's Encrypt ClusterIssuer.\n\n## Usage\n\n```yaml\napiVersion: hops.ops.com.ai/v1alpha1\nkind: CertStack\nmetadata:\n  name: certs\n  namespace: default\nspec:\n  clusterName: my-cluster\n```\n\nThis composes:\n- A cert-manager Helm release on the target cluster\n\n## Spec Reference\n\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `clusterName` | string | _required_ | Target cluster name; default for `helmProviderConfigRef.name` |\n| `namespace` | string | `cert-manager` | Namespace for the Helm release |\n| `releaseName` | string | `cert-manager` | Helm release name |\n| `chartVersion` | string | `v1.19.2` | cert-manager Helm chart version |\n| `helmProviderConfigRef.name` | string | `clusterName` | Helm ProviderConfig |\n| `helmProviderConfigRef.kind` | enum | `ProviderConfig` | `ProviderConfig` or `ClusterProviderConfig` |\n| `values` | object | — | Helm values merged with chart defaults |\n| `overrideAllValues` | object | — | Helm values that replace all defaults |\n| `managementPolicies` | string[] | `[\"*\"]` | Crossplane management policies |\n| `labels` | object | — | Custom labels merged with defaults |\n\n## Composed Resources\n\n| Resource | Kind |\n|---|---|\n| `\u003creleaseName\u003e` | `helm.m.crossplane.io/Release` |\n\n## Dependencies\n\n| Kind | Package | Version |\n|---|---|---|\n| Function | `crossplane-contrib/function-auto-ready` | `\u003e=v0.6.3` |\n| Provider | `crossplane-contrib/provider-helm` | `\u003e=v1` |\n\n## Development\n\n```bash\nmake render             # Render all examples\nmake validate           # Validate against Crossplane schemas\nmake build              # Build the package\n```\n\n## License\n\nApache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhops-ops%2Fcert-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhops-ops%2Fcert-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhops-ops%2Fcert-stack/lists"}