fix(helm): Fixing up chart and linting (#22590)

This commit is contained in:
Craig Rueda 2023-01-04 20:43:13 -08:00 committed by GitHub
parent 82b0c23fb2
commit 01671b9d1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 22 additions and 11 deletions

@ -1 +1 @@
Subproject commit b0d4458c71155b54fcf33e11dd465dc923550009
Subproject commit afea100a513515fbd68b0e72a7bb0ae34cb62aec

View File

@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.1.22
version: 12.1.6
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 16.3.1
digest: sha256:f80cc4ec2bb6f327d348bc15e9192cc6ab2163781c1e35f85720565a36a1cb14
generated: "2022-10-13T16:59:44.305764+02:00"
version: 17.3.17
digest: sha256:3bfff146fa89077705c0bedea59bbe2c9f15715220f9ea84f493335f0413af6e
generated: "2023-01-04T12:50:49.567524-08:00"

View File

@ -29,13 +29,13 @@ maintainers:
- name: craig-rueda
email: craig@craigrueda.com
url: https://github.com/craig-rueda
version: 0.7.7
version: 0.8.0
dependencies:
- name: postgresql
version: 11.1.22
version: 12.1.6
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: redis
version: 16.3.1
version: 17.3.17
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled

View File

@ -17,9 +17,13 @@
under the License.
-->
<!--
NOTE: This file is generated by helm-docs: https://github.com/norwoodj/helm-docs#installation
-->
# superset
![Version: 0.7.7](https://img.shields.io/badge/Version-0.7.7-informational?style=flat-square)
![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square)
Apache Superset is a modern, enterprise-ready business intelligence web application
@ -40,8 +44,8 @@ helm install my-superset superset/superset
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 11.1.22 |
| https://charts.bitnami.com/bitnami | redis | 16.3.1 |
| https://charts.bitnami.com/bitnami | postgresql | 12.1.6 |
| https://charts.bitnami.com/bitnami | redis | 17.3.17 |
## Values

View File

@ -17,6 +17,10 @@
under the License.
-->
<!--
NOTE: This file is generated by helm-docs: https://github.com/norwoodj/helm-docs#installation
-->
{{ template "chart.header" . }}
{{ template "chart.deprecationWarning" . }}

View File

@ -680,6 +680,9 @@ postgresql:
## PostgreSQL name for a custom database to create
database: superset
image:
tag: "14.6.0-debian-11-r13"
## PostgreSQL Primary parameters
primary:
##