From 91df960bd43eb0ddc393726e08990cf254577759 Mon Sep 17 00:00:00 2001 From: Stuart Clements <sclements@vmware.com> Date: Fri, 1 Nov 2019 16:44:08 +0100 Subject: [PATCH] Added Helm --- docs/harbor-doc-reorg/_index.md | 5 +++-- .../working_with_projects/managing_helm_charts.md | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/harbor-doc-reorg/_index.md b/docs/harbor-doc-reorg/_index.md index 7da5650e1..5ead44e20 100644 --- a/docs/harbor-doc-reorg/_index.md +++ b/docs/harbor-doc-reorg/_index.md @@ -26,7 +26,7 @@ This section describes how to install Harbor and perform the required initial co This section describes how to use and maintain Harbor after deployment. These day 2 operations are performed by the Harbor Administrator. -- [Managing Users](administration/managing_users/_index.md) +- [Manage Users](administration/managing_users/_index.md) - [Harbor Role Based Access Control (RBAC)](administration/managing_users/configure_rbac.md) - [User Permissions By Role](administration/managing_users/user_permissions_by_role.md) - [Configure Harbor User Settings at the Command Line](administration/managing_users/configure_user_settings_cli.md) @@ -62,11 +62,12 @@ This section describes how users with the developer, master, and project adminis - [Create Robot Accounts](working_with_projects/create_robot_accounts.md) - [Configure Webhook Notifications](working_with_projects/configure_webhooks.md) - [Configure a Per-Project CVE Whitelist](working_with_projects/configure_project_whitelist.md) -- [Working with Images and Tags](working_with_projects/working_with_images.md) +- [Working with Images, Tags, and Helm Charts](working_with_projects/working_with_images.md) - [Pulling and Pushing Images](working_with_projects/pulling_pushing_images.md) - [Create Labels](working_with_projects/create_labels.md) - [Retag Images](retagging_images.md) - [Create Tag Retention Rules](working_with_projects/create_tag_retention_rules.md) + - [Manage Kubernetes Packages with Helm Charts](working_with_projects/managing_helm_charts.md) ## Build, Customize, and Contribute to Harbor diff --git a/docs/harbor-doc-reorg/working_with_projects/managing_helm_charts.md b/docs/harbor-doc-reorg/working_with_projects/managing_helm_charts.md index ad32d9400..9a0e004b5 100644 --- a/docs/harbor-doc-reorg/working_with_projects/managing_helm_charts.md +++ b/docs/harbor-doc-reorg/working_with_projects/managing_helm_charts.md @@ -1,4 +1,5 @@ -# Managing Helm Charts +# Manage Kubernetes Packages with Helm Charts + [Helm](https://helm.sh) is a package manager for [Kubernetes](https://kubernetes.io). Helm uses a packaging format called [charts](https://docs.helm.sh/developing_charts). Since version 1.6.0 Harbor is now a composite cloud-native registry which supports both container image management and Helm charts management. Access to Helm charts in Harbor is controlled by [role-based access controls (RBAC)](https://en.wikipedia.org/wiki/Role-based_access_control) and is restricted by projects. ### Manage Helm Charts via portal