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

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

Merged
merged 3 commits into from
Jan 5, 2023
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 .github/actions/chart-testing-action
8 changes: 4 additions & 4 deletions helm/superset/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
6 changes: 3 additions & 3 deletions helm/superset/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 7 additions & 3 deletions helm/superset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
4 changes: 4 additions & 0 deletions helm/superset/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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" . }}

Expand Down
3 changes: 3 additions & 0 deletions helm/superset/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
##
Expand Down