Use this repository to deploy Loki and Loki operator built with Konflux for RHOBS.next.
- 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!
- Update the branch name in the
.gitmodulesfile and checkout the required commit in thelokidirectory. - Repeat the same operation for the Loki operator.
Update the submodule to the latest commit:
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