https://github.com/rhobs/rhobs-konflux-thanos
https://github.com/rhobs/rhobs-konflux-thanos
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rhobs/rhobs-konflux-thanos
- Owner: rhobs
- Created: 2025-02-17T10:16:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T12:43:48.000Z (over 1 year ago)
- Last Synced: 2025-02-25T13:42:33.057Z (over 1 year ago)
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rhobs-konflux-thanos
Use this repository to deploy thanos built with Konflux
## Update submodule
Update the submodule to the latest commit:
```bash
cd path/to/submodule
git fetch --tags
git checkout tag_name
cd ..
git add path/to/submodule
git commit -m "Updated submodule to tag_name"
git push
```