From 26c49209f408bc7557ffee92f16dd92ccb7b38b7 Mon Sep 17 00:00:00 2001 From: sivakumar-devops <92422557+sivakumar-devops@users.noreply.github.com> Date: Fri, 3 May 2024 17:12:01 +0530 Subject: [PATCH] updated documentation for v7.8 release --- helm/README.md | 33 +++++++++++---------------------- 1 file changed, 11 insertions(+), 22 deletions(-) diff --git a/helm/README.md b/helm/README.md index f446a4b7..997be442 100644 --- a/helm/README.md +++ b/helm/README.md @@ -371,34 +371,23 @@ _See [helm install](https://helm.sh/docs/helm/helm_install/) for command documen ## Upgrade -Run the following command to get the latest version of Bold BI helm chart. +- Run the following command to get the latest version of Bold BI helm chart. -```console -helm repo update -``` - -If you wish to use the `values.yaml` file you already have, please ensure that the image tag version is set to `7.8.18` and that other configuration details meet the updated `values.yaml` file available at the following location: + ```console + helm repo update + ``` -[boldbi/values.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/main/helm/boldbi/values.yaml) +- Create a new YAML file or update the existing one with changes such as a new image tag, environment variables, and other configuration details. You can access the latest updated YAML file from the location below: -**Note:** Starting from v7.8.18, we migrated the Bold BI image tag from the container registry to a multi-region artifact registry. Therefore, users are requested to update the repository details in the `values.yaml` file as shown below: + [boldbi/values.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/main/helm/boldbi/values.yaml) -```yaml -image: - repo: us-docker.pkg.dev/boldbi-294612/boldbi # from gcr.io/boldbi-294612 - # Overrides the image tag, default is the chart appVersion. - tag: 7.8.18 - pullPolicy: IfNotPresent -imagePullSecrets: [] -``` - -Run the below command to apply changes in your Bold BI release or upgrading Bold BI to latest version. +- Run the below command to apply changes in your Bold BI release or upgrading Bold BI to latest version. -```console -helm upgrade [RELEASE_NAME] boldbi/boldbi -f [Crafted values.yaml file] -``` + ```console + helm upgrade [RELEASE_NAME] boldbi/boldbi -f [Crafted values.yaml file] + ``` -Ex: `helm upgrade boldbi boldbi/boldbi -f my-values.yaml` + Ex: `helm upgrade boldbi boldbi/boldbi -f my-values.yaml` ## Uninstall Chart