source-controller icon indicating copy to clipboard operation
source-controller copied to clipboard

Gitrepositories scoped semver tags

Open christian-vdz opened this issue 1 year ago • 1 comments

Hello, I have a monorepo which contains multiples applications and I would like to use scoped tags in my gitrepositories.

Example:

I didn't find anyway to do this

christian-vdz avatar Jan 29 '24 15:01 christian-vdz

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/

souleb avatar Feb 22 '24 10:02 souleb