Skip to content

Commit d5b3f05

Browse files
author
Sankaralingam1667
authored
Merge pull request #35 from SilambarasanGovindan/4.2.85-SP2-changes-k8s
Updated the SP 2 release changes
2 parents 7b6dcf1 + 8fb9e7a commit d5b3f05

File tree

10 files changed

+57
-57
lines changed

10 files changed

+57
-57
lines changed

deploy/deployment.yaml

Lines changed: 7 additions & 7 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: gcr.io/boldreports/bold-identity:4.2.78
18+
image: gcr.io/boldreports/bold-identity:4.2.85
1919
ports:
2020
- containerPort: 80
2121
resources:
@@ -65,7 +65,7 @@ spec:
6565
spec:
6666
containers:
6767
- name: id-api-container
68-
image: gcr.io/boldreports/bold-idp-api:4.2.78
68+
image: gcr.io/boldreports/bold-idp-api:4.2.85
6969
ports:
7070
- containerPort: 80
7171
resources:
@@ -110,7 +110,7 @@ spec:
110110
spec:
111111
containers:
112112
- name: id-ums-container
113-
image: gcr.io/boldreports/bold-ums:4.2.78
113+
image: gcr.io/boldreports/bold-ums:4.2.85
114114
ports:
115115
- containerPort: 80
116116
resources:
@@ -155,7 +155,7 @@ spec:
155155
spec:
156156
containers:
157157
- name: reports-web-container
158-
image: gcr.io/boldreports/boldreports-server:4.2.78
158+
image: gcr.io/boldreports/boldreports-server:4.2.85
159159
ports:
160160
- containerPort: 80
161161
resources:
@@ -199,7 +199,7 @@ spec:
199199
spec:
200200
containers:
201201
- name: reports-api-container
202-
image: gcr.io/boldreports/boldreports-server-api:4.2.78
202+
image: gcr.io/boldreports/boldreports-server-api:4.2.85
203203
ports:
204204
- containerPort: 80
205205
resources:
@@ -243,7 +243,7 @@ spec:
243243
spec:
244244
containers:
245245
- name: reports-jobs-container
246-
image: gcr.io/boldreports/boldreports-server-jobs:4.2.78
246+
image: gcr.io/boldreports/boldreports-server-jobs:4.2.85
247247
ports:
248248
- containerPort: 80
249249
resources:
@@ -287,7 +287,7 @@ spec:
287287
spec:
288288
containers:
289289
- name: reports-reportservice-container
290-
image: gcr.io/boldreports/boldreports-designer:4.2.78
290+
image: gcr.io/boldreports/boldreports-designer:4.2.85
291291
ports:
292292
- containerPort: 80
293293
env:

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/v4.2.78/deploy/namespace.yaml)
8-
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/log4net_config.yaml)
9-
* [pvclaim_eks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/pvclaim_eks.yaml)
10-
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/deployment.yaml)
11-
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/hpa.yaml)
12-
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/service.yaml)
13-
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/ingress.yaml)
7+
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/namespace.yaml)
8+
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/log4net_config.yaml)
9+
* [pvclaim_eks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/pvclaim_eks.yaml)
10+
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/deployment.yaml)
11+
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/hpa.yaml)
12+
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/service.yaml)
13+
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/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/v4.2.78/deploy/namespace.yaml)
8-
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/log4net_config.yaml)
9-
* [pvclaim_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/pvclaim_gke.yaml)
10-
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/deployment.yaml)
11-
* [hpa_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/hpa_gke.yaml)
12-
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/service.yaml)
13-
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/ingress.yaml)
7+
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/namespace.yaml)
8+
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/log4net_config.yaml)
9+
* [pvclaim_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/pvclaim_gke.yaml)
10+
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/deployment.yaml)
11+
* [hpa_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/hpa_gke.yaml)
12+
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/service.yaml)
13+
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/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
@@ -15,4 +15,4 @@
1515

1616
# Upgrade Bold Reports
1717

18-
If you are upgrading Bold Reports to 4.2.78, please follow the steps in this [link](/upgrade/4-2_upgrade.md).
18+
If you are upgrading Bold Reports to 4.2.85, please follow the steps in this [link](/upgrade/4-2_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/v4.2.78/deploy/namespace.yaml)
8-
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/log4net_config.yaml)
9-
* [pvclaim_aks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/pvclaim_aks.yaml)
10-
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/deployment.yaml)
11-
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/hpa.yaml)
12-
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/service.yaml)
13-
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/ingress.yaml)
7+
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/namespace.yaml)
8+
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/log4net_config.yaml)
9+
* [pvclaim_aks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/pvclaim_aks.yaml)
10+
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/deployment.yaml)
11+
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/hpa.yaml)
12+
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/service.yaml)
13+
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/ingress.yaml)
1414

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

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 4.2.78, please follow the steps in this [link](/upgrade/4-2_upgrade.md).
18+
If you are upgrading Bold Reports to 4.2.85, please follow the steps in this [link](/upgrade/4-2_upgrade.md).

istio/amazon-eks.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ 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/v4.2.78/deploy/namespace.yaml)
8-
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/log4net_config.yaml)
9-
* [pvclaim_eks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/pvclaim_eks.yaml)
10-
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/deployment.yaml)
11-
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/hpa.yaml)
12-
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/service.yaml)
13-
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/istio_gateway.yaml)
14-
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/destination_rule.yaml)
7+
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/namespace.yaml)
8+
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/log4net_config.yaml)
9+
* [pvclaim_eks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/pvclaim_eks.yaml)
10+
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/deployment.yaml)
11+
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/hpa.yaml)
12+
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/service.yaml)
13+
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/istio_gateway.yaml)
14+
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/destination_rule.yaml)
1515

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

istio/google-gke.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ 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/v4.2.78/deploy/namespace.yaml)
8-
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/log4net_config.yaml)
9-
* [pvclaim_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/pvclaim_gke.yaml)
10-
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/deployment.yaml)
11-
* [hpa_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/hpa_gke.yaml)
12-
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/service.yaml)
13-
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/istio_gateway.yaml)
14-
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/destination_rule.yaml)
7+
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/namespace.yaml)
8+
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/log4net_config.yaml)
9+
* [pvclaim_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/pvclaim_gke.yaml)
10+
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/deployment.yaml)
11+
* [hpa_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/hpa_gke.yaml)
12+
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/service.yaml)
13+
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/istio_gateway.yaml)
14+
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/destination_rule.yaml)
1515

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

istio/microsoft-aks.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ 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/v4.2.78/deploy/namespace.yaml)
8-
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/log4net_config.yaml)
9-
* [pvclaim_aks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/pvclaim_aks.yaml)
10-
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/deployment.yaml)
11-
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/hpa.yaml)
12-
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/service.yaml)
13-
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/istio_gateway.yaml)
14-
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/deploy/destination_rule.yaml)
7+
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/namespace.yaml)
8+
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/log4net_config.yaml)
9+
* [pvclaim_aks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/pvclaim_aks.yaml)
10+
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/deployment.yaml)
11+
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/hpa.yaml)
12+
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/service.yaml)
13+
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/istio_gateway.yaml)
14+
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/deploy/destination_rule.yaml)
1515

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

upgrade/4-2_upgrade.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ Before upgrading the Bold Reports to latest version, make sure to take the backu
1414
## Proceeding with upgrade
1515
Bold Reports 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.
1616

17-
You can download the upgrade script from this [link](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/upgrade/4-2_upgrade.sh) or use the below command.
17+
You can download the upgrade script from this [link](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/upgrade/4-2_upgrade.sh) or use the below command.
1818

1919
```sh
20-
curl -o upgrade.sh https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.78/upgrade/4-2_upgrade.sh
20+
curl -o upgrade.sh https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v4.2.85/upgrade/4-2_upgrade.sh
2121
```
2222

2323
Run the following command to execute the shell script to upgrade Bold Reports.
2424

2525
```sh
26-
./upgrade.sh --version="4.2.78" --namespace="default"
26+
./upgrade.sh --version="4.2.85" --namespace="default"
2727
```
2828

2929
<table>

0 commit comments

Comments
 (0)