diff --git a/helm/superset/Chart.yaml b/helm/superset/Chart.yaml index 7a700075f..3198e648a 100644 --- a/helm/superset/Chart.yaml +++ b/helm/superset/Chart.yaml @@ -29,7 +29,7 @@ maintainers: - name: craig-rueda email: craig@craigrueda.com url: https://github.com/craig-rueda -version: 0.10.3 +version: 0.10.4 dependencies: - name: postgresql version: 12.1.6 diff --git a/helm/superset/README.md b/helm/superset/README.md index e75c65dc2..217b27b67 100644 --- a/helm/superset/README.md +++ b/helm/superset/README.md @@ -23,7 +23,7 @@ NOTE: This file is generated by helm-docs: https://github.com/norwoodj/helm-docs # superset -![Version: 0.10.3](https://img.shields.io/badge/Version-0.10.3-informational?style=flat-square) +![Version: 0.10.4](https://img.shields.io/badge/Version-0.10.4-informational?style=flat-square) Apache Superset is a modern, enterprise-ready business intelligence web application @@ -106,7 +106,7 @@ helm install my-superset superset/superset | initImage.tag | string | `"dockerize"` | | | nameOverride | string | `nil` | Provide a name to override the name of the chart | | nodeSelector | object | `{}` | | -| postgresql | object | see `values.yaml` | Configuration values for the postgresql dependency. ref: https://github.com/kubernetes/charts/blob/master/stable/postgresql/README.md | +| postgresql | object | see `values.yaml` | Configuration values for the postgresql dependency. ref: https://github.com/bitnami/charts/tree/main/bitnami/postgresql | | redis | object | see `values.yaml` | Configuration values for the Redis dependency. ref: https://github.com/bitnami/charts/blob/master/bitnami/redis More documentation can be found here: https://artifacthub.io/packages/helm/bitnami/redis | | resources | object | `{}` | | | runAsUser | int | `0` | User ID directive. This user must have enough permissions to run the bootstrap script Running containers as root is not recommended in production. Change this to another UID - e.g. 1000 to be more secure | diff --git a/helm/superset/values.yaml b/helm/superset/values.yaml index fa2180aa6..bff8b30ef 100644 --- a/helm/superset/values.yaml +++ b/helm/superset/values.yaml @@ -695,7 +695,7 @@ init: topologySpreadConstraints: [] # -- Configuration values for the postgresql dependency. -# ref: https://github.com/kubernetes/charts/blob/master/stable/postgresql/README.md +# ref: https://github.com/bitnami/charts/tree/main/bitnami/postgresql # @default -- see `values.yaml` postgresql: ##