You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TL;DR: We are proposing to add a new storage backend for GitHub/GitLab to store/mirror the charts.
GitOps is having a Git repository that always contains declarative descriptions of the infrastructure currently desired in the production environment and an automated process to make the production environment match the described state in the repository. 1
Let's assume we have a self-managed GitLab server. And we prefer not to use for the external storage in the cloud services.
Here is the idea for the GitLab:
0. GitLab Hostname: gitlab.internal.com, base group /helm-charts
We want to store https://falcosecurity.github.io/charts chart in the repo called falcosecurity/charts
Create a root group called /helm-charts, if not exist
Create a subgroup called falcosecurity, if not exist
Create a repo called charts, if not exist
Force push the all files (or commits) to store
We can create custom gitlab.go and github.go providers for this if it makes sense!
TL;DR: We are proposing to add a new storage backend for GitHub/GitLab to store/mirror the charts.
GitOps is having a Git repository that always contains declarative descriptions of the infrastructure currently desired in the production environment and an automated process to make the production environment match the described state in the repository. 1
Let's assume we have a self-managed GitLab server. And we prefer not to use for the external storage in the cloud services.
Here is the idea for the GitLab:
0. GitLab Hostname:
gitlab.internal.com
, base group/helm-charts
https://falcosecurity.github.io/charts
chart in the repo calledfalcosecurity/charts
/helm-charts
, if not existfalcosecurity
, if not existcharts
, if not existWe can create custom
gitlab.go
andgithub.go
providers for this if it makes sense!cc @jdolitsky
Footnotes
https://www.gitops.tech/#what-is-gitops ↩
The text was updated successfully, but these errors were encountered: