From ce6d59a675bbf396ce9edc5b908ddc6454594c3a Mon Sep 17 00:00:00 2001 From: sivakumar-devops <92422557+sivakumar-devops@users.noreply.github.com> Date: Thu, 13 Jun 2024 20:34:31 +0530 Subject: [PATCH] manifest changes for v7.9 sp relase --- deploy/auto-deployment/deploy_aks.yaml | 14 +++++------ deploy/auto-deployment/deploy_eks.yaml | 14 +++++------ deploy/auto-deployment/deploy_gke.yaml | 14 +++++------ deploy/deploy/ack_deploy.yaml | 16 ++++++------- deploy/deploy/common_ack_deploy.yaml | 16 ++++++------- deploy/deployment.yaml | 16 ++++++------- deploy/version-config.yaml | 16 ++++++------- ...-balancer-with-ssl-certificate-from-acm.md | 2 +- ...d-bi-and-bold-reports-in-an-ack-cluster.md | 2 +- ...how-to-deploy-bold-bi-in-an-ack-cluster.md | 2 +- docs/amazon-eks.md | 24 +++++++++---------- docs/bold-bi-auto-deployment.md | 2 +- docs/google-gke.md | 24 +++++++++---------- docs/microsoft-aks.md | 24 +++++++++---------- docs/oracle-oke.md | 24 +++++++++---------- helm/README.md | 2 +- helm/bold-common/Chart.yaml | 4 ++-- helm/bold-common/README.md | 2 +- helm/bold-common/values.yaml | 6 ++--- helm/boldbi/Chart.yaml | 4 ++-- helm/boldbi/values.yaml | 2 +- helm/custom-values/ack-values.yaml | 2 +- helm/custom-values/aks-values.yaml | 2 +- helm/custom-values/common-ack-values.yaml | 6 ++--- helm/custom-values/common-aks-values.yaml | 6 ++--- helm/custom-values/common-eks-valuse.yaml | 6 ++--- helm/custom-values/common-gke-values.yaml | 6 ++--- helm/custom-values/common-oke-values.yaml | 6 ++--- helm/custom-values/eks-values.yaml | 2 +- helm/custom-values/gke-values.yaml | 2 +- helm/custom-values/oke-values.yaml | 2 +- helm/custom-values/values.yaml | 2 +- helm/docs/common-configuration.md | 6 ++--- upgrade/upgrade.md | 6 ++--- 34 files changed, 142 insertions(+), 142 deletions(-) diff --git a/deploy/auto-deployment/deploy_aks.yaml b/deploy/auto-deployment/deploy_aks.yaml index d5ae791d..98df3599 100644 --- a/deploy/auto-deployment/deploy_aks.yaml +++ b/deploy/auto-deployment/deploy_aks.yaml @@ -250,7 +250,7 @@ spec: spec: containers: - name: id-web-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-identity:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-identity:7.9.50 ports: - containerPort: 80 resources: @@ -309,7 +309,7 @@ spec: name: id-api-volume containers: - name: id-api-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-identity-api:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-identity-api:7.9.50 ports: - containerPort: 80 resources: @@ -364,7 +364,7 @@ spec: name: id-ums-volume containers: - name: id-ums-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-ums:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-ums:7.9.50 ports: - containerPort: 80 resources: @@ -429,7 +429,7 @@ spec: name: bi-web-volume containers: - name: bi-web-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server:7.9.50 ports: - containerPort: 80 resources: @@ -484,7 +484,7 @@ spec: name: bi-api-volume containers: - name: bi-api-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server-api:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server-api:7.9.50 ports: - containerPort: 80 resources: @@ -539,7 +539,7 @@ spec: name: bi-jobs-volume containers: - name: bi-jobs-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server-jobs:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server-jobs:7.9.50 ports: - containerPort: 80 resources: @@ -594,7 +594,7 @@ spec: name: bi-dataservice-volume containers: - name: bi-dataservice-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-designer:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-designer:7.9.50 ports: - containerPort: 80 env: diff --git a/deploy/auto-deployment/deploy_eks.yaml b/deploy/auto-deployment/deploy_eks.yaml index c34fca55..8c446283 100644 --- a/deploy/auto-deployment/deploy_eks.yaml +++ b/deploy/auto-deployment/deploy_eks.yaml @@ -229,7 +229,7 @@ spec: spec: containers: - name: id-web-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-identity:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-identity:7.9.50 ports: - containerPort: 80 resources: @@ -288,7 +288,7 @@ spec: name: id-api-volume containers: - name: id-api-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-identity-api:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-identity-api:7.9.50 ports: - containerPort: 80 resources: @@ -343,7 +343,7 @@ spec: name: id-ums-volume containers: - name: id-ums-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-ums:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-ums:7.9.50 ports: - containerPort: 80 resources: @@ -408,7 +408,7 @@ spec: name: bi-web-volume containers: - name: bi-web-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server:7.9.50 ports: - containerPort: 80 resources: @@ -463,7 +463,7 @@ spec: name: bi-api-volume containers: - name: bi-api-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server-api:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server-api:7.9.50 ports: - containerPort: 80 resources: @@ -518,7 +518,7 @@ spec: name: bi-jobs-volume containers: - name: bi-jobs-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server-jobs:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server-jobs:7.9.50 ports: - containerPort: 80 resources: @@ -573,7 +573,7 @@ spec: name: bi-dataservice-volume containers: - name: bi-dataservice-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-designer:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-designer:7.9.50 ports: - containerPort: 80 env: diff --git a/deploy/auto-deployment/deploy_gke.yaml b/deploy/auto-deployment/deploy_gke.yaml index 6950c2f6..0dac80ba 100644 --- a/deploy/auto-deployment/deploy_gke.yaml +++ b/deploy/auto-deployment/deploy_gke.yaml @@ -220,7 +220,7 @@ spec: spec: containers: - name: id-web-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-identity:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-identity:7.9.50 ports: - containerPort: 80 resources: @@ -279,7 +279,7 @@ spec: name: id-api-volume containers: - name: id-api-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-identity-api:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-identity-api:7.9.50 ports: - containerPort: 80 resources: @@ -334,7 +334,7 @@ spec: name: id-ums-volume containers: - name: id-ums-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-ums:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-ums:7.9.50 ports: - containerPort: 80 resources: @@ -399,7 +399,7 @@ spec: name: bi-web-volume containers: - name: bi-web-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server:7.9.50 ports: - containerPort: 80 resources: @@ -454,7 +454,7 @@ spec: name: bi-api-volume containers: - name: bi-api-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server-api:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server-api:7.9.50 ports: - containerPort: 80 resources: @@ -509,7 +509,7 @@ spec: name: bi-jobs-volume containers: - name: bi-jobs-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server-jobs:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server-jobs:7.9.50 ports: - containerPort: 80 resources: @@ -564,7 +564,7 @@ spec: name: bi-dataservice-volume containers: - name: bi-dataservice-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-designer:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-designer:7.9.50 ports: - containerPort: 80 env: diff --git a/deploy/deploy/ack_deploy.yaml b/deploy/deploy/ack_deploy.yaml index a2a7e13e..3966e82b 100644 --- a/deploy/deploy/ack_deploy.yaml +++ b/deploy/deploy/ack_deploy.yaml @@ -229,7 +229,7 @@ spec: spec: containers: - name: id-web-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-identity:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-identity:7.9.50 ports: - containerPort: 80 resources: @@ -288,7 +288,7 @@ spec: name: id-api-volume containers: - name: id-api-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-identity-api:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-identity-api:7.9.50 ports: - containerPort: 80 resources: @@ -343,7 +343,7 @@ spec: name: id-ums-volume containers: - name: id-ums-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-ums:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-ums:7.9.50 ports: - containerPort: 80 resources: @@ -408,7 +408,7 @@ spec: name: bi-web-volume containers: - name: bi-web-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server:7.9.50 ports: - containerPort: 80 resources: @@ -463,7 +463,7 @@ spec: name: bi-api-volume containers: - name: bi-api-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server-api:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server-api:7.9.50 ports: - containerPort: 80 resources: @@ -518,7 +518,7 @@ spec: name: bi-jobs-volume containers: - name: bi-jobs-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server-jobs:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server-jobs:7.9.50 ports: - containerPort: 80 resources: @@ -573,7 +573,7 @@ spec: name: bi-dataservice-volume containers: - name: bi-dataservice-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-designer:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-designer:7.9.50 ports: - containerPort: 80 env: @@ -640,7 +640,7 @@ spec: name: bold-etl-volume containers: - name: bold-etl-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-etl:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-etl:7.9.50 ports: - containerPort: 80 env: diff --git a/deploy/deploy/common_ack_deploy.yaml b/deploy/deploy/common_ack_deploy.yaml index 679f7404..021b0226 100644 --- a/deploy/deploy/common_ack_deploy.yaml +++ b/deploy/deploy/common_ack_deploy.yaml @@ -244,7 +244,7 @@ spec: spec: containers: - name: id-web-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-identity:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-identity:7.9.50 ports: - containerPort: 80 resources: @@ -264,7 +264,7 @@ spec: - name: ID_Version value: "4.2.1" - name: BI_Version - value: "7.9.27" + value: "7.9.50" - name: Reports_Version value: "5.4.20" - name: Is_Common_IDP @@ -317,7 +317,7 @@ spec: name: id-api-volume containers: - name: id-api-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-identity-api:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-identity-api:7.9.50 ports: - containerPort: 80 resources: @@ -378,7 +378,7 @@ spec: name: id-ums-volume containers: - name: id-ums-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-ums:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-ums:7.9.50 ports: - containerPort: 80 resources: @@ -445,7 +445,7 @@ spec: name: bi-web-volume containers: - name: bi-web-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server:7.9.50 ports: - containerPort: 80 resources: @@ -503,7 +503,7 @@ spec: name: bi-api-volume containers: - name: bi-api-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server-api:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server-api:7.9.50 ports: - containerPort: 80 resources: @@ -561,7 +561,7 @@ spec: name: bi-jobs-volume containers: - name: bi-jobs-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server-jobs:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server-jobs:7.9.50 ports: - containerPort: 80 resources: @@ -619,7 +619,7 @@ spec: name: bi-dataservice-volume containers: - name: bi-dataservice-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-designer:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-designer:7.9.50 ports: - containerPort: 80 env: diff --git a/deploy/deployment.yaml b/deploy/deployment.yaml index 62139903..ff2a97d9 100644 --- a/deploy/deployment.yaml +++ b/deploy/deployment.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: id-web-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-identity:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-identity:7.9.50 ports: - containerPort: 80 resources: @@ -80,7 +80,7 @@ spec: name: id-api-volume containers: - name: id-api-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-identity-api:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-identity-api:7.9.50 ports: - containerPort: 80 resources: @@ -136,7 +136,7 @@ spec: name: id-ums-volume containers: - name: id-ums-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-ums:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-ums:7.9.50 ports: - containerPort: 80 resources: @@ -204,7 +204,7 @@ spec: name: bi-web-volume containers: - name: bi-web-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server:7.9.50 ports: - containerPort: 80 resources: @@ -260,7 +260,7 @@ spec: name: bi-api-volume containers: - name: bi-api-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server-api:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server-api:7.9.50 ports: - containerPort: 80 resources: @@ -316,7 +316,7 @@ spec: name: bi-jobs-volume containers: - name: bi-jobs-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server-jobs:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-server-jobs:7.9.50 ports: - containerPort: 80 resources: @@ -372,7 +372,7 @@ spec: name: bi-dataservice-volume containers: - name: bi-dataservice-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-designer:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/boldbi-designer:7.9.50 ports: - containerPort: 80 env: @@ -448,7 +448,7 @@ spec: name: bold-etl-volume containers: - name: bold-etl-container - image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-etl:7.9.27 + image: us-docker.pkg.dev/boldbi-294612/boldbi/bold-etl:7.9.50 ports: - containerPort: 80 env: diff --git a/deploy/version-config.yaml b/deploy/version-config.yaml index a860092c..1bec640c 100644 --- a/deploy/version-config.yaml +++ b/deploy/version-config.yaml @@ -4,11 +4,11 @@ metadata: name: version-config namespace: bold-services data: - BOLD_SERVICES_BI_API_VERSION: 7.9.27 - BOLD_SERVICES_BI_DESIGNER_VERSION: 7.9.27 - BOLD_SERVICES_BI_JOBS_VERSION: 7.9.27 - BOLD_SERVICES_BI_WEB_VERSION: 7.9.27 - BOLD_SERVICES_ID_API_VERSION: 7.9.27 - BOLD_SERVICES_ID_WEB_VERSION: 7.9.27 - BOLD_SERVICES_UMS_WEB_VERSION: 7.9.27 - BOLD_SERVICES_BI_ETL_VERSION: 7.9.27 + BOLD_SERVICES_BI_API_VERSION: 7.9.50 + BOLD_SERVICES_BI_DESIGNER_VERSION: 7.9.50 + BOLD_SERVICES_BI_JOBS_VERSION: 7.9.50 + BOLD_SERVICES_BI_WEB_VERSION: 7.9.50 + BOLD_SERVICES_ID_API_VERSION: 7.9.50 + BOLD_SERVICES_ID_WEB_VERSION: 7.9.50 + BOLD_SERVICES_UMS_WEB_VERSION: 7.9.50 + BOLD_SERVICES_BI_ETL_VERSION: 7.9.50 diff --git a/docs/FAQ/how-deploy-bold-bi-in-eks-using-network-load-balancer-with-ssl-certificate-from-acm.md b/docs/FAQ/how-deploy-bold-bi-in-eks-using-network-load-balancer-with-ssl-certificate-from-acm.md index a2536a2b..9e4ca85d 100644 --- a/docs/FAQ/how-deploy-bold-bi-in-eks-using-network-load-balancer-with-ssl-certificate-from-acm.md +++ b/docs/FAQ/how-deploy-bold-bi-in-eks-using-network-load-balancer-with-ssl-certificate-from-acm.md @@ -92,7 +92,7 @@ helm repo update helm search repo boldbi NAME CHART VERSION APP VERSION DESCRIPTION -boldbi/boldbi 7.9.27 7.9.27 Embed powerful analytics inside your apps and t... +boldbi/boldbi 7.9.50 7.9.50 Embed powerful analytics inside your apps and t... ``` _See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation._ diff --git a/docs/FAQ/how-to-deploy-bold-bi-and-bold-reports-in-an-ack-cluster.md b/docs/FAQ/how-to-deploy-bold-bi-and-bold-reports-in-an-ack-cluster.md index cc909b63..32da3571 100644 --- a/docs/FAQ/how-to-deploy-bold-bi-and-bold-reports-in-an-ack-cluster.md +++ b/docs/FAQ/how-to-deploy-bold-bi-and-bold-reports-in-an-ack-cluster.md @@ -134,7 +134,7 @@ helm repo update helm search repo boldbi NAME CHART VERSION APP VERSION DESCRIPTION -boldbi/bold-common 7.9.27 7.9.27 Embed powerful analytics inside your apps and t... +boldbi/bold-common 7.9.50 7.9.50 Embed powerful analytics inside your apps and t... ``` _See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation._ diff --git a/docs/FAQ/how-to-deploy-bold-bi-in-an-ack-cluster.md b/docs/FAQ/how-to-deploy-bold-bi-in-an-ack-cluster.md index b4a57548..2cb4914d 100644 --- a/docs/FAQ/how-to-deploy-bold-bi-in-an-ack-cluster.md +++ b/docs/FAQ/how-to-deploy-bold-bi-in-an-ack-cluster.md @@ -134,7 +134,7 @@ helm repo update helm search repo boldbi NAME CHART VERSION APP VERSION DESCRIPTION -boldbi/boldbi 7.9.27 7.9.27 Embed powerful analytics inside your apps and t... +boldbi/boldbi 7.9.50 7.9.50 Embed powerful analytics inside your apps and t... ``` _See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation._ diff --git a/docs/amazon-eks.md b/docs/amazon-eks.md index 69f08791..602222fa 100644 --- a/docs/amazon-eks.md +++ b/docs/amazon-eks.md @@ -4,18 +4,18 @@ For fresh installation, continue with the following steps to deploy Bold BI On-P 1. Download the following files for Bold BI deployment in Amazon EKS: - * [namespace.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/namespace.yaml) - * [secrets.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/secrets.yaml) - * [db-server-secret.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/db-server-secret.yaml) - * [license-key-secret.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/license-key-secret.yaml) - * [root-user-details.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/root-user-details.yaml) - * [log4net_config.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/log4net_config.yaml) - * [branding_config.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/branding_config.yaml) - * [pvclaim_eks.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/pvclaim_eks.yaml) - * [deployment.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/deployment.yaml) - * [hpa.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/hpa.yaml) - * [service.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/service.yaml) - * [ingress.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/ingress.yaml) + * [namespace.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/namespace.yaml) + * [secrets.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/secrets.yaml) + * [db-server-secret.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/db-server-secret.yaml) + * [license-key-secret.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/license-key-secret.yaml) + * [root-user-details.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/root-user-details.yaml) + * [log4net_config.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/log4net_config.yaml) + * [branding_config.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/branding_config.yaml) + * [pvclaim_eks.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/pvclaim_eks.yaml) + * [deployment.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/deployment.yaml) + * [hpa.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/hpa.yaml) + * [service.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/service.yaml) + * [ingress.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/ingress.yaml) 2. Create an Amazon EKS cluster and [node group](https://docs.aws.amazon.com/eks/latest/userguide/eks-compute.html) to deploy Bold BI. diff --git a/docs/bold-bi-auto-deployment.md b/docs/bold-bi-auto-deployment.md index c45f3bab..c1b6eb53 100644 --- a/docs/bold-bi-auto-deployment.md +++ b/docs/bold-bi-auto-deployment.md @@ -1009,7 +1009,7 @@ helm repo update helm search repo boldbi NAME CHART VERSION APP VERSION DESCRIPTION -boldbi/boldbi 7.9.27 7.9.27 Embed powerful analytics inside your apps and t... +boldbi/boldbi 7.9.50 7.9.50 Embed powerful analytics inside your apps and t... ``` _See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation._ diff --git a/docs/google-gke.md b/docs/google-gke.md index d94e3dd7..82e637ce 100644 --- a/docs/google-gke.md +++ b/docs/google-gke.md @@ -4,18 +4,18 @@ For fresh installation, continue with the following steps to deploy Bold BI On-P 1. Download the following files for Bold BI deployment in GKE: - * [namespace.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/namespace.yaml) - * [secrets.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/secrets.yaml) - * [db-server-secret.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/db-server-secret.yaml) - * [license-key-secret.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/license-key-secret.yaml) - * [root-user-details.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/root-user-details.yaml) - * [log4net_config.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/log4net_config.yaml) - * [branding_config.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/branding_config.yaml) - * [pvclaim_gke.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/pvclaim_gke.yaml) - * [deployment.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/deployment.yaml) - * [hpa_gke.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/hpa_gke.yaml) - * [service.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/service.yaml) - * [ingress.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/ingress.yaml) + * [namespace.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/namespace.yaml) + * [secrets.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/secrets.yaml) + * [db-server-secret.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/db-server-secret.yaml) + * [license-key-secret.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/license-key-secret.yaml) + * [root-user-details.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/root-user-details.yaml) + * [log4net_config.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/log4net_config.yaml) + * [branding_config.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/branding_config.yaml) + * [pvclaim_gke.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/pvclaim_gke.yaml) + * [deployment.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/deployment.yaml) + * [hpa_gke.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/hpa_gke.yaml) + * [service.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/service.yaml) + * [ingress.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/ingress.yaml) 2. Create a Kubernetes cluster in Google Cloud Platform (GCP) to deploy Bold BI. diff --git a/docs/microsoft-aks.md b/docs/microsoft-aks.md index 8aaa1ca8..17cfe1e0 100644 --- a/docs/microsoft-aks.md +++ b/docs/microsoft-aks.md @@ -2,18 +2,18 @@ 1. Download the following files for Bold BI deployment in AKS: - * [namespace.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/namespace.yaml) - * [secrets.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/secrets.yaml) - * [db-server-secret.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/db-server-secret.yaml) - * [license-key-secret.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/license-key-secret.yaml) - * [root-user-details.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/root-user-details.yaml) - * [log4net_config.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/log4net_config.yaml) - * [branding_config.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/branding_config.yaml) - * [pvclaim_aks.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/pvclaim_aks.yaml) - * [deployment.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/deployment.yaml) - * [hpa.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/hpa.yaml) - * [service.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/service.yaml) - * [ingress.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/ingress.yaml) + * [namespace.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/namespace.yaml) + * [secrets.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/secrets.yaml) + * [db-server-secret.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/db-server-secret.yaml) + * [license-key-secret.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/license-key-secret.yaml) + * [root-user-details.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/root-user-details.yaml) + * [log4net_config.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/log4net_config.yaml) + * [branding_config.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/branding_config.yaml) + * [pvclaim_aks.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/pvclaim_aks.yaml) + * [deployment.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/deployment.yaml) + * [hpa.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/hpa.yaml) + * [service.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/service.yaml) + * [ingress.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/ingress.yaml) 2. Create a Kubernetes cluster in Microsoft Azure Kubernetes Service (AKS) to deploy Bold BI. diff --git a/docs/oracle-oke.md b/docs/oracle-oke.md index 6493f28f..9f449746 100644 --- a/docs/oracle-oke.md +++ b/docs/oracle-oke.md @@ -2,18 +2,18 @@ 1. Download the following files for Bold BI deployment in OKE: - * [namespace.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/namespace.yaml) - * [secrets.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/secrets.yaml) - * [db-server-secret.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/db-server-secret.yaml) - * [license-key-secret.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/license-key-secret.yaml) - * [root-user-details.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/root-user-details.yaml) - * [log4net_config.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/log4net_config.yaml) - * [branding_config.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/branding_config.yaml) - * [pvclaim_oke.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/pvclaim_oke.yaml) - * [deployment.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/deployment.yaml) - * [hpa.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/hpa.yaml) - * [service.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/service.yaml) - * [ingress.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/deploy/ingress.yaml) + * [namespace.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/namespace.yaml) + * [secrets.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/secrets.yaml) + * [db-server-secret.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/db-server-secret.yaml) + * [license-key-secret.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/license-key-secret.yaml) + * [root-user-details.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/root-user-details.yaml) + * [log4net_config.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/log4net_config.yaml) + * [branding_config.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/branding_config.yaml) + * [pvclaim_oke.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/pvclaim_oke.yaml) + * [deployment.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/deployment.yaml) + * [hpa.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/hpa.yaml) + * [service.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/service.yaml) + * [ingress.yaml](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/deploy/ingress.yaml) 2. Create a Kubernetes cluster in Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE) to deploy Bold BI by following the blow link. diff --git a/helm/README.md b/helm/README.md index ca414d85..594882bc 100644 --- a/helm/README.md +++ b/helm/README.md @@ -27,7 +27,7 @@ helm repo update helm search repo boldbi NAME CHART VERSION APP VERSION DESCRIPTION -boldbi/boldbi 7.9.27 7.9.27 Embed powerful analytics inside your apps and t... +boldbi/boldbi 7.9.50 7.9.50 Embed powerful analytics inside your apps and t... ``` _See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation._ diff --git a/helm/bold-common/Chart.yaml b/helm/bold-common/Chart.yaml index 8750a0ac..7e2e38a8 100644 --- a/helm/bold-common/Chart.yaml +++ b/helm/bold-common/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: 7.9.27 +appVersion: 7.9.50 description: Embed powerful analytics inside your apps and turn your customers into success stories with built-in intelligence features. home: https://www.boldbi.com/ icon: https://website-assets.boldbi.com/wp-content/uploads/2019/05/boldbi-header-menu-logo.svg name: bold-common type: application -version: 7.9.27 +version: 7.9.50 diff --git a/helm/bold-common/README.md b/helm/bold-common/README.md index b77e44df..9cffaf47 100644 --- a/helm/bold-common/README.md +++ b/helm/bold-common/README.md @@ -26,7 +26,7 @@ helm repo update helm search repo boldbi NAME CHART VERSION APP VERSION DESCRIPTION -boldbi/bold-common 7.9.27 7.9.27 Embed powerful analytics inside your apps and t... +boldbi/bold-common 7.9.50 7.9.50 Embed powerful analytics inside your apps and t... ``` _See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation._ diff --git a/helm/bold-common/values.yaml b/helm/bold-common/values.yaml index d0c702b4..08c831b2 100644 --- a/helm/bold-common/values.yaml +++ b/helm/bold-common/values.yaml @@ -59,15 +59,15 @@ image: biRepo: us-docker.pkg.dev/boldbi-294612/boldbi reportsRepo: gcr.io/boldreports # Overrides the image tag whose default is the chart appVersion. - idTag: 7.9.27 - biTag: 7.9.27 + idTag: 7.9.50 + biTag: 7.9.50 reportsTag: 5.4.20 pullPolicy: IfNotPresent imagePullSecrets: [] versions: idp: 4.11.1 - bi: 7.9.27 + bi: 7.9.50 reports: 5.2.26 loadBalancer: diff --git a/helm/boldbi/Chart.yaml b/helm/boldbi/Chart.yaml index fc16b6d6..67240baa 100644 --- a/helm/boldbi/Chart.yaml +++ b/helm/boldbi/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: 7.9.27 +appVersion: 7.9.50 description: Embed powerful analytics inside your apps and turn your customers into success stories with built-in intelligence features. home: https://www.boldbi.com/ icon: https://website-assets.boldbi.com/wp-content/uploads/2019/05/boldbi-header-menu-logo.svg name: boldbi type: application -version: 7.9.27 +version: 7.9.50 diff --git a/helm/boldbi/values.yaml b/helm/boldbi/values.yaml index b88e00ca..637dfde9 100644 --- a/helm/boldbi/values.yaml +++ b/helm/boldbi/values.yaml @@ -42,7 +42,7 @@ persistentVolume: image: repo: us-docker.pkg.dev/boldbi-294612/boldbi # Overrides the image tag whose default is the chart appVersion. - tag: 7.9.27 + tag: 7.9.50 pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/helm/custom-values/ack-values.yaml b/helm/custom-values/ack-values.yaml index 2fa6fdb0..30608a7a 100644 --- a/helm/custom-values/ack-values.yaml +++ b/helm/custom-values/ack-values.yaml @@ -21,7 +21,7 @@ persistentVolume: # image: # repo: us-docker.pkg.dev/boldbi-294612/boldbi # # Overrides the image tag whose default is the chart appVersion. -# tag: 7.9.27 +# tag: 7.9.50 # pullPolicy: IfNotPresent # imagePullSecrets: [] diff --git a/helm/custom-values/aks-values.yaml b/helm/custom-values/aks-values.yaml index 3c599a48..93740036 100644 --- a/helm/custom-values/aks-values.yaml +++ b/helm/custom-values/aks-values.yaml @@ -31,7 +31,7 @@ persistentVolume: # image: # repo: us-docker.pkg.dev/boldbi-294612/boldbi # # Overrides the image tag whose default is the chart appVersion. -# tag: 7.9.27 +# tag: 7.9.50 # pullPolicy: IfNotPresent # imagePullSecrets: [] diff --git a/helm/custom-values/common-ack-values.yaml b/helm/custom-values/common-ack-values.yaml index a44a56db..aa5704cb 100644 --- a/helm/custom-values/common-ack-values.yaml +++ b/helm/custom-values/common-ack-values.yaml @@ -28,15 +28,15 @@ image: biRepo: us-docker.pkg.dev/boldbi-294612/boldbi reportsRepo: gcr.io/boldreports # Overrides the image tag whose default is the chart appVersion. - idTag: 7.9.27 - biTag: 7.9.27 + idTag: 7.9.50 + biTag: 7.9.50 reportsTag: 5.4.20 pullPolicy: IfNotPresent imagePullSecrets: [] versions: idp: "4.19.1" - bi: "7.9.27" + bi: "7.9.50" reports: "5.4.20" loadBalancer: diff --git a/helm/custom-values/common-aks-values.yaml b/helm/custom-values/common-aks-values.yaml index 673084c8..da9a2abe 100644 --- a/helm/custom-values/common-aks-values.yaml +++ b/helm/custom-values/common-aks-values.yaml @@ -42,15 +42,15 @@ image: biRepo: us-docker.pkg.dev/boldbi-294612/boldbi reportsRepo: gcr.io/boldreports # Overrides the image tag whose default is the chart appVersion. - idTag: 7.9.27 - biTag: 7.9.27 + idTag: 7.9.50 + biTag: 7.9.50 reportsTag: 5.4.20 pullPolicy: IfNotPresent imagePullSecrets: [] versions: idp: "4.19.1" - bi: "7.9.27" + bi: "7.9.50" reports: "5.4.20" loadBalancer: diff --git a/helm/custom-values/common-eks-valuse.yaml b/helm/custom-values/common-eks-valuse.yaml index 003d3691..0930e96b 100644 --- a/helm/custom-values/common-eks-valuse.yaml +++ b/helm/custom-values/common-eks-valuse.yaml @@ -25,15 +25,15 @@ image: biRepo: us-docker.pkg.dev/boldbi-294612/boldbi reportsRepo: gcr.io/boldreports # Overrides the image tag whose default is the chart appVersion. - idTag: 7.9.27 - biTag: 7.9.27 + idTag: 7.9.50 + biTag: 7.9.50 reportsTag: 5.4.20 pullPolicy: IfNotPresent imagePullSecrets: [] versions: idp: "4.19.1" - bi: "7.9.27" + bi: "7.9.50" reports: "5.4.20" loadBalancer: diff --git a/helm/custom-values/common-gke-values.yaml b/helm/custom-values/common-gke-values.yaml index 108fbf9a..65d5e086 100644 --- a/helm/custom-values/common-gke-values.yaml +++ b/helm/custom-values/common-gke-values.yaml @@ -26,15 +26,15 @@ image: biRepo: us-docker.pkg.dev/boldbi-294612/boldbi reportsRepo: gcr.io/boldreports # Overrides the image tag whose default is the chart appVersion. - idTag: 7.9.27 - biTag: 7.9.27 + idTag: 7.9.50 + biTag: 7.9.50 reportsTag: 5.4.20 pullPolicy: IfNotPresent imagePullSecrets: [] versions: idp: "4.19.1" - bi: "7.9.27" + bi: "7.9.50" reports: "5.4.20" loadBalancer: diff --git a/helm/custom-values/common-oke-values.yaml b/helm/custom-values/common-oke-values.yaml index b8ce8183..9e3d7e9e 100644 --- a/helm/custom-values/common-oke-values.yaml +++ b/helm/custom-values/common-oke-values.yaml @@ -26,15 +26,15 @@ image: biRepo: us-docker.pkg.dev/boldbi-294612/boldbi reportsRepo: gcr.io/boldreports # Overrides the image tag whose default is the chart appVersion. - idTag: 7.9.27 - biTag: 7.9.27 + idTag: 7.9.50 + biTag: 7.9.50 reportsTag: 5.4.20 pullPolicy: IfNotPresent imagePullSecrets: [] versions: idp: "4.19.1" - bi: "7.9.27" + bi: "7.9.50" reports: "5.4.20" loadBalancer: diff --git a/helm/custom-values/eks-values.yaml b/helm/custom-values/eks-values.yaml index 5d601d9d..5f0439f5 100644 --- a/helm/custom-values/eks-values.yaml +++ b/helm/custom-values/eks-values.yaml @@ -18,7 +18,7 @@ persistentVolume: image: repo: us-docker.pkg.dev/boldbi-294612/boldbi # Overrides the image tag whose default is the chart appVersion. - tag: 7.9.27 + tag: 7.9.50 pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/helm/custom-values/gke-values.yaml b/helm/custom-values/gke-values.yaml index 4f8e8e34..e38e33bb 100644 --- a/helm/custom-values/gke-values.yaml +++ b/helm/custom-values/gke-values.yaml @@ -19,7 +19,7 @@ persistentVolume: # image: # repo: us-docker.pkg.dev/boldbi-294612/boldbi # # Overrides the image tag whose default is the chart appVersion. -# tag: 7.9.27 +# tag: 7.9.50 # pullPolicy: IfNotPresent # imagePullSecrets: [] diff --git a/helm/custom-values/oke-values.yaml b/helm/custom-values/oke-values.yaml index d5e45b0b..36723d78 100644 --- a/helm/custom-values/oke-values.yaml +++ b/helm/custom-values/oke-values.yaml @@ -19,7 +19,7 @@ persistentVolume: # image: # repo: us-docker.pkg.dev/boldbi-294612/boldbi # # Overrides the image tag whose default is the chart appVersion. -# tag: 7.9.27 +# tag: 7.9.50 # pullPolicy: IfNotPresent # imagePullSecrets: [] diff --git a/helm/custom-values/values.yaml b/helm/custom-values/values.yaml index 6d7e56f2..17356047 100644 --- a/helm/custom-values/values.yaml +++ b/helm/custom-values/values.yaml @@ -33,7 +33,7 @@ persistentVolume: image: repo: us-docker.pkg.dev/boldbi-294612/boldbi # Overrides the image tag whose default is the chart appVersion. - tag: 7.9.27 + tag: 7.9.50 pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/helm/docs/common-configuration.md b/helm/docs/common-configuration.md index 432ca377..6d6df2fb 100644 --- a/helm/docs/common-configuration.md +++ b/helm/docs/common-configuration.md @@ -353,8 +353,8 @@ image: biRepo: us-docker.pkg.dev/boldbi-294612/boldbi reportsRepo: gcr.io/boldreports # Overrides the image tag whose default is the chart appVersion. - idTag: 7.9.27 - biTag: 7.9.27 + idTag: 7.9.50 + biTag: 7.9.50 reportsTag: 5.4.20 ```` Repository details are available in the image section to refer to the image tags. No need to change the repository details for idRepo, biRepo, and reportsRepo. @@ -365,7 +365,7 @@ By default, the latest version of Bold BI, Bold Reports, and IDP is in the versi ```console versions: idp: "4.2.1" - bi: "7.9.27" + bi: "7.9.50" reports: "5.4.20" ```` > **NOTE:** We need give a latest version of `idp` when you have latest version of Bold BI or Bold Reports version diff --git a/upgrade/upgrade.md b/upgrade/upgrade.md index 7481a89d..9c575bc0 100644 --- a/upgrade/upgrade.md +++ b/upgrade/upgrade.md @@ -14,16 +14,16 @@ Before upgrading the Bold BI to latest version, make sure to take the backup of ## Proceeding with upgrade Bold BI updates the database schema of your current version to the latest version. The upgrade process will retain all the resources and settings from the previous deployment. -You can download the upgrade script from this [link](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/upgrade/upgrade.sh) or use the below command. +You can download the upgrade script from this [link](https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/upgrade/upgrade.sh) or use the below command. ```sh -curl -o upgrade.sh https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.27/upgrade/upgrade.sh +curl -o upgrade.sh https://raw.githubusercontent.com/boldbi/boldbi-kubernetes/v7.9.50/upgrade/upgrade.sh ``` Run the following command to execute the shell script to upgrade Bold BI. ```sh -./upgrade.sh --version="7.9.27" --namespace="bold-services" +./upgrade.sh --version="7.9.50" --namespace="bold-services" ```