Skip to content

Commit 791affe

Browse files
Merge pull request #88 from kumarkanagasabai/master
Upgraded the version to 6.3.24
2 parents f8582c1 + 67aea5c commit 791affe

25 files changed

+132
-132
lines changed

deploy/deployment.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
- name: id-web-container
18-
image: us-docker.pkg.dev/boldreports/v6-3-16/bold-identity:6.3.16
18+
image: us-docker.pkg.dev/boldreports/v6-3-24/bold-identity:6.3.24
1919
ports:
2020
- containerPort: 80
2121
resources:
@@ -73,7 +73,7 @@ spec:
7373
name: id-api-volume
7474
containers:
7575
- name: id-api-container
76-
image: us-docker.pkg.dev/boldreports/v6-3-16/bold-idp-api:6.3.16
76+
image: us-docker.pkg.dev/boldreports/v6-3-24/bold-idp-api:6.3.24
7777
ports:
7878
- containerPort: 80
7979
resources:
@@ -126,7 +126,7 @@ spec:
126126
name: id-ums-volume
127127
containers:
128128
- name: id-ums-container
129-
image: us-docker.pkg.dev/boldreports/v6-3-16/bold-ums:6.3.16
129+
image: us-docker.pkg.dev/boldreports/v6-3-24/bold-ums:6.3.24
130130
ports:
131131
- containerPort: 80
132132
resources:
@@ -179,7 +179,7 @@ spec:
179179
name: reports-web-volume
180180
containers:
181181
- name: reports-web-container
182-
image: us-docker.pkg.dev/boldreports/v6-3-16/boldreports-server:6.3.16
182+
image: us-docker.pkg.dev/boldreports/v6-3-24/boldreports-server:6.3.24
183183
ports:
184184
- containerPort: 80
185185
resources:
@@ -231,7 +231,7 @@ spec:
231231
name: reports-api-volume
232232
containers:
233233
- name: reports-api-container
234-
image: us-docker.pkg.dev/boldreports/v6-3-16/boldreports-server-api:6.3.16
234+
image: us-docker.pkg.dev/boldreports/v6-3-24/boldreports-server-api:6.3.24
235235
ports:
236236
- containerPort: 80
237237
resources:
@@ -283,7 +283,7 @@ spec:
283283
name: reports-jobs-volume
284284
containers:
285285
- name: reports-jobs-container
286-
image: us-docker.pkg.dev/boldreports/v6-3-16/boldreports-server-jobs:6.3.16
286+
image: us-docker.pkg.dev/boldreports/v6-3-24/boldreports-server-jobs:6.3.24
287287
ports:
288288
- containerPort: 80
289289
resources:
@@ -335,7 +335,7 @@ spec:
335335
name: reports-reportservice-volume
336336
containers:
337337
- name: reports-reportservice-container
338-
image: us-docker.pkg.dev/boldreports/v6-3-16/boldreports-designer:6.3.16
338+
image: us-docker.pkg.dev/boldreports/v6-3-24/boldreports-designer:6.3.24
339339
ports:
340340
- containerPort: 80
341341
resources:
@@ -387,7 +387,7 @@ spec:
387387
name: reports-viewer-volume
388388
containers:
389389
- name: reports-viewer-container
390-
image: us-docker.pkg.dev/boldreports/v6-3-16/boldreports-viewer:6.3.16
390+
image: us-docker.pkg.dev/boldreports/v6-3-24/boldreports-viewer:6.3.24
391391
ports:
392392
- containerPort: 80
393393
resources:
@@ -439,7 +439,7 @@ spec:
439439
name: bold-etl-volume
440440
containers:
441441
- name: bold-etl-container
442-
image: us-docker.pkg.dev/boldreports/v6-3-16/bold-etl:6.3.16
442+
image: us-docker.pkg.dev/boldreports/v6-3-24/bold-etl:6.3.24
443443
ports:
444444
- containerPort: 80
445445
env:

docs/alibaba-ack.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ For fresh installation, continue with the following steps to deploy Bold Reports
2323

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

26-
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/namespace.yaml)
27-
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/log4net_config.yaml)
28-
* [pvclaim_ack.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/pvclaim_ack.yaml)
29-
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/deployment.yaml)
30-
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/hpa.yaml)
31-
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/service.yaml)
32-
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/ingress.yaml)
26+
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/namespace.yaml)
27+
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/log4net_config.yaml)
28+
* [pvclaim_ack.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/pvclaim_ack.yaml)
29+
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/deployment.yaml)
30+
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/hpa.yaml)
31+
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/service.yaml)
32+
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/ingress.yaml)
3333
2. Navigate to the folder where the deployment files were downloaded in Step 1.
3434
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.
3535
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.

docs/amazon-eks.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ For fresh installation, continue with the following steps to deploy Bold Reports
44

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

7-
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/namespace.yaml)
8-
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/log4net_config.yaml)
9-
* [pvclaim_eks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/pvclaim_eks.yaml)
10-
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/deployment.yaml)
11-
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/hpa.yaml)
12-
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/service.yaml)
13-
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/ingress.yaml)
7+
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/namespace.yaml)
8+
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/log4net_config.yaml)
9+
* [pvclaim_eks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/pvclaim_eks.yaml)
10+
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/deployment.yaml)
11+
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/hpa.yaml)
12+
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/service.yaml)
13+
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/ingress.yaml)
1414

1515
2. Create an Amazon EKS cluster and [node group](https://docs.aws.amazon.com/eks/latest/userguide/eks-compute.html) to deploy Bold Reports.
1616

docs/google-gke.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ For fresh installation, continue with the following steps to deploy Bold Reports
44

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

7-
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/namespace.yaml)
8-
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/log4net_config.yaml)
9-
* [pvclaim_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/pvclaim_gke.yaml)
10-
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/deployment.yaml)
11-
* [hpa_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/hpa_gke.yaml)
12-
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/service.yaml)
13-
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/ingress.yaml)
7+
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/namespace.yaml)
8+
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/log4net_config.yaml)
9+
* [pvclaim_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/pvclaim_gke.yaml)
10+
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/deployment.yaml)
11+
* [hpa_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/hpa_gke.yaml)
12+
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/service.yaml)
13+
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/ingress.yaml)
1414

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

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
# Upgrade Bold Reports
1818

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

docs/microsoft-aks.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ For fresh installation, continue with the following steps to deploy Bold Reports
44

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

7-
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/namespace.yaml)
8-
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/log4net_config.yaml)
9-
* [pvclaim_aks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/pvclaim_aks.yaml)
10-
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/deployment.yaml)
11-
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/hpa.yaml)
12-
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/service.yaml)
13-
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/ingress.yaml)
7+
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/namespace.yaml)
8+
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/log4net_config.yaml)
9+
* [pvclaim_aks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/pvclaim_aks.yaml)
10+
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/deployment.yaml)
11+
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/hpa.yaml)
12+
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/service.yaml)
13+
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/ingress.yaml)
1414

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

docs/on-premise.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ For fresh installation, continue with the following steps to deploy Bold Reports
44

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

7-
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/namespace.yaml)
8-
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/log4net_config.yaml)
9-
* [pvclaim_onpremise.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/pvclaim_onpremise.yaml)
10-
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/deployment.yaml)
11-
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/hpa.yaml)
12-
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/service.yaml)
13-
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.16/deploy/ingress.yaml)
7+
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/namespace.yaml)
8+
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/log4net_config.yaml)
9+
* [pvclaim_onpremise.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/pvclaim_onpremise.yaml)
10+
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/deployment.yaml)
11+
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/hpa.yaml)
12+
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/service.yaml)
13+
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v6.3.24/deploy/ingress.yaml)
1414

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

helm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ helm repo update
2727
helm search repo boldreports
2828

2929
NAME CHART VERSION APP VERSION DESCRIPTION
30-
boldreports/boldreports 6.3.16 6.3.16 Make bolder business decisions with complete reporting solutions...
30+
boldreports/boldreports 6.3.24 6.3.24 Make bolder business decisions with complete reporting solutions...
3131
```
3232

3333
_See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation._

helm/boldreports/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: boldreports
33
type: application
4-
appVersion: 6.3.16
5-
version: 6.3.16
4+
appVersion: 6.3.24
5+
version: 6.3.24
66
description: Make bolder business decisions with complete reporting solutions, unleash the power of your data with paginated, printable reports, and make intelligent decisions.
77
home: https://www.boldreports.com/
88
icon: https://on-premise-demo.boldreports.com/reporting/images/application/boldreports/main_logo.svg

helm/boldreports/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ persistentVolume:
3636
hostPath: ''
3737

3838
image:
39-
idRepo: us-docker.pkg.dev/boldreports/v6-3-16
40-
reportsRepo: us-docker.pkg.dev/boldreports/v6-3-16
39+
idRepo: us-docker.pkg.dev/boldreports/v6-3-24
40+
reportsRepo: us-docker.pkg.dev/boldreports/v6-3-24
4141
# Overrides the image tag whose default is the chart appVersion.
42-
idTag: 6.3.16
43-
reportsTag: 6.3.16
42+
idTag: 6.3.24
43+
reportsTag: 6.3.24
4444
pullPolicy: IfNotPresent
4545
imagePullSecrets: []
4646

helm/custom-values/ack-values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ persistentVolume:
1717
filePath: '/bold-services'
1818

1919
image:
20-
idRepo: us-docker.pkg.dev/boldreports/v6-3-16
21-
reportsRepo: us-docker.pkg.dev/boldreports/v6-3-16
20+
idRepo: us-docker.pkg.dev/boldreports/v6-3-24
21+
reportsRepo: us-docker.pkg.dev/boldreports/v6-3-24
2222
# Overrides the image tag whose default is the chart appVersion.
23-
idTag: 6.3.16
24-
reportsTag: 6.3.16
23+
idTag: 6.3.24
24+
reportsTag: 6.3.24
2525
pullPolicy: IfNotPresent
2626
imagePullSecrets: []
2727

helm/custom-values/aks-values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ persistentVolume:
2929
hostName: ''
3030

3131
image:
32-
idRepo: us-docker.pkg.dev/boldreports/v6-3-16
33-
reportsRepo: us-docker.pkg.dev/boldreports/v6-3-16
32+
idRepo: us-docker.pkg.dev/boldreports/v6-3-24
33+
reportsRepo: us-docker.pkg.dev/boldreports/v6-3-24
3434
# Overrides the image tag whose default is the chart appVersion.
35-
idTag: 6.3.16
36-
reportsTag: 6.3.16
35+
idTag: 6.3.24
36+
reportsTag: 6.3.24
3737
pullPolicy: IfNotPresent
3838
imagePullSecrets: []
3939

helm/custom-values/eks-alb-values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ persistentVolume:
1616
efsFileSystemId: ''
1717

1818
image:
19-
idRepo: us-docker.pkg.dev/boldreports/v6-3-16
20-
reportsRepo: us-docker.pkg.dev/boldreports/v6-3-16
19+
idRepo: us-docker.pkg.dev/boldreports/v6-3-24
20+
reportsRepo: us-docker.pkg.dev/boldreports/v6-3-24
2121
# Overrides the image tag whose default is the chart appVersion.
22-
idTag: 6.3.16
23-
reportsTag: 6.3.16
22+
idTag: 6.3.24
23+
reportsTag: 6.3.24
2424
pullPolicy: IfNotPresent
2525
imagePullSecrets: []
2626

2727
versions:
2828
idp: "4.23.1"
29-
reports: "6.3.16"
29+
reports: "6.3.24"
3030

3131
loadBalancer:
3232
type: alb

helm/custom-values/eks-values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ persistentVolume:
1616
efsFileSystemId: ''
1717

1818
image:
19-
idRepo: us-docker.pkg.dev/boldreports/v6-3-16
20-
reportsRepo: us-docker.pkg.dev/boldreports/v6-3-16
19+
idRepo: us-docker.pkg.dev/boldreports/v6-3-24
20+
reportsRepo: us-docker.pkg.dev/boldreports/v6-3-24
2121
# Overrides the image tag whose default is the chart appVersion.
22-
idTag: 6.3.16
23-
reportsTag: 6.3.16
22+
idTag: 6.3.24
23+
reportsTag: 6.3.24
2424
pullPolicy: IfNotPresent
2525
imagePullSecrets: []
2626

helm/custom-values/gke-values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ persistentVolume:
1717
fileShareIp: ''
1818

1919
image:
20-
idrepo: us-docker.pkg.dev/boldreports/v6-3-16
21-
reportsRepo: us-docker.pkg.dev/boldreports/v6-3-16
20+
idrepo: us-docker.pkg.dev/boldreports/v6-3-24
21+
reportsRepo: us-docker.pkg.dev/boldreports/v6-3-24
2222
# Overrides the image tag whose default is the chart appVersion.
23-
idTag: 6.3.16
24-
reportsTag: 6.3.16
23+
idTag: 6.3.24
24+
reportsTag: 6.3.24
2525
pullPolicy: IfNotPresent
2626
imagePullSecrets: []
2727

helm/custom-values/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ persistentVolume:
2727
hostPath: ''
2828

2929
image:
30-
idRepo: us-docker.pkg.dev/boldreports/v6-3-16
31-
reportsRepo: us-docker.pkg.dev/boldreports/v6-3-16
30+
idRepo: us-docker.pkg.dev/boldreports/v6-3-24
31+
reportsRepo: us-docker.pkg.dev/boldreports/v6-3-24
3232
# Overrides the image tag whose default is the chart appVersion.
33-
idTag: 6.3.16
34-
reportsTag: 6.3.16
33+
idTag: 6.3.24
34+
reportsTag: 6.3.24
3535
pullPolicy: IfNotPresent
3636
imagePullSecrets: []
3737

istio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ Bold Reports can be deployed manually on Kubernetes cluster. You can create Kube
1515

1616
# Upgrade Bold Reports
1717

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

0 commit comments

Comments
 (0)