Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[charts/portal]Changes to support Portal 5.3.1 release #334

Merged
merged 1 commit into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/portal/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ dependencies:
repository: https://kubernetes.github.io/ingress-nginx/
version: 4.10.0
digest: sha256:37372a7aae49609a719e1e1d0f9f9c6ba66b41caaeed4892981db2b50289cda4
generated: "2024-06-20T19:08:34.36457+05:30"
generated: "2024-10-14T18:34:34.4433706+05:30"
4 changes: 2 additions & 2 deletions charts/portal/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "5.3"
appVersion: "5.3.1"
description: CA API Developer Portal
name: portal
version: 2.4.1
version: 2.4.2
type: application
home: https://github.com/CAAPIM/apim-charts
maintainers:
Expand Down
44 changes: 23 additions & 21 deletions charts/portal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ The Layer7 API Developer Portal (API Portal) is part of the Layer7 API Managemen

## Introduction
This Chart deploys the Layer7 API Developer Portal on a Kubernetes Cluster using the Helm Package Manager.
## 2.4.1 General Updates
## 2.4.2 General Updates
- This new version of the chart supports API Portal 5.3.1
- Removed PSSG container
- Upgrade to 2.4.2 is only supported from 2.3.8 chart version as per the Portal version.
## 2.3.9 General Updates
- This new version of the chart supports API Portal 5.3
- Upgrade to 2.3.9 is only supported from 2.3.4 chart version as per the Portal version.
Expand Down Expand Up @@ -86,7 +88,7 @@ This Chart deploys the Layer7 API Developer Portal on a Kubernetes Cluster using
Solutions & Patches](https://techdocs.broadcom.com/us/product-content/recommended-reading/technical-document-index/ca-api-developer-portal-solutions-and-patches.html) page.

### Production
- A dedicated MySQL 8.0.31/8.0.33/8.0.34/8.0.37 server [See TechDocs for more information](https://techdocs.broadcom.com/us/en/ca-enterprise-software/layer7-api-management/api-developer-portal/5-3/install-configure-and-upgrade/install-portal-on-docker-swarm/configure-an-external-database.html)
- A dedicated MySQL 8.0.31/8.0.33/8.0.34/8.0.37/8.0.39 server [See TechDocs for more information](https://techdocs.broadcom.com/us/en/ca-enterprise-software/layer7-api-management/api-developer-portal/5-3/install-configure-and-upgrade/install-portal-on-docker-swarm/configure-an-external-database.html)
- 3 Worker nodes with at least 4vcpu and 32GB ram - High Availability with analytics
- Access to a DNS Server
- Signed SSL Server Certificate
Expand Down Expand Up @@ -634,17 +636,17 @@ Portal Analytics
### Portal Images
| Parameter | Description | Default |
|-------------------------------------------|----------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------|
| `image.dispatcher` | dispatcher image | `dispatcher:5.3` |
| `image.apim` | APIM ingress image | `ingress:5.3` |
| `image.enterprise` | portal-enterprise image | `portal-enterprise:5.3` |
| `image.data` | portal-data image | `portal-data:5.3` |
| `image.tps` | tenant provisioner image | `tenant-provisioning-service:5.3` |
| `image.analytics` | Analytics image | `analytics-server:5.3` |
| `image.authenticator` | Authenticator image | `authenticator:5.3` |
| `image.dbUpgrade` | db upgrade image | `db-upgrade-portal:5.3` |
| `image.rbacUpgrade` | Analytics image, per Portal version | `db-upgrade-rbac:5.3` |
| `image.upgradeVerify` | Upgrade verification image | `upgrade-verify:5.3` |
| `image.tlsManager` | TLS manager image | `tls-automator:5.3` |
| `image.dispatcher` | dispatcher image | `dispatcher:5.3.1` |
| `image.apim` | APIM ingress image | `ingress:5.3.1` |
| `image.enterprise` | portal-enterprise image | `portal-enterprise:5.3.1` |
| `image.data` | portal-data image | `portal-data:5.3.1` |
| `image.tps` | tenant provisioner image | `tenant-provisioning-service:5.3.1` |
| `image.analytics` | Analytics image | `analytics-server:5.3.1` |
| `image.authenticator` | Authenticator image | `authenticator:5.3.1` |
| `image.dbUpgrade` | db upgrade image | `db-upgrade-portal:5.3.1` |
| `image.rbacUpgrade` | Analytics image, per Portal version | `db-upgrade-rbac:5.3.1` |
| `image.upgradeVerify` | Upgrade verification image | `upgrade-verify:5.3.1` |
| `image.tlsManager` | TLS manager image | `tls-automator:5.3.1` |

## Subcharts
For Production, use an external MySQL Server.
Expand Down Expand Up @@ -776,14 +778,14 @@ The following table lists the configured parameters of the Druid Subchart

| Parameter | Description | Default |
|-----------------------------|---------------------|--------------------------|
| `druid.image.zookeeper ` | Zookeeper image | `zookeeper:5.3` |
| `druid.image.broker` | Broker image | `druid:5.3` |
| `druid.image.coordinator` | Coordinator | `druid:5.3` |
| `druid.image.middlemanager` | Middlemanager image | `druid:5.3` |
| `druid.image.minio` | Minio image | `minio:5.3` |
| `druid.image.historical` | Historical image | `druid:5.3` |
| `druid.image.kafka` | Kafka image | `kafka:5.3` |
| `druid.image.ingestion` | Ingestion image | `ingestion-server:5.3` |
| `druid.image.zookeeper ` | Zookeeper image | `zookeeper:5.3.1` |
| `druid.image.broker` | Broker image | `druid:5.3.1` |
| `druid.image.coordinator` | Coordinator | `druid:5.3.1` |
| `druid.image.middlemanager` | Middlemanager image | `druid:5.3.1` |
| `druid.image.minio` | Minio image | `minio:5.3.1` |
| `druid.image.historical` | Historical image | `druid:5.3.1` |
| `druid.image.kafka` | Kafka image | `kafka:5.3.1` |
| `druid.image.ingestion` | Ingestion image | `ingestion-server:5.3.1` |

## RabbitMQ
The following table lists the configured parameters of the Bitnami RabbitMQ Subchart - https://github.com/bitnami/charts/tree/master/bitnami/rabbitmq
Expand Down
Binary file modified charts/portal/charts/druid-1.0.14.tgz
Binary file not shown.
40 changes: 20 additions & 20 deletions charts/portal/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -484,17 +484,17 @@ tenantProvisioner:
additionalEnv:

image:
dispatcher: dispatcher:5.3
apim: ingress:5.3
enterprise: portal-enterprise:5.3
data: portal-data:5.3
tps: tenant-provisioning-service:5.3
analytics: analytics-server:5.3
authenticator: authenticator:5.3
dbUpgrade: db-upgrade-portal:5.3
rbacUpgrade: db-upgrade-rbac:5.3
upgradeVerify: upgrade-verify:5.3
tlsManager: tls-automator:5.3
dispatcher: dispatcher:5.3.1
apim: ingress:5.3.1
enterprise: portal-enterprise:5.3.1
data: portal-data:5.3.1
tps: tenant-provisioning-service:5.3.1
analytics: analytics-server:5.3.1
authenticator: authenticator:5.3.1
dbUpgrade: db-upgrade-portal:5.3.1
rbacUpgrade: db-upgrade-rbac:5.3.1
upgradeVerify: upgrade-verify:5.3.1
tlsManager: tls-automator:5.3.1

##
## Subchart Configuration
Expand Down Expand Up @@ -795,14 +795,14 @@ druid:
# topologyKey: kubernetes.io/hostname

image:
zookeeper: zookeeper:5.3
broker: druid:5.3
coordinator: druid:5.3
middlemanager: druid:5.3
minio: minio:5.3
historical: druid:5.3
kafka: kafka:5.3
ingestion: ingestion-server:5.3
zookeeper: zookeeper:5.3.1
broker: druid:5.3.1
coordinator: druid:5.3.1
middlemanager: druid:5.3.1
minio: minio:5.3.1
historical: druid:5.3.1
kafka: kafka:5.3.1
ingestion: ingestion-server:5.3.1

# Settings for RabbitMQ - https://github.com/bitnami/charts/tree/master/bitnami/rabbitmq
rabbitmq:
Expand All @@ -812,7 +812,7 @@ rabbitmq:
image:
registry: caapim
repository: message-broker
tag: "5.3"
tag: "5.3.1"
pullSecrets:
- broadcom-apim
pdb:
Expand Down
40 changes: 20 additions & 20 deletions charts/portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -423,17 +423,17 @@ tenantProvisioner:
additionalEnv:

image:
dispatcher: dispatcher:5.3
apim: ingress:5.3
enterprise: portal-enterprise:5.3
data: portal-data:5.3
tps: tenant-provisioning-service:5.3
analytics: analytics-server:5.3
authenticator: authenticator:5.3
dbUpgrade: db-upgrade-portal:5.3
rbacUpgrade: db-upgrade-rbac:5.3
upgradeVerify: upgrade-verify:5.3
tlsManager: tls-automator:5.3
dispatcher: dispatcher:5.3.1
apim: ingress:5.3.1
enterprise: portal-enterprise:5.3.1
data: portal-data:5.3.1
tps: tenant-provisioning-service:5.3.1
analytics: analytics-server:5.3.1
authenticator: authenticator:5.3.1
dbUpgrade: db-upgrade-portal:5.3.1
rbacUpgrade: db-upgrade-rbac:5.3.1
upgradeVerify: upgrade-verify:5.3.1
tlsManager: tls-automator:5.3.1

##
## Subchart Configuration
Expand Down Expand Up @@ -660,14 +660,14 @@ druid:
# affinity: {}

image:
zookeeper: zookeeper:5.3
broker: druid:5.3
coordinator: druid:5.3
middlemanager: druid:5.3
minio: minio:5.3
historical: druid:5.3
kafka: kafka:5.3
ingestion: ingestion-server:5.3
zookeeper: zookeeper:5.3.1
broker: druid:5.3.1
coordinator: druid:5.3.1
middlemanager: druid:5.3.1
minio: minio:5.3.1
historical: druid:5.3.1
kafka: kafka:5.3.1
ingestion: ingestion-server:5.3.1

# Settings for RabbitMQ - https://github.com/bitnami/charts/tree/master/bitnami/rabbitmq
rabbitmq:
Expand All @@ -677,7 +677,7 @@ rabbitmq:
image:
registry: caapim
repository: message-broker
tag: "5.3"
tag: "5.3.1"
pullSecrets:
- broadcom-apim
pdb:
Expand Down