{"id":20626475,"url":"https://github.com/chgeuer/azure_openhack_devops_utils_chgeuer","last_synced_at":"2025-03-08T00:36:13.478Z","repository":{"id":68105115,"uuid":"226074077","full_name":"chgeuer/azure_openhack_devops_utils_chgeuer","owner":"chgeuer","description":"My utilities for the Microsoft DevOps OpenHack","archived":false,"fork":false,"pushed_at":"2019-12-19T09:05:55.000Z","size":728,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-17T06:26:33.641Z","etag":null,"topics":["azure","bash-script","helm","helm-chart","kubernetes","microsoft","openhack"],"latest_commit_sha":null,"homepage":"https://openhack.microsoft.com/","language":"Shell","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/chgeuer.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-05T10:18:33.000Z","updated_at":"2019-12-19T09:05:58.000Z","dependencies_parsed_at":"2023-02-24T23:00:43.391Z","dependency_job_id":null,"html_url":"https://github.com/chgeuer/azure_openhack_devops_utils_chgeuer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chgeuer%2Fazure_openhack_devops_utils_chgeuer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chgeuer%2Fazure_openhack_devops_utils_chgeuer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chgeuer%2Fazure_openhack_devops_utils_chgeuer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chgeuer%2Fazure_openhack_devops_utils_chgeuer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chgeuer","download_url":"https://codeload.github.com/chgeuer/azure_openhack_devops_utils_chgeuer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242483346,"owners_count":20135784,"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":["azure","bash-script","helm","helm-chart","kubernetes","microsoft","openhack"],"created_at":"2024-11-16T13:13:30.584Z","updated_at":"2025-03-08T00:36:13.472Z","avatar_url":"https://github.com/chgeuer.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# README\n\nThis repo contains my helper utilities for the Microsoft OpenHack in DevOps.\n\n\u003cp\u003e\u003cimg src=\"doc/blue-green-watch.png\" alt=\"Screenshot of the blue-green utility\" /\u003e\u003c/p\u003e\n\n\u003cvideo src=\"https://github.com/chgeuer/azure_openhack_devops_utils_chgeuer/raw/master/doc/blue-green.mp4\" controls\u003e\n\u003c/video\u003e\n\n## Installation\n\n```bash\n#!/bin/bash\nrepo=\"chgeuer/azure_openhack_devops_utils_chgeuer\"\nscript=\"blue-green-watch.sh\"\nurl=\"https://raw.githubusercontent.com/${repo}/master/${script}\"\ncurl --silent \"${url}\" -o \"./${script}\" \u0026\u0026 \\\n    chmod +x \"./${script}\" \u0026\u0026 \\\n    watch -n 1 \"./${script}\"\n```\n\n## Fixing a run of `helm update` without the `--reuse-values` parameter\n\n```bash\n#!/bin/bash\nrepo=\"chgeuer/azure_openhack_devops_utils_chgeuer\"\nscript=\"fix-reuse-values.sh\"\nurl=\"https://raw.githubusercontent.com/${repo}/master/${script}\"\ncurl --silent \"${url}\" -o \"./${script}\" \u0026\u0026 \\\n    chmod +x \"./${script}\" \u0026\u0026 \\\n    \"./${script}\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchgeuer%2Fazure_openhack_devops_utils_chgeuer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchgeuer%2Fazure_openhack_devops_utils_chgeuer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchgeuer%2Fazure_openhack_devops_utils_chgeuer/lists"}