Skip to content

Commit

Permalink
fix: helm chart comment on SECRET_KEY (apache#26674)
Browse files Browse the repository at this point in the history
Co-authored-by: Ville Brofeldt <[email protected]>
  • Loading branch information
2 people authored and chetat committed Mar 14, 2024
1 parent c0fbe06 commit d4bc186
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions helm/superset/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ maintainers:
- name: craig-rueda
email: [email protected]
url: https://github.com/craig-rueda
<<<<<<< HEAD
version: 0.12.6
=======
version: 0.12.1
>>>>>>> debe7811d0 (fix: helm chart comment on SECRET_KEY (#26674))
dependencies:
- name: postgresql
version: 12.1.6
Expand Down
10 changes: 5 additions & 5 deletions helm/superset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Apache Superset is a modern, enterprise-ready business intelligence web applicat

## Source Code

* <https://github.com/apache/superset>
- <https://github.com/apache/superset>

## TL;DR

Expand All @@ -48,10 +48,10 @@ On helm this can be set on `extraSecretEnv.SUPERSET_SECRET_KEY` or `configOverri

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 12.1.6 |
| https://charts.bitnami.com/bitnami | redis | 17.9.4 |
| Repository | Name | Version |
| ---------------------------------- | ---------- | ------- |
| https://charts.bitnami.com/bitnami | postgresql | 12.1.6 |
| https://charts.bitnami.com/bitnami | redis | 17.9.4 |

## Values

Expand Down

0 comments on commit d4bc186

Please sign in to comment.