Use this repository to deploy thanos-operator built with Konflux
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