Skip to content

Commit

Permalink
Upgraded the version to 6.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarkanagasabai authored Nov 19, 2024
1 parent f991bca commit d5c70d9
Show file tree
Hide file tree
Showing 33 changed files with 2,532 additions and 122 deletions.
18 changes: 9 additions & 9 deletions deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: id-web-container
image: us-docker.pkg.dev/boldreports/v6-2-32/bold-identity:6.2.32
image: us-docker.pkg.dev/boldreports/v6-3-16/bold-identity:6.3.16
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -73,7 +73,7 @@ spec:
name: id-api-volume
containers:
- name: id-api-container
image: us-docker.pkg.dev/boldreports/v6-2-32/bold-idp-api:6.2.32
image: us-docker.pkg.dev/boldreports/v6-3-16/bold-idp-api:6.3.16
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -126,7 +126,7 @@ spec:
name: id-ums-volume
containers:
- name: id-ums-container
image: us-docker.pkg.dev/boldreports/v6-2-32/bold-ums:6.2.32
image: us-docker.pkg.dev/boldreports/v6-3-16/bold-ums:6.3.16
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -179,7 +179,7 @@ spec:
name: reports-web-volume
containers:
- name: reports-web-container
image: us-docker.pkg.dev/boldreports/v6-2-32/boldreports-server:6.2.32
image: us-docker.pkg.dev/boldreports/v6-3-16/boldreports-server:6.3.16
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -231,7 +231,7 @@ spec:
name: reports-api-volume
containers:
- name: reports-api-container
image: us-docker.pkg.dev/boldreports/v6-2-32/boldreports-server-api:6.2.32
image: us-docker.pkg.dev/boldreports/v6-3-16/boldreports-server-api:6.3.16
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -283,7 +283,7 @@ spec:
name: reports-jobs-volume
containers:
- name: reports-jobs-container
image: us-docker.pkg.dev/boldreports/v6-2-32/boldreports-server-jobs:6.2.32
image: us-docker.pkg.dev/boldreports/v6-3-16/boldreports-server-jobs:6.3.16
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -335,7 +335,7 @@ spec:
name: reports-reportservice-volume
containers:
- name: reports-reportservice-container
image: us-docker.pkg.dev/boldreports/v6-2-32/boldreports-designer:6.2.32
image: us-docker.pkg.dev/boldreports/v6-3-16/boldreports-designer:6.3.16
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -387,7 +387,7 @@ spec:
name: reports-viewer-volume
containers:
- name: reports-viewer-container
image: us-docker.pkg.dev/boldreports/v6-2-32/boldreports-viewer:6.2.32
image: us-docker.pkg.dev/boldreports/v6-3-16/boldreports-viewer:6.3.16
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -439,7 +439,7 @@ spec:
name: bold-etl-volume
containers:
- name: bold-etl-container
image: us-docker.pkg.dev/boldreports/v6-2-32/bold-etl:6.2.32
image: us-docker.pkg.dev/boldreports/v6-3-16/bold-etl:6.3.16
ports:
- containerPort: 80
env:
Expand Down
14 changes: 7 additions & 7 deletions docs/alibaba-ack.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ For fresh installation, continue with the following steps to deploy Bold Reports

1. Download the following files for Bold Reports deployment in ACK:

* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/log4net_config.yaml)
* [pvclaim_ack.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/pvclaim_ack.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/deployment.yaml)
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/hpa.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/service.yaml)
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/ingress.yaml)
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/log4net_config.yaml)
* [pvclaim_ack.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/pvclaim_ack.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/deployment.yaml)
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/hpa.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/service.yaml)
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/ingress.yaml)
2. Navigate to the folder where the deployment files were downloaded in Step 1.
3. Follow the documentation provided at [this link](https://www.alibabacloud.com/help/en/nas/latest/create-a-nas-file-system) to create a `file system` in Alibaba Cloud.
4. Once the file system is created, locate and click on the cube icon. This will allow you to view the mount target hostname. Take note of the mount target hostname, as you will need it for mounting the file system with our application.
Expand Down
14 changes: 7 additions & 7 deletions docs/amazon-eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ For fresh installation, continue with the following steps to deploy Bold Reports

1. Download the following files for Bold Reports deployment in Amazon EKS:

* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/log4net_config.yaml)
* [pvclaim_eks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/pvclaim_eks.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/deployment.yaml)
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/hpa.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/service.yaml)
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/ingress.yaml)
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/log4net_config.yaml)
* [pvclaim_eks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/pvclaim_eks.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/deployment.yaml)
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/hpa.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/service.yaml)
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/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 Reports.

Expand Down
14 changes: 7 additions & 7 deletions docs/google-gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ For fresh installation, continue with the following steps to deploy Bold Reports

1. Download the following files for Bold Reports deployment in GKE:

* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/log4net_config.yaml)
* [pvclaim_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/pvclaim_gke.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/deployment.yaml)
* [hpa_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/hpa_gke.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/service.yaml)
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/ingress.yaml)
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/log4net_config.yaml)
* [pvclaim_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/pvclaim_gke.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/deployment.yaml)
* [hpa_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/hpa_gke.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/service.yaml)
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/ingress.yaml)

2. Create a Kubernetes cluster in Google Cloud Platform (GCP) to deploy Bold Reports.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

# Upgrade Bold Reports

If you are upgrading Bold Reports to 6.2.32, please follow the steps in this [link](/upgrade/upgrade.md).
If you are upgrading Bold Reports to 6.3.16, please follow the steps in this [link](/upgrade/upgrade.md).
14 changes: 7 additions & 7 deletions docs/microsoft-aks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ For fresh installation, continue with the following steps to deploy Bold Reports

1. Download the following files for Bold Reports deployment in AKS:

* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/log4net_config.yaml)
* [pvclaim_aks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/pvclaim_aks.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/deployment.yaml)
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/hpa.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/service.yaml)
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/ingress.yaml)
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/log4net_config.yaml)
* [pvclaim_aks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/pvclaim_aks.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/deployment.yaml)
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/hpa.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/service.yaml)
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/ingress.yaml)

2. Create a Kubernetes cluster in Microsoft Azure Kubernetes Service (AKS) to deploy Bold Reports.

Expand Down
14 changes: 7 additions & 7 deletions docs/on-premise.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ For fresh installation, continue with the following steps to deploy Bold Reports

1. Download the following files for Bold Reports deployment in On-Premise.

* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/log4net_config.yaml)
* [pvclaim_onpremise.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/pvclaim_onpremise.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/deployment.yaml)
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/hpa.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/service.yaml)
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.2.32/deploy/ingress.yaml)
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/log4net_config.yaml)
* [pvclaim_onpremise.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/pvclaim_onpremise.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/deployment.yaml)
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/hpa.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/service.yaml)
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/ingress.yaml)

2. Create a folder in your machine to store the shared folders for applications usage.

Expand Down
2 changes: 1 addition & 1 deletion helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ helm repo update
helm search repo boldreports

NAME CHART VERSION APP VERSION DESCRIPTION
boldreports/boldreports 6.2.32 6.2.32 Make bolder business decisions with complete reporting solutions...
boldreports/boldreports 6.3.16 6.3.16 Make bolder business decisions with complete reporting solutions...
```

_See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation._
Expand Down
4 changes: 2 additions & 2 deletions helm/boldreports/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: boldreports
type: application
appVersion: 6.2.32
version: 6.2.32
appVersion: 6.3.16
version: 6.3.16
description: Make bolder business decisions with complete reporting solutions, unleash the power of your data with paginated, printable reports, and make intelligent decisions.
home: https://www.boldreports.com/
icon: https://on-premise-demo.boldreports.com/reporting/images/application/boldreports/main_logo.svg
8 changes: 4 additions & 4 deletions helm/boldreports/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ persistentVolume:
hostPath: ''

image:
idRepo: us-docker.pkg.dev/boldreports/v6-2-32
reportsRepo: us-docker.pkg.dev/boldreports/v6-2-32
idRepo: us-docker.pkg.dev/boldreports/v6-3-16
reportsRepo: us-docker.pkg.dev/boldreports/v6-3-16
# Overrides the image tag whose default is the chart appVersion.
idTag: 6.2.32
reportsTag: 6.2.32
idTag: 6.3.16
reportsTag: 6.3.16
pullPolicy: IfNotPresent
imagePullSecrets: []

Expand Down
8 changes: 4 additions & 4 deletions helm/custom-values/ack-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ persistentVolume:
filePath: '/bold-services'

image:
idRepo: us-docker.pkg.dev/boldreports/v6-2-32
reportsRepo: us-docker.pkg.dev/boldreports/v6-2-32
idRepo: us-docker.pkg.dev/boldreports/v6-3-16
reportsRepo: us-docker.pkg.dev/boldreports/v6-3-16
# Overrides the image tag whose default is the chart appVersion.
idTag: 6.2.32
reportsTag: 6.2.32
idTag: 6.3.16
reportsTag: 6.3.16
pullPolicy: IfNotPresent
imagePullSecrets: []

Expand Down
8 changes: 4 additions & 4 deletions helm/custom-values/aks-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ persistentVolume:
hostName: ''

image:
idRepo: us-docker.pkg.dev/boldreports/v6-2-32
reportsRepo: us-docker.pkg.dev/boldreports/v6-2-32
idRepo: us-docker.pkg.dev/boldreports/v6-3-16
reportsRepo: us-docker.pkg.dev/boldreports/v6-3-16
# Overrides the image tag whose default is the chart appVersion.
idTag: 6.2.32
reportsTag: 6.2.32
idTag: 6.3.16
reportsTag: 6.3.16
pullPolicy: IfNotPresent
imagePullSecrets: []

Expand Down
10 changes: 5 additions & 5 deletions helm/custom-values/eks-alb-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ persistentVolume:
efsFileSystemId: ''

image:
idRepo: us-docker.pkg.dev/boldreports/v6-2-32
reportsRepo: us-docker.pkg.dev/boldreports/v6-2-32
idRepo: us-docker.pkg.dev/boldreports/v6-3-16
reportsRepo: us-docker.pkg.dev/boldreports/v6-3-16
# Overrides the image tag whose default is the chart appVersion.
idTag: 6.2.32
reportsTag: 6.2.32
idTag: 6.3.16
reportsTag: 6.3.16
pullPolicy: IfNotPresent
imagePullSecrets: []

versions:
idp: "4.23.1"
reports: "6.2.32"
reports: "6.3.16"

loadBalancer:
type: alb
Expand Down
8 changes: 4 additions & 4 deletions helm/custom-values/eks-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ persistentVolume:
efsFileSystemId: ''

image:
idRepo: us-docker.pkg.dev/boldreports/v6-2-32
reportsRepo: us-docker.pkg.dev/boldreports/v6-2-32
idRepo: us-docker.pkg.dev/boldreports/v6-3-16
reportsRepo: us-docker.pkg.dev/boldreports/v6-3-16
# Overrides the image tag whose default is the chart appVersion.
idTag: 6.2.32
reportsTag: 6.2.32
idTag: 6.3.16
reportsTag: 6.3.16
pullPolicy: IfNotPresent
imagePullSecrets: []

Expand Down
8 changes: 4 additions & 4 deletions helm/custom-values/gke-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ persistentVolume:
fileShareIp: ''

image:
idrepo: us-docker.pkg.dev/boldreports/v6-2-32
reportsRepo: us-docker.pkg.dev/boldreports/v6-2-32
idrepo: us-docker.pkg.dev/boldreports/v6-3-16
reportsRepo: us-docker.pkg.dev/boldreports/v6-3-16
# Overrides the image tag whose default is the chart appVersion.
idTag: 6.2.32
reportsTag: 6.2.32
idTag: 6.3.16
reportsTag: 6.3.16
pullPolicy: IfNotPresent
imagePullSecrets: []

Expand Down
8 changes: 4 additions & 4 deletions helm/custom-values/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ persistentVolume:
hostPath: ''

image:
idRepo: us-docker.pkg.dev/boldreports/v6-2-32
reportsRepo: us-docker.pkg.dev/boldreports/v6-2-32
idRepo: us-docker.pkg.dev/boldreports/v6-3-16
reportsRepo: us-docker.pkg.dev/boldreports/v6-3-16
# Overrides the image tag whose default is the chart appVersion.
idTag: 6.2.32
reportsTag: 6.2.32
idTag: 6.3.16
reportsTag: 6.3.16
pullPolicy: IfNotPresent
imagePullSecrets: []

Expand Down
2 changes: 1 addition & 1 deletion istio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ Bold Reports can be deployed manually on Kubernetes cluster. You can create Kube

# Upgrade Bold Reports

If you are upgrading Bold Reports to 6.2.32, please follow the steps in this [link](/upgrade/upgrade.md).
If you are upgrading Bold Reports to 6.3.16, please follow the steps in this [link](/upgrade/upgrade.md).
Loading

0 comments on commit d5c70d9

Please sign in to comment.