{"id":27146578,"url":"https://github.com/krateoplatformops/provider-github","last_synced_at":"2026-05-07T01:33:50.477Z","repository":{"id":41200760,"uuid":"491170594","full_name":"krateoplatformops/provider-github","owner":"krateoplatformops","description":"Krateo PlatformOps Provider Github","archived":false,"fork":false,"pushed_at":"2022-11-09T15:19:42.000Z","size":91,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-08T10:53:49.700Z","etag":null,"topics":["create","crossplane-provider","github","golang","kubernetes","repository"],"latest_commit_sha":null,"homepage":"","language":"Go","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/krateoplatformops.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}},"created_at":"2022-05-11T15:32:06.000Z","updated_at":"2023-03-07T10:28:11.000Z","dependencies_parsed_at":"2022-09-13T05:20:32.700Z","dependency_job_id":null,"html_url":"https://github.com/krateoplatformops/provider-github","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/krateoplatformops/provider-github","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krateoplatformops%2Fprovider-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krateoplatformops%2Fprovider-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krateoplatformops%2Fprovider-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krateoplatformops%2Fprovider-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krateoplatformops","download_url":"https://codeload.github.com/krateoplatformops/provider-github/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krateoplatformops%2Fprovider-github/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264890031,"owners_count":23678828,"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","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":["create","crossplane-provider","github","golang","kubernetes","repository"],"created_at":"2025-04-08T10:48:06.935Z","updated_at":"2026-05-07T01:33:50.430Z","avatar_url":"https://github.com/krateoplatformops.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Provider GitHub\n\n## Overview\n\nThis is a Kubernetes Operator (Crossplane provider) that creates a GitHub repository.\n\n## Getting Started\n\nWith Crossplane installed in your cluster:\n\n```sh\n$ helm repo add crossplane-stable https://charts.crossplane.io/stable\n$ helm repo update\n$ helm install crossplane --namespace crossplane-system crossplane-stable/crossplane\n```\n\n### Install this provider\n\nInstall the below manifest:\n\n```sh\ncat \u003c\u003cEOF | kubectl apply -f -\napiVersion: pkg.crossplane.io/v1\nkind: Provider\nmetadata:\n  namespace: krateo-system\n  name: provider-github\nspec:\n  package: 'ghcr.io/krateoplatformops/provider-github:VERSION'\n  packagePullPolicy: IfNotPresent\nEOF\n```\n\n!!! note \"\"\n\n   replace `VERSION` with [latest provider tag](https://github.com/krateoplatformops/provider-github/tags)\n\n### Configure the provider\n\n```sh\ncat \u003c\u003cEOF | kubectl apply -f -\napiVersion: github.krateo.io/v1alpha1\nkind: ProviderConfig\nmetadata:\n  name: provider-github-demo-config\nspec:\n  # URL to Github API\n  apiUrl: https://github.yourdomain.it/api/v3\n  # Set verbose true to dump all client requests\n  verbose: true\n  # The secret with your Github PAT\n  credentials:\n    source: Secret\n    secretRef:\n      namespace: default\n      name: github-secret\n      key: token\nEOF\n```\n\n### Configure the `Repo` CRD instance\n\n```sh\ncat \u003c\u003cEOF | kubectl apply -f -\napiVersion: github.krateo.io/v1alpha1\nkind: Repo\nmetadata:\n  name: provider-github-demo\nspec:\n  forProvider:\n    # Github Owner\n    org: krateoplatformops\n    # Repository name\n    name: demo-repo\n  providerConfigRef:\n    name: provider-github-demo-config\nEOF\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrateoplatformops%2Fprovider-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrateoplatformops%2Fprovider-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrateoplatformops%2Fprovider-github/lists"}