source-controller
source-controller copied to clipboard
Gitrepositories scoped semver tags
Hello, I have a monorepo which contains multiples applications and I would like to use scoped tags in my gitrepositories.
Example:
- Git repo app1: semver [email protected]
- Git repo app2: semver [email protected]
I didn't find anyway to do this
How do you handle apps?
For helm, you can look at that guide: https://fluxcd.io/flux/guides/helmreleases/
If you want to deploy Kubernetes objects directly, I suggest that you have a look at OCIRepository. You would have to push your apps from git to an OCI repository with 'flux push artifact`. See https://fluxcd.io/flux/cheatsheets/oci-artifacts/