Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 328 Bytes

File metadata and controls

17 lines (13 loc) · 328 Bytes

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:

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