From 0b290e22e2889ea86331b23f44e8d53f48860fa1 Mon Sep 17 00:00:00 2001 From: arkadiy kraportov Date: Mon, 27 Aug 2018 09:10:49 +0900 Subject: [PATCH] fix broken link to Helm Chart Probably it's better to update the https://github.com/goharbor/harbor/blob/master/docs/installation_guide.md to point to the https://github.com/goharbor/harbor-helm rather than this deprecated guide Signed-off-by: arkadiy kraportov --- docs/kubernetes_deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kubernetes_deployment.md b/docs/kubernetes_deployment.md index 0ce596128..6ae81275b 100644 --- a/docs/kubernetes_deployment.md +++ b/docs/kubernetes_deployment.md @@ -1,4 +1,4 @@ -**IMPORTANT** This guide is deprecated and not updated any more. We strongly recommend using [Harbor Helm Chart](https://github.com/goharbor/harbor/tree/master/contrib/helm/harbor) to deploy latest Harbor release on Kubernetes. +**IMPORTANT** This guide is deprecated and not updated any more. We strongly recommend using [Harbor Helm Chart](https://github.com/goharbor/harbor-helm) to deploy latest Harbor release on Kubernetes. ## Integration with Kubernetes This Document decribes how to deploy Harbor on Kubernetes. It has been verified on **Kubernetes v1.6.5** and **Harbor v1.2.0**