{"id":16143493,"url":"https://github.com/lhns/kubedeploy","last_synced_at":"2025-03-18T17:31:16.015Z","repository":{"id":37557461,"uuid":"471852016","full_name":"lhns/kubedeploy","owner":"lhns","description":"A vendor-neutral way to deploy your App","archived":false,"fork":false,"pushed_at":"2025-02-26T00:24:07.000Z","size":186,"stargazers_count":2,"open_issues_count":16,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-28T11:12:33.732Z","etag":null,"topics":["continuous-deployment","curl","devops","docker","docker-swarm","gitops","k8s","kubernetes","portainer","webservice"],"latest_commit_sha":null,"homepage":"","language":"Scala","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/lhns.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":"2022-03-20T01:33:03.000Z","updated_at":"2024-06-25T07:44:53.000Z","dependencies_parsed_at":"2023-11-15T10:39:55.031Z","dependency_job_id":"6c70ac85-d424-4c83-82bc-b18336942201","html_url":"https://github.com/lhns/kubedeploy","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lhns%2Fkubedeploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lhns%2Fkubedeploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lhns%2Fkubedeploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lhns%2Fkubedeploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lhns","download_url":"https://codeload.github.com/lhns/kubedeploy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243941069,"owners_count":20372179,"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":["continuous-deployment","curl","devops","docker","docker-swarm","gitops","k8s","kubernetes","portainer","webservice"],"created_at":"2024-10-10T00:09:24.082Z","updated_at":"2025-03-18T17:31:15.714Z","avatar_url":"https://github.com/lhns.png","language":"Scala","readme":"# kubedeploy\n\n[![Docker Workflow](https://github.com/lhns/kubedeploy/workflows/build/badge.svg)](https://github.com/lhns/kubedeploy/actions?query=workflow%3Abuild)\n[![Release Notes](https://img.shields.io/github/release/lhns/kubedeploy.svg?maxAge=3600)](https://github.com/lhns/kubedeploy/releases/latest)\n[![Apache License 2.0](https://img.shields.io/github/license/lhns/kubedeploy.svg?maxAge=3600)](https://www.apache.org/licenses/LICENSE-2.0)\n\nA vendor-neutral and modular way to deploy your App with `curl` from a CI/CD-Pipeline to your Container Cluster of\nchoice.\n\n## Example\n\n```shell\ncurl -sSf -H \"Authorization: Bearer \u003csecret\u003e\" -d \"{\n  \\\"resource\\\": \\\"my-app\\\",\n  \\\"actions\\\": [{\\\"env\\\": {\n    \\\"IMAGE\\\": \\\"ghcr.io/my/app:1.0.0\\\"\n  }}]\n}\" http://my-kubedeploy:8080/deploy/\u003ctarget-id\u003e\n```\n\n## Actions\n\n### Env\n\n```json\n{\n  \"env\": {\n    \"IMAGE\": \"myimage:latest\"\n  }\n}\n```\n\n### Yaml\n\n```json\n{\n  \"yaml\": {\n    \"path\": [\n      \"services\",\n      \"test\",\n      \"image\"\n    ],\n    \"value\": \"myimage:latest\"\n  }\n}\n```\n\n### Json\n\n```json\n{\n  \"json\": {\n    \"path\": [\n      \"services\",\n      \"test\",\n      \"image\"\n    ],\n    \"value\": \"myimage:latest\"\n  }\n}\n```\n\n### Regex\n\n```json\n{\n  \"regex\": {\n    \"find\": \"(?\u003c=image: ).*?(?=\\\\r?\\\\n|$)\",\n    \"replace\": \"myimage:latest\"\n  }\n}\n```\n\n### Stack Config\n\n```yaml\nversion: '3.8'\n\nservices:\n  kubedeploy:\n    image: ghcr.io/lhns/kubedeploy:latest\n    environment:\n      CONFIG: |\n        {\n          \"targets\": [\n            {\n              \"id\": \"\u003ctarget-id\u003e\",\n              \"secret\": \"\u003csecret\u003e\",\n              \"portainer\": {\n                \"url\": \"http://my-portainer\",\n                \"username\": \"\u003cusername\u003e\",\n                \"password\": \"\u003cpassword\u003e\"\n              }\n            }\n          ]\n        }\n    ports:\n      - \"8080:8080\"\n```\n\n## Supported\n\n- Docker Swarm via Portainer API\n  - doesn't support deployment status yet\n- GitOps\n  - doesn't support deployment status yet (via Argo CD, Flux or Kubernetes API)\n\n## Planned\n\n- Docker Swarm via Docker API\n- Kubernetes API\n\n## License\n\nThis project uses the Apache 2.0 License. See the file called LICENSE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flhns%2Fkubedeploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flhns%2Fkubedeploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flhns%2Fkubedeploy/lists"}