Skip to content

Commit

Permalink
Merge pull request #57 from Subasri-Viswanathan/release-5.4.3-changes
Browse files Browse the repository at this point in the history
REPORT-353122: Include the v5.4.30 changes
  • Loading branch information
Sankaralingam1667 authored Feb 28, 2024
2 parents 22a685e + 9d1158f commit 4c23b1a
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ helm repo update
helm search repo boldreports

NAME CHART VERSION APP VERSION DESCRIPTION
boldreports/boldreports 5.4.20 5.4.20 Make bolder business decisions with complete reporting solutions...
boldreports/boldreports 5.4.30 5.4.30 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: 5.4.20
version: 5.4.20
appVersion: 5.4.30
version: 5.4.30
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
4 changes: 2 additions & 2 deletions helm/boldreports/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ image:
idRepo: gcr.io/boldreports
reportsRepo: gcr.io/boldreports
# Overrides the image tag whose default is the chart appVersion.
idTag: 5.4.20
reportsTag: 5.4.20
idTag: 5.4.30
reportsTag: 5.4.30
pullPolicy: IfNotPresent
imagePullSecrets: []

Expand Down
4 changes: 2 additions & 2 deletions helm/custom-values/aks-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ image:
idRepo: gcr.io/boldreports
reportsRepo: gcr.io/boldreports
# Overrides the image tag whose default is the chart appVersion.
idTag: 5.4.20
reportsTag: 5.4.20
idTag: 5.4.30
reportsTag: 5.4.30
pullPolicy: IfNotPresent
imagePullSecrets: []

Expand Down
8 changes: 4 additions & 4 deletions helm/custom-values/eks-alb-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ image:
idRepo: gcr.io/boldreports
reportsRepo: gcr.io/boldreports
# Overrides the image tag whose default is the chart appVersion.
idTag: 5.4.20
reportsTag: 5.4.20
idTag: 5.4.30
reportsTag: 5.4.30
pullPolicy: IfNotPresent
imagePullSecrets: []

versions:
idp: "4.18.1"
reports: "5.4.20"
idp: "4.21.1"
reports: "5.4.30"

loadBalancer:
type: alb
Expand Down
4 changes: 2 additions & 2 deletions helm/custom-values/eks-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ image:
idRepo: gcr.io/boldreports
reportsRepo: gcr.io/boldreports
# Overrides the image tag whose default is the chart appVersion.
idTag: 5.4.20
reportsTag: 5.4.20
idTag: 5.4.30
reportsTag: 5.4.30
pullPolicy: IfNotPresent
imagePullSecrets: []

Expand Down
4 changes: 2 additions & 2 deletions helm/custom-values/gke-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ image:
idrepo: gcr.io/boldreports
reportsRepo: gcr.io/boldreports
# Overrides the image tag whose default is the chart appVersion.
idTag: 5.4.20
reportsTag: 5.4.20
idTag: 5.4.30
reportsTag: 5.4.30
pullPolicy: IfNotPresent
imagePullSecrets: []

Expand Down
4 changes: 2 additions & 2 deletions helm/custom-values/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ image:
idRepo: gcr.io/boldreports
reportsRepo: gcr.io/boldreports
# Overrides the image tag whose default is the chart appVersion.
idTag: 5.4.20
reportsTag: 5.4.20
idTag: 5.4.30
reportsTag: 5.4.30
pullPolicy: IfNotPresent
imagePullSecrets: []

Expand Down
6 changes: 3 additions & 3 deletions helm/docs/pre-requisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,23 +109,23 @@ If you need to configure Bold Reports with Ingress, [Install Nginx ingress contr
AKS Cluster
</td>
<td>
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.41.2/deploy/static/provider/cloud/deploy.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.2.0/deploy/static/provider/cloud/deploy.yaml
</td>
</tr>
<tr>
<td>
EKS Cluster
</td>
<td>
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.8.2/deploy/static/provider/aws/deploy.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.2.0/deploy/static/provider/aws/deploy.yaml
</td>
</tr>
<tr>
<td>
GKE Cluster
</td>
<td>
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.8.2/deploy/static/provider/cloud/deploy.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.2.0/deploy/static/provider/cloud/deploy.yaml
</td>
</tr>
</table>
Expand Down

0 comments on commit 4c23b1a

Please sign in to comment.