An open API service indexing awesome lists of open source software.

https://github.com/rhobs/rhobs-konflux-perses


https://github.com/rhobs/rhobs-konflux-perses

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# rhobs-konflux-perses

Use this repository to deploy Perses and Perses Operator built with Konflux

## 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
```