https://github.com/rhobs/rhobs-konflux-perses
https://github.com/rhobs/rhobs-konflux-perses
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rhobs/rhobs-konflux-perses
- Owner: rhobs
- Created: 2025-08-11T10:03:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-06T08:55:55.000Z (10 months ago)
- Last Synced: 2025-09-06T10:25:25.263Z (10 months ago)
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```