{"id":18445900,"url":"https://github.com/voronenko/cdci-helm-kubectl","last_synced_at":"2025-09-02T13:44:24.964Z","repository":{"id":145344947,"uuid":"309350262","full_name":"Voronenko/cdci-helm-kubectl","owner":"Voronenko","description":"Basic cdci deployment container with kubectl and helm","archived":false,"fork":false,"pushed_at":"2022-08-28T20:38:49.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-14T17:42:48.384Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Voronenko.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,"publiccode":null,"codemeta":null}},"created_at":"2020-11-02T11:30:52.000Z","updated_at":"2022-08-28T20:38:52.000Z","dependencies_parsed_at":"2023-07-03T09:17:14.740Z","dependency_job_id":null,"html_url":"https://github.com/Voronenko/cdci-helm-kubectl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Voronenko/cdci-helm-kubectl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voronenko%2Fcdci-helm-kubectl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voronenko%2Fcdci-helm-kubectl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voronenko%2Fcdci-helm-kubectl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voronenko%2Fcdci-helm-kubectl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Voronenko","download_url":"https://codeload.github.com/Voronenko/cdci-helm-kubectl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voronenko%2Fcdci-helm-kubectl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273293888,"owners_count":25079892,"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","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"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":"2024-11-06T07:07:50.440Z","updated_at":"2025-09-02T13:44:24.934Z","avatar_url":"https://github.com/Voronenko.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Raw kubectl\n\n```yaml\ndeploy:\n  stage: deploy\n  image: voronenko/cdci-helm-kubectl\n  script:\n    - kubectl config set-cluster k8s --server=\"${SERVER}\"\n    - kubectl config set clusters.k8s.certificate-authority-data ${CERTIFICATE_AUTHORITY_DATA}\n    - kubectl config set-credentials gitlab --token=\"${USER_TOKEN}\"\n    - kubectl config set-context default --cluster=k8s --user=gitlab\n    - kubectl config use-context default\n    - sed -i \"s/\u003cVERSION\u003e/${CI_COMMIT_SHORT_SHA}/g\" deployment.yaml\n    - kubectl apply -f deployment.yaml\n```\n\n\n## Helm3\n\n```yaml\ndeploy:\n  stage: deploy\n  image: voronenko/cdci-helm-kubectl\n  script:\n    - kubectl config set-cluster k8s --server=\"${SERVER}\"\n    - kubectl config set clusters.k8s.certificate-authority-data ${CERTIFICATE_AUTHORITY_DATA}\n    - kubectl config set-credentials gitlab --token=\"${USER_TOKEN}\"\n    - kubectl config set-context default --cluster=k8s --user=gitlab\n    - kubectl config use-context default\n    - helm upgrade your-helm-deployment-name ./your-helm-deployment-path --install --set image.tag=${CI_COMMIT_SHORT_SHA}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoronenko%2Fcdci-helm-kubectl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoronenko%2Fcdci-helm-kubectl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoronenko%2Fcdci-helm-kubectl/lists"}