Skip to content

Commit

Permalink
Merge pull request #117 from boldbi/v7.5.13
Browse files Browse the repository at this point in the history
Manifest and documentation changes for 7.5 rollout
  • Loading branch information
sivakumar-devops authored Mar 6, 2024
2 parents 2ccd501 + 2451f2d commit 4470f43
Show file tree
Hide file tree
Showing 31 changed files with 124 additions and 124 deletions.
14 changes: 7 additions & 7 deletions deploy/auto-deployment/deploy_aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ spec:
spec:
containers:
- name: id-web-container
image: gcr.io/boldbi-294612/bold-identity:7.4.11
image: gcr.io/boldbi-294612/bold-identity:7.5.13
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -309,7 +309,7 @@ spec:
name: id-api-volume
containers:
- name: id-api-container
image: gcr.io/boldbi-294612/bold-identity-api:7.4.11
image: gcr.io/boldbi-294612/bold-identity-api:7.5.13
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -364,7 +364,7 @@ spec:
name: id-ums-volume
containers:
- name: id-ums-container
image: gcr.io/boldbi-294612/bold-ums:7.4.11
image: gcr.io/boldbi-294612/bold-ums:7.5.13
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -429,7 +429,7 @@ spec:
name: bi-web-volume
containers:
- name: bi-web-container
image: gcr.io/boldbi-294612/boldbi-server:7.4.11
image: gcr.io/boldbi-294612/boldbi-server:7.5.13
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -484,7 +484,7 @@ spec:
name: bi-api-volume
containers:
- name: bi-api-container
image: gcr.io/boldbi-294612/boldbi-server-api:7.4.11
image: gcr.io/boldbi-294612/boldbi-server-api:7.5.13
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -539,7 +539,7 @@ spec:
name: bi-jobs-volume
containers:
- name: bi-jobs-container
image: gcr.io/boldbi-294612/boldbi-server-jobs:7.4.11
image: gcr.io/boldbi-294612/boldbi-server-jobs:7.5.13
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -594,7 +594,7 @@ spec:
name: bi-dataservice-volume
containers:
- name: bi-dataservice-container
image: gcr.io/boldbi-294612/boldbi-designer:7.4.11
image: gcr.io/boldbi-294612/boldbi-designer:7.5.13
ports:
- containerPort: 80
env:
Expand Down
14 changes: 7 additions & 7 deletions deploy/auto-deployment/deploy_eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ spec:
spec:
containers:
- name: id-web-container
image: gcr.io/boldbi-294612/bold-identity:7.4.11
image: gcr.io/boldbi-294612/bold-identity:7.5.13
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -288,7 +288,7 @@ spec:
name: id-api-volume
containers:
- name: id-api-container
image: gcr.io/boldbi-294612/bold-identity-api:7.4.11
image: gcr.io/boldbi-294612/bold-identity-api:7.5.13
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -343,7 +343,7 @@ spec:
name: id-ums-volume
containers:
- name: id-ums-container
image: gcr.io/boldbi-294612/bold-ums:7.4.11
image: gcr.io/boldbi-294612/bold-ums:7.5.13
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -408,7 +408,7 @@ spec:
name: bi-web-volume
containers:
- name: bi-web-container
image: gcr.io/boldbi-294612/boldbi-server:7.4.11
image: gcr.io/boldbi-294612/boldbi-server:7.5.13
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -463,7 +463,7 @@ spec:
name: bi-api-volume
containers:
- name: bi-api-container
image: gcr.io/boldbi-294612/boldbi-server-api:7.4.11
image: gcr.io/boldbi-294612/boldbi-server-api:7.5.13
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -518,7 +518,7 @@ spec:
name: bi-jobs-volume
containers:
- name: bi-jobs-container
image: gcr.io/boldbi-294612/boldbi-server-jobs:7.4.11
image: gcr.io/boldbi-294612/boldbi-server-jobs:7.5.13
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -573,7 +573,7 @@ spec:
name: bi-dataservice-volume
containers:
- name: bi-dataservice-container
image: gcr.io/boldbi-294612/boldbi-designer:7.4.11
image: gcr.io/boldbi-294612/boldbi-designer:7.5.13
ports:
- containerPort: 80
env:
Expand Down
14 changes: 7 additions & 7 deletions deploy/auto-deployment/deploy_gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ spec:
spec:
containers:
- name: id-web-container
image: gcr.io/boldbi-294612/bold-identity:7.4.11
image: gcr.io/boldbi-294612/bold-identity:7.5.13
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -279,7 +279,7 @@ spec:
name: id-api-volume
containers:
- name: id-api-container
image: gcr.io/boldbi-294612/bold-identity-api:7.4.11
image: gcr.io/boldbi-294612/bold-identity-api:7.5.13
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -334,7 +334,7 @@ spec:
name: id-ums-volume
containers:
- name: id-ums-container
image: gcr.io/boldbi-294612/bold-ums:7.4.11
image: gcr.io/boldbi-294612/bold-ums:7.5.13
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -399,7 +399,7 @@ spec:
name: bi-web-volume
containers:
- name: bi-web-container
image: gcr.io/boldbi-294612/boldbi-server:7.4.11
image: gcr.io/boldbi-294612/boldbi-server:7.5.13
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -454,7 +454,7 @@ spec:
name: bi-api-volume
containers:
- name: bi-api-container
image: gcr.io/boldbi-294612/boldbi-server-api:7.4.11
image: gcr.io/boldbi-294612/boldbi-server-api:7.5.13
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -509,7 +509,7 @@ spec:
name: bi-jobs-volume
containers:
- name: bi-jobs-container
image: gcr.io/boldbi-294612/boldbi-server-jobs:7.4.11
image: gcr.io/boldbi-294612/boldbi-server-jobs:7.5.13
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -564,7 +564,7 @@ spec:
name: bi-dataservice-volume
containers:
- name: bi-dataservice-container
image: gcr.io/boldbi-294612/boldbi-designer:7.4.11
image: gcr.io/boldbi-294612/boldbi-designer:7.5.13
ports:
- containerPort: 80
env:
Expand Down
16 changes: 8 additions & 8 deletions deploy/deploy/common_ack_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ spec:
spec:
containers:
- name: id-web-container
image: gcr.io/boldbi-294612/bold-identity:7.4.11
image: gcr.io/boldbi-294612/bold-identity:7.5.13
ports:
- containerPort: 80
resources:
Expand All @@ -264,7 +264,7 @@ spec:
- name: ID_Version
value: "4.2.1"
- name: BI_Version
value: "7.4.11"
value: "7.5.13"
- name: Reports_Version
value: "5.4.20"
- name: Is_Common_IDP
Expand Down Expand Up @@ -317,7 +317,7 @@ spec:
name: id-api-volume
containers:
- name: id-api-container
image: gcr.io/boldbi-294612/bold-identity-api:7.4.11
image: gcr.io/boldbi-294612/bold-identity-api:7.5.13
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -378,7 +378,7 @@ spec:
name: id-ums-volume
containers:
- name: id-ums-container
image: gcr.io/boldbi-294612/bold-ums:7.4.11
image: gcr.io/boldbi-294612/bold-ums:7.5.13
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -445,7 +445,7 @@ spec:
name: bi-web-volume
containers:
- name: bi-web-container
image: gcr.io/boldbi-294612/boldbi-server:7.4.11
image: gcr.io/boldbi-294612/boldbi-server:7.5.13
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -503,7 +503,7 @@ spec:
name: bi-api-volume
containers:
- name: bi-api-container
image: gcr.io/boldbi-294612/boldbi-server-api:7.4.11
image: gcr.io/boldbi-294612/boldbi-server-api:7.5.13
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -561,7 +561,7 @@ spec:
name: bi-jobs-volume
containers:
- name: bi-jobs-container
image: gcr.io/boldbi-294612/boldbi-server-jobs:7.4.11
image: gcr.io/boldbi-294612/boldbi-server-jobs:7.5.13
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -619,7 +619,7 @@ spec:
name: bi-dataservice-volume
containers:
- name: bi-dataservice-container
image: gcr.io/boldbi-294612/boldbi-designer:7.4.11
image: gcr.io/boldbi-294612/boldbi-designer:7.5.13
ports:
- containerPort: 80
env:
Expand Down
16 changes: 8 additions & 8 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: gcr.io/boldbi-294612/bold-identity:7.4.11
image: gcr.io/boldbi-294612/bold-identity:7.5.13
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -75,7 +75,7 @@ spec:
name: id-api-volume
containers:
- name: id-api-container
image: gcr.io/boldbi-294612/bold-identity-api:7.4.11
image: gcr.io/boldbi-294612/bold-identity-api:7.5.13
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -131,7 +131,7 @@ spec:
name: id-ums-volume
containers:
- name: id-ums-container
image: gcr.io/boldbi-294612/bold-ums:7.4.11
image: gcr.io/boldbi-294612/bold-ums:7.5.13
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -199,7 +199,7 @@ spec:
name: bi-web-volume
containers:
- name: bi-web-container
image: gcr.io/boldbi-294612/boldbi-server:7.4.11
image: gcr.io/boldbi-294612/boldbi-server:7.5.13
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -255,7 +255,7 @@ spec:
name: bi-api-volume
containers:
- name: bi-api-container
image: gcr.io/boldbi-294612/boldbi-server-api:7.4.11
image: gcr.io/boldbi-294612/boldbi-server-api:7.5.13
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -311,7 +311,7 @@ spec:
name: bi-jobs-volume
containers:
- name: bi-jobs-container
image: gcr.io/boldbi-294612/boldbi-server-jobs:7.4.11
image: gcr.io/boldbi-294612/boldbi-server-jobs:7.5.13
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -367,7 +367,7 @@ spec:
name: bi-dataservice-volume
containers:
- name: bi-dataservice-container
image: gcr.io/boldbi-294612/boldbi-designer:7.4.11
image: gcr.io/boldbi-294612/boldbi-designer:7.5.13
ports:
- containerPort: 80
env:
Expand Down Expand Up @@ -443,7 +443,7 @@ spec:
name: bold-etl-volume
containers:
- name: bold-etl-container
image: gcr.io/boldbi-294612/bold-etl:7.4.11
image: gcr.io/boldbi-294612/bold-etl:7.5.13
ports:
- containerPort: 80
env:
Expand Down
16 changes: 8 additions & 8 deletions deploy/version-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ metadata:
name: version-config
namespace: bold-services
data:
BOLD_SERVICES_BI_API_VERSION: 7.4.11
BOLD_SERVICES_BI_DESIGNER_VERSION: 7.4.11
BOLD_SERVICES_BI_JOBS_VERSION: 7.4.11
BOLD_SERVICES_BI_WEB_VERSION: 7.4.11
BOLD_SERVICES_ID_API_VERSION: 7.4.11
BOLD_SERVICES_ID_WEB_VERSION: 7.4.11
BOLD_SERVICES_UMS_WEB_VERSION: 7.4.11
BOLD_SERVICES_BI_ETL_VERSION: 7.4.11
BOLD_SERVICES_BI_API_VERSION: 7.5.13
BOLD_SERVICES_BI_DESIGNER_VERSION: 7.5.13
BOLD_SERVICES_BI_JOBS_VERSION: 7.5.13
BOLD_SERVICES_BI_WEB_VERSION: 7.5.13
BOLD_SERVICES_ID_API_VERSION: 7.5.13
BOLD_SERVICES_ID_WEB_VERSION: 7.5.13
BOLD_SERVICES_UMS_WEB_VERSION: 7.5.13
BOLD_SERVICES_BI_ETL_VERSION: 7.5.13
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ helm repo update
helm search repo boldbi

NAME CHART VERSION APP VERSION DESCRIPTION
boldbi/boldbi 7.4.11 7.4.11 Embed powerful analytics inside your apps and t...
boldbi/boldbi 7.5.13 7.5.13 Embed powerful analytics inside your apps and t...
```

_See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation._
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ helm repo update
helm search repo boldbi
NAME CHART VERSION APP VERSION DESCRIPTION
boldbi/bold-common 7.4.11 7.4.11 Embed powerful analytics inside your apps and t...
boldbi/bold-common 7.5.13 7.5.13 Embed powerful analytics inside your apps and t...
```

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

0 comments on commit 4470f43

Please sign in to comment.