diff --git a/stable/enterprise/Chart.yaml b/stable/enterprise/Chart.yaml index 4e060775..9bcf3fc4 100644 --- a/stable/enterprise/Chart.yaml +++ b/stable/enterprise/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: enterprise -version: "2.9.1" +version: "2.9.2" appVersion: "5.8.1" kubeVersion: 1.23.x - 1.30.x || 1.23.x-x - 1.30.x-x description: | diff --git a/stable/enterprise/README.md b/stable/enterprise/README.md index 9ca21e01..2085b3c6 100644 --- a/stable/enterprise/README.md +++ b/stable/enterprise/README.md @@ -228,6 +228,10 @@ anchoreConfig: sslMode: require ``` +#### RDS Postgres Database Configuration + +Please note that automatic password rotation using AWS Secrets Manager is enabled by default upon provisioning a new RDS cluster however this feature is not currently supported by Anchore Enterprise. + #### RDS Postgres Database Configuration With TLS To obtain a comprehensive AWS RDS PostgreSQL certificate bundle, which includes both intermediate and root certificates for all AWS regions, you can download it [here](https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem). An example of creating the certificate secret can be found in [TLS Configuration](#using-tls-internally).