From 3ae167db37819b20a52ab877fac8f680b7df1a7a Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Thu, 20 Aug 2026 13:20:31 +0200 Subject: [PATCH] docs(faq): drop the retired GitOps example The FAQ and the private-cloud page both pointed at aenix-io/cozystack-gitops-example as the reference for driving Cozystack from FluxCD or ArgoCD. That repository was written before Cozystack 1.0, was never updated to the current Tenant and Kubernetes resources, and has now been archived, so the documentation was sending readers to an example that teaches the wrong shape. Answer the FAQ question directly instead: the resources are ordinary Kubernetes objects, so GitOps over them needs nothing specific to the platform. Say plainly that no maintained example exists rather than imply one is coming. The private-cloud page carried the same pointer as a trailing paragraph with no other role, so it is removed there. Applied to next, v1.6 and v1.5; earlier version directories are frozen snapshots. Assisted-By: Claude Signed-off-by: Andrei Kvapil --- content/en/docs/next/guides/use-cases/private-cloud.md | 4 ---- content/en/docs/next/operations/faq/_index.md | 4 ++-- content/en/docs/v1.5/guides/use-cases/private-cloud.md | 4 ---- content/en/docs/v1.5/operations/faq/_index.md | 4 ++-- content/en/docs/v1.6/guides/use-cases/private-cloud.md | 4 ---- content/en/docs/v1.6/operations/faq/_index.md | 4 ++-- 6 files changed, 6 insertions(+), 18 deletions(-) diff --git a/content/en/docs/next/guides/use-cases/private-cloud.md b/content/en/docs/next/guides/use-cases/private-cloud.md index 66a82d99..071ac5bd 100644 --- a/content/en/docs/next/guides/use-cases/private-cloud.md +++ b/content/en/docs/next/guides/use-cases/private-cloud.md @@ -18,7 +18,3 @@ You can implement best GitOps practices, where users will launch their own Kuber Thanks to the standardization of the approach to deploying applications, you can expand the platform's capabilities using the functionality of standard Helm charts. ![Cozystack for private cloud](/img/case-private-cloud.png) - -Here you can find reference repository to learn how to configure Cozystack services using GitOps approach: - -- https://github.com/aenix-io/cozystack-gitops-example diff --git a/content/en/docs/next/operations/faq/_index.md b/content/en/docs/next/operations/faq/_index.md index 1d758339..1b757816 100644 --- a/content/en/docs/next/operations/faq/_index.md +++ b/content/en/docs/next/operations/faq/_index.md @@ -72,9 +72,9 @@ Dashboard will become available under: `https://dashboard.`
How to configure Cozystack using FluxCD or ArgoCD -Here you can find reference repository to learn how to configure Cozystack services using GitOps approach: +Cozystack applications are ordinary Kubernetes resources, so a GitOps workflow needs nothing specific to the platform: point FluxCD or ArgoCD at a repository holding your `Tenant`, `Kubernetes` and application manifests, and reconcile them as you would any other objects. The fields of each application are documented on its reference page. -- https://github.com/aenix-io/cozystack-gitops-example +There is no maintained reference repository at the moment. The previous example was written before Cozystack 1.0 and no longer matched the current resources, so it was retired rather than left to mislead.

diff --git a/content/en/docs/v1.5/guides/use-cases/private-cloud.md b/content/en/docs/v1.5/guides/use-cases/private-cloud.md index 0bbeb02d..eed3bd2e 100644 --- a/content/en/docs/v1.5/guides/use-cases/private-cloud.md +++ b/content/en/docs/v1.5/guides/use-cases/private-cloud.md @@ -18,7 +18,3 @@ You can implement best GitOps practices, where users will launch their own Kuber Thanks to the standardization of the approach to deploying applications, you can expand the platform's capabilities using the functionality of standard Helm charts. ![Cozystack for private cloud](/img/case-private-cloud.png) - -Here you can find reference repository to learn how to configure Cozystack services using GitOps approach: - -- https://github.com/aenix-io/cozystack-gitops-example diff --git a/content/en/docs/v1.5/operations/faq/_index.md b/content/en/docs/v1.5/operations/faq/_index.md index e627be0f..03e25df3 100644 --- a/content/en/docs/v1.5/operations/faq/_index.md +++ b/content/en/docs/v1.5/operations/faq/_index.md @@ -72,9 +72,9 @@ Dashboard will become available under: `https://dashboard.`
How to configure Cozystack using FluxCD or ArgoCD -Here you can find reference repository to learn how to configure Cozystack services using GitOps approach: +Cozystack applications are ordinary Kubernetes resources, so a GitOps workflow needs nothing specific to the platform: point FluxCD or ArgoCD at a repository holding your `Tenant`, `Kubernetes` and application manifests, and reconcile them as you would any other objects. The fields of each application are documented on its reference page. -- https://github.com/aenix-io/cozystack-gitops-example +There is no maintained reference repository at the moment. The previous example was written before Cozystack 1.0 and no longer matched the current resources, so it was retired rather than left to mislead.

diff --git a/content/en/docs/v1.6/guides/use-cases/private-cloud.md b/content/en/docs/v1.6/guides/use-cases/private-cloud.md index faef0260..14434006 100644 --- a/content/en/docs/v1.6/guides/use-cases/private-cloud.md +++ b/content/en/docs/v1.6/guides/use-cases/private-cloud.md @@ -18,7 +18,3 @@ You can implement best GitOps practices, where users will launch their own Kuber Thanks to the standardization of the approach to deploying applications, you can expand the platform's capabilities using the functionality of standard Helm charts. ![Cozystack for private cloud](/img/case-private-cloud.png) - -Here you can find reference repository to learn how to configure Cozystack services using GitOps approach: - -- https://github.com/aenix-io/cozystack-gitops-example diff --git a/content/en/docs/v1.6/operations/faq/_index.md b/content/en/docs/v1.6/operations/faq/_index.md index d7e2b8cd..b9b78b65 100644 --- a/content/en/docs/v1.6/operations/faq/_index.md +++ b/content/en/docs/v1.6/operations/faq/_index.md @@ -72,9 +72,9 @@ Dashboard will become available under: `https://dashboard.`
How to configure Cozystack using FluxCD or ArgoCD -Here you can find reference repository to learn how to configure Cozystack services using GitOps approach: +Cozystack applications are ordinary Kubernetes resources, so a GitOps workflow needs nothing specific to the platform: point FluxCD or ArgoCD at a repository holding your `Tenant`, `Kubernetes` and application manifests, and reconcile them as you would any other objects. The fields of each application are documented on its reference page. -- https://github.com/aenix-io/cozystack-gitops-example +There is no maintained reference repository at the moment. The previous example was written before Cozystack 1.0 and no longer matched the current resources, so it was retired rather than left to mislead.