Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gitrepositories scoped semver tags #1354

Open
christian-vdz opened this issue Jan 29, 2024 · 1 comment
Open

Gitrepositories scoped semver tags #1354

christian-vdz opened this issue Jan 29, 2024 · 1 comment

Comments

@christian-vdz
Copy link

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 ~app1@1.0
  • Git repo app2: semver ~app2@1.1.0

I didn't find anyway to do this

@souleb
Copy link
Member

souleb commented Feb 22, 2024

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants