https://github.com/rhobs/rhobs-konflux-loki-operator
https://github.com/rhobs/rhobs-konflux-loki-operator
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rhobs/rhobs-konflux-loki-operator
- Owner: rhobs
- Created: 2025-11-21T14:16:46.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-03-28T12:08:09.000Z (3 months ago)
- Last Synced: 2026-03-28T15:49:56.698Z (3 months ago)
- Size: 61.5 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# rhobs-konflux-loki-operator
Use this repository to build Loki operator with Konflux for RHOBS.next.
## 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
```