summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-12-03 14:36:24 +0100
committerAchilleas Pipinellis <axil@gitlab.com>2018-12-03 14:36:24 +0100
commit478cd6637753c4830fc26f94fb102bce0c431eb5 (patch)
tree449611aa55654bc101eaaa0d93f0bf05d0f730ce
parent80ea0e5dc11b99a06e110e5669117c53c9ad9e73 (diff)
downloadgitlab-ce-478cd6637753c4830fc26f94fb102bce0c431eb5.tar.gz
Remove mention of deprecated charts in the docs
-rw-r--r--doc/install/kubernetes/index.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/doc/install/kubernetes/index.md b/doc/install/kubernetes/index.md
index 174f0a5f366..baa37f2b495 100644
--- a/doc/install/kubernetes/index.md
+++ b/doc/install/kubernetes/index.md
@@ -38,26 +38,3 @@ and you'd like to leverage the Runner's
it can be deployed with the GitLab Runner chart.
Learn more about [gitlab-runner chart](gitlab_runner_chart.md).
-
-## Deprecated Charts
-
-CAUTION: **Deprecated:**
-These charts are **deprecated**. We recommend using the [GitLab Chart](gitlab_chart.md)
-instead.
-
-### GitLab-Omnibus Chart
-
-This chart is based on the [GitLab Omnibus Docker images](https://docs.gitlab.com/omnibus/docker/).
-It deploys and configures nearly all features of GitLab, including:
-
-- [A GitLab Runner](https://docs.gitlab.com/runner/)
-- [Container Registry](../../user/project/container_registry.html#gitlab-container-registry)
-- [Mattermost](https://docs.gitlab.com/omnibus/gitlab-mattermost/)
-- [Automatic SSL](https://github.com/kubernetes/charts/tree/master/stable/kube-lego)
-- [An NGINX load balancer](https://github.com/kubernetes/ingress/tree/master/controllers/nginx)
-
-Learn more about the [gitlab-omnibus chart](gitlab_omnibus.md).
-
-### Community Contributed Charts
-
-The community has also contributed GitLab [CE](https://github.com/kubernetes/charts/tree/master/stable/gitlab-ce) and [EE](https://github.com/kubernetes/charts/tree/master/stable/gitlab-ee) charts to the [Helm Stable Repository](https://github.com/kubernetes/charts#repository-structure). These charts are [deprecated](https://github.com/kubernetes/charts/issues/1138) in favor of the [official Chart](gitlab_chart.md).