From e46533e474fd5ab0b7d6c79a180558ae2179ff4e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 15:04:32 +0000 Subject: [PATCH] [helm-docs] Update readme --- helm/hive-metastore/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/hive-metastore/README.md b/helm/hive-metastore/README.md index 3f5b96e..40be6a7 100644 --- a/helm/hive-metastore/README.md +++ b/helm/hive-metastore/README.md @@ -35,13 +35,13 @@ This chart bootstraps a [Hive Metastore](https://cwiki.apache.org/confluence/dis To install the chart with the release name `my-release`: ```shell -$ helm install my-release oci://quay.io/okdp/charts/hive-metastore --version 0.1.0 +$ helm install my-release oci://quay.io/okdp/charts/hive-metastore --version 3.1.3-1.0.0 ``` This will create a release of `my-release` in the default namespace. To install in a different namespace: ```shell -$ helm install my-release oci://quay.io/okdp/charts/hive-metastore --version 0.1.0 \ +$ helm install my-release oci://quay.io/okdp/charts/hive-metastore --version 3.1.3-1.0.0 \ --namespace hive-metastore ``` @@ -62,7 +62,7 @@ The command removes all the Kubernetes components associated with the chart and To download the chart locally, use the following command: ```shell -$ helm pull oci://quay.io/okdp/charts/hive-metastore --version 0.1.0 +$ helm pull oci://quay.io/okdp/charts/hive-metastore --version 3.1.3-1.0.0 ``` ## Values