{"id":22994645,"url":"https://github.com/cloudoperators/concourse-oci-helm-chart-resource","last_synced_at":"2025-04-02T12:42:06.305Z","repository":{"id":235261357,"uuid":"788888763","full_name":"cloudoperators/concourse-oci-helm-chart-resource","owner":"cloudoperators","description":"Concourse resource for Helm charts in OCI registries","archived":false,"fork":false,"pushed_at":"2024-04-23T09:19:26.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-04-23T22:23:55.870Z","etag":null,"topics":["concourse","concourse-ci","concourse-resource"],"latest_commit_sha":null,"homepage":"","language":"Go","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/cloudoperators.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}},"created_at":"2024-04-19T09:32:12.000Z","updated_at":"2024-06-19T12:21:41.351Z","dependencies_parsed_at":"2024-04-22T21:28:06.710Z","dependency_job_id":"31712f11-1474-4eae-83e4-6e544e61fd48","html_url":"https://github.com/cloudoperators/concourse-oci-helm-chart-resource","commit_stats":null,"previous_names":["cloudoperators/concourse-oci-helm-chart-resource"],"tags_count":0,"template":false,"template_full_name":"cloudoperators/repository-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudoperators%2Fconcourse-oci-helm-chart-resource","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudoperators%2Fconcourse-oci-helm-chart-resource/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudoperators%2Fconcourse-oci-helm-chart-resource/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudoperators%2Fconcourse-oci-helm-chart-resource/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudoperators","download_url":"https://codeload.github.com/cloudoperators/concourse-oci-helm-chart-resource/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246819747,"owners_count":20839094,"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":["concourse","concourse-ci","concourse-resource"],"created_at":"2024-12-15T05:19:36.151Z","updated_at":"2025-04-02T12:42:06.281Z","avatar_url":"https://github.com/cloudoperators.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Concourse resource for artifacts in an OCI registry\n===================================================\n[![REUSE status](https://api.reuse.software/badge/github.com/cloudoperators/concourse-oci-helm-chart-resource)](https://api.reuse.software/info/github.com/cloudoperators/concourse-oci-helm-chart-resource)\n\nFetches, verifies and publishes Helm Charts from a running OCI registry.\n\n## Installation\n\nAdd a new resource type to your Concourse CI pipeline:\n\n```yaml\nresource_types:\n- name: oci-registry\n  type: docker-image\n  source:\n    repository: ghcr.io/cloudoperators/concourse-oci-helm-chart-resource\n    tag: f932b76 # Replace with the latest stable release.\n```\n\n## Configuration\n\n```\nresources:\n  - name: my.chart\n    type: oci-registry\n    source:\n      registry: ghcr.io\n      repository: cloudoperators/all-my-helm-charts\n      chart_name: my-chart\n```\n\n#### Authentication\n\nThe resource supports two ways of authenticating against the registry:\n* By default, the docker credential store is used.\n* Use the `auth_username` and `auth_password` parameters within the `source` block for basic authentication.\n\n## Behavior\n\nThe resource implements the `check` and `in` action.\n\n### check: Check for new versions of the Helm chart\n\nChecks for new versions of the specified Helm chart. Returns the latest version of the Helm chart based on semantic versioning.\n\n### in: Download the Helm chart and the metadata file\n\nPlaces the packaged Helm chart and the metadata file in the destination directory following the `\u003c$\u003echart_name\u003e-\u003cchart_version\u003e.{tgz|json}` naming convention.\n\n### out\n\n* Currently not supported. Use `helm push` to push Helm charts to an OCI registry.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudoperators%2Fconcourse-oci-helm-chart-resource","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudoperators%2Fconcourse-oci-helm-chart-resource","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudoperators%2Fconcourse-oci-helm-chart-resource/lists"}