Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danilomurer/go-ops
GitOps and other utilities packed in a go cli
https://github.com/danilomurer/go-ops
Last synced: 4 days ago
JSON representation
GitOps and other utilities packed in a go cli
- Host: GitHub
- URL: https://github.com/danilomurer/go-ops
- Owner: DaniloMurer
- Created: 2024-08-10T20:15:40.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T19:42:34.000Z (3 months ago)
- Last Synced: 2024-10-11T15:44:58.748Z (28 days ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-ops
## Setup
install go for your os
## Run
run the go file with following parameters:
```bash
go run main.go YOUR_DEPLOYMENT_FILE OLD_IMAGE_VERSION NEW_IMAGE_VERSION
```
example:
```bash
go run main.go ./deployment.yaml churrer.xyz:0.5.0 churrer.xyz:0.6.0
```
Note that the current implementation pretty much replaces anything with everything as long as your parameters are valid (content exists in file and filepath is valid)