https://github.com/rhobs/rhobs-konflux-loki
https://github.com/rhobs/rhobs-konflux-loki
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rhobs/rhobs-konflux-loki
- Owner: rhobs
- Created: 2025-11-19T15:28:59.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-03-23T10:12:20.000Z (4 months ago)
- Last Synced: 2026-03-24T07:49:33.833Z (4 months ago)
- Size: 80.1 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
Use this repository to deploy Loki and Loki operator built with Konflux for RHOBS.next.
## Update submodule
1. Go to https://gitlab.cee.redhat.com/openshift-logging/konflux-log-storage/ (midstream repository of the Logging product) and select the release branch you want to upgrade to. Write down the branches for the Loki and Loki operator submodules. Pay attention that the branches may be different!
2. Update the branch name in the `.gitmodules` file and checkout the required commit in the `loki` directory.
3. Repeat the same operation for the [Loki operator](https://github.com/rhobs/rhobs-konflux-loki-operator).
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
```