https://github.com/danilomurer/go-ops
GitOps and other utilities packed in a go cli
https://github.com/danilomurer/go-ops
Last synced: 3 months 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T19:42:34.000Z (11 months ago)
- Last Synced: 2025-02-14T09:43:46.953Z (5 months 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)