/GitOps

The Edenmind apps are released following the GitOps principles, which are implemented through Flux2 and Flagger.

GitOps

This repository contains the GitOps configuration for the OpenArabic project.

Flux

Flux has been installed using: https://fluxcd.io/docs/get-started/

Good to know

export GITHUB_TOKEN=token
export GITHUB_USER=user
flux bootstrap github --owner=edenmind --repository=gitops --branch=main --path=./clusters/openarabic
flux create source helm openarabic --url=oci://registry.digitalocean.com/openarabic/open-arabic-helm --interval=30s --export > ./clusters/openarabic/openarabic-source.yaml