Skip to content

Commit

Permalink
Readme update for portal 5.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ksaladi committed Feb 19, 2025
1 parent 27aa79b commit e97d9d8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion charts/portal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ This Chart deploys the Layer7 API Developer Portal on a Kubernetes Cluster using
## 2.3.12 General Updates

- This new version of the chart supports API Portal 5.2.3
- Upgrade to 2.3.12 is only supported from 2.3.9 chart version as per the Portal version.
- Ingress-NGINX Subchart is upgraded to version 4.12.0 to support K8s 1.29 version.
- DB container(for testing) upgraded to support 8.4.4 MySQL version.

## 2.3.11 General Updates

Expand Down Expand Up @@ -259,7 +262,7 @@ This section describes configurable parameters in **values.yaml**, there is also
| ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------- |
| `global.portalRepository` | Image Repository | `caapim/` |
| `global.pullSecret` | Image Pull Secret name | `broadcom-apim` |
| `global.setupDemoDatabase` | Deploys MySQL as part of this Chart | `false` |
| `global.setupDemoDatabase` | Deploys MySQL as part of this Chart | `false` |
| `global.databaseSecret` | Database secret name. If **global.setupDemoDatabase** is true, ensure **mysql.auth.existingSecret** uses the same secret that contain the keys `mysql-root-password`, `mysql-replication-password` along with `mysql-password` | `database-secret` |
| `global.useExistingDatabaseSecret` | Configures Portal Deployment to use **global.databaseSecret** for fetching the DB password | `false` |
| `global.databaseUsername` | Database username | `admin` |
Expand Down Expand Up @@ -921,6 +924,8 @@ The following table lists the configured parameters of the Bitnami RabbitMQ Subc
The following table lists the configured parameters of the MySQL Subchart - https://github.com/bitnami/charts/tree/master/bitnami/mysql
**_NOTE:- From chart version 2.3.12 dont include 'mysql' string in release_name of helm install <release-name> command.**
| Parameter | Description | Default |
| ------------------------------------ | -------------------------------------------------------------- | -------------------- |
| `mysql.image.tag` | MySQL Image to use | `8.4.4-debian-12-r0` |
Expand Down

0 comments on commit e97d9d8

Please sign in to comment.