{"id":13550029,"url":"https://github.com/viglesiasce/helm-gcs","last_synced_at":"2025-04-25T12:30:48.202Z","repository":{"id":138701019,"uuid":"108320154","full_name":"viglesiasce/helm-gcs","owner":"viglesiasce","description":"Helm plugin for using GCS as a private chart repository","archived":false,"fork":false,"pushed_at":"2019-12-03T08:17:41.000Z","size":9,"stargazers_count":74,"open_issues_count":1,"forks_count":23,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-03T21:12:26.629Z","etag":null,"topics":["helm-plugin","kubernetes-helm"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/viglesiasce.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}},"created_at":"2017-10-25T20:06:05.000Z","updated_at":"2025-03-17T09:31:34.000Z","dependencies_parsed_at":"2023-07-15T23:46:30.634Z","dependency_job_id":null,"html_url":"https://github.com/viglesiasce/helm-gcs","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viglesiasce%2Fhelm-gcs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viglesiasce%2Fhelm-gcs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viglesiasce%2Fhelm-gcs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viglesiasce%2Fhelm-gcs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/viglesiasce","download_url":"https://codeload.github.com/viglesiasce/helm-gcs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250817528,"owners_count":21492164,"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":["helm-plugin","kubernetes-helm"],"created_at":"2024-08-01T12:01:28.228Z","updated_at":"2025-04-25T12:30:47.904Z","avatar_url":"https://github.com/viglesiasce.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# helm-gcs\nHelm plugin for using Google Cloud Storage as a private chart repository.\n\n## THIS IS NOT AN OFFICIAL GOOGLE PRODUCT\n\n## Install\n\n1. Ensure the Google Cloud SDK is installed. This plugin depends on `gsutil`.\n\n1. Authenticate the Google Cloud SDK.\n\n    ```shell\n    $ gcloud auth login\n    ```\n\n1. Install the Helm plugin\n\n    ```shell\n    $ helm plugin install https://github.com/viglesiasce/helm-gcs.git --version v0.2.0\n    ```\n\n## Usage\n\n1. Create a new Cloud Storage bucket:\n\n    ```shell\n    $ export PROJECT=$(gcloud info --format='value(config.project)') \n    $ gsutil mb gs://$PROJECT-helm-repo\n    ```\n\n1. Initialize an existing Cloud Storage Bucket to be a Helm repo:\n\n    ```shell\n    $ helm gcs init gs://$PROJECT-helm-repo\n    ```\n\n1. Create a test chart and package it:\n\n    ```shell\n    $ helm create test-chart\n    $ helm package test-chart\n    ```\n    \n1. Upload the chart to your repository:\n\n    ```shell\n    $ helm gcs push test-chart-0.1.0.tgz gs://$PROJECT-helm-repo\n    ```\n    \n1. Add your Cloud Storage repo into your local Helm client:\n\n    ```shell\n    $ helm repo add gcs-repo gs://$PROJECT-helm-repo\n    ```\n    \n1. List the charts in your newly added repo:\n\n    ```shell\n    $ helm search gcs-repo\n    NAME               \tVERSION\tDESCRIPTION                \n    gcs-repo/test-chart\t0.1.0  \tA Helm chart for Kubernetes\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviglesiasce%2Fhelm-gcs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviglesiasce%2Fhelm-gcs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviglesiasce%2Fhelm-gcs/lists"}