Skip to content

Commit 1621687

Browse files
[PILOT-7333] Added new superset chart (#191)
1 parent 350765f commit 1621687

File tree

249 files changed

+22547
-2543
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

249 files changed

+22547
-2543
lines changed

docs/index.yaml

+477-447
Large diffs are not rendered by default.

docs/superset-0.14.1.tgz

173 KB
Binary file not shown.

superset-0.8.8/.helmignore

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
#
2+
# Licensed to the Apache Software Foundation (ASF) under one or more
3+
# contributor license agreements. See the NOTICE file distributed with
4+
# this work for additional information regarding copyright ownership.
5+
# The ASF licenses this file to You under the Apache License, Version 2.0
6+
# (the "License"); you may not use this file except in compliance with
7+
# the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing, software
12+
# distributed under the License is distributed on an "AS IS" BASIS,
13+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
# See the License for the specific language governing permissions and
15+
# limitations under the License.
16+
#
17+
# Patterns to ignore when building packages.
18+
# This supports shell glob matching, relative path matching, and
19+
# negation (prefixed with !). Only one pattern per line.
20+
.DS_Store
21+
# Common VCS dirs
22+
.git/
23+
.gitignore
24+
.bzr/
25+
.bzrignore
26+
.hg/
27+
.hgignore
28+
.svn/
29+
# Common backup files
30+
*.swp
31+
*.bak
32+
*.tmp
33+
*~
34+
# Various IDEs
35+
.project
36+
.idea/
37+
*.tmproj

superset-0.8.8/Chart.lock

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
dependencies:
2+
- name: postgresql
3+
repository: https://charts.bitnami.com/bitnami
4+
version: 12.1.6
5+
- name: redis
6+
repository: https://charts.bitnami.com/bitnami
7+
version: 17.3.17
8+
digest: sha256:3bfff146fa89077705c0bedea59bbe2c9f15715220f9ea84f493335f0413af6e
9+
generated: "2023-01-04T12:50:49.567524-08:00"

superset-0.8.8/Chart.yaml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
apiVersion: v2
2+
appVersion: 2.0.1
3+
dependencies:
4+
- condition: postgresql.enabled
5+
name: postgresql
6+
repository: https://charts.bitnami.com/bitnami
7+
version: 12.1.6
8+
- condition: redis.enabled
9+
name: redis
10+
repository: https://charts.bitnami.com/bitnami
11+
version: 17.3.17
12+
description: Apache Superset is a modern, enterprise-ready business intelligence web
13+
application
14+
home: https://superset.apache.org/
15+
icon: https://artifacthub.io/image/68c1d717-0e97-491f-b046-754e46f46922@2x
16+
keywords:
17+
- business intelligence
18+
- data science
19+
maintainers:
20+
21+
name: craig-rueda
22+
url: https://github.com/craig-rueda
23+
name: superset
24+
sources:
25+
- https://github.com/apache/superset
26+
version: 0.8.8

superset-0.8.8/README.md

+267
Large diffs are not rendered by default.

superset-0.8.8/README.md.gotmpl

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!--
2+
Licensed to the Apache Software Foundation (ASF) under one
3+
or more contributor license agreements. See the NOTICE file
4+
distributed with this work for additional information
5+
regarding copyright ownership. The ASF licenses this file
6+
to you under the Apache License, Version 2.0 (the
7+
"License"); you may not use this file except in compliance
8+
with the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing,
13+
software distributed under the License is distributed on an
14+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
KIND, either express or implied. See the License for the
16+
specific language governing permissions and limitations
17+
under the License.
18+
-->
19+
20+
<!--
21+
NOTE: This file is generated by helm-docs: https://github.com/norwoodj/helm-docs#installation
22+
-->
23+
24+
{{ template "chart.header" . }}
25+
{{ template "chart.deprecationWarning" . }}
26+
27+
{{ template "chart.versionBadge" . }}
28+
29+
{{ template "chart.description" . }}
30+
31+
{{ template "chart.homepageLine" . }}
32+
33+
{{ template "chart.sourcesSection" . }}
34+
35+
## TL;DR
36+
37+
```console
38+
helm repo add superset http://apache.github.io/superset/
39+
helm install my-superset superset/superset
40+
```
41+
42+
{{ template "chart.requirementsSection" . }}
43+
44+
{{ template "chart.valuesSection" . }}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Patterns to ignore when building packages.
2+
# This supports shell glob matching, relative path matching, and
3+
# negation (prefixed with !). Only one pattern per line.
4+
.DS_Store
5+
# Common VCS dirs
6+
.git/
7+
.gitignore
8+
.bzr/
9+
.bzrignore
10+
.hg/
11+
.hgignore
12+
.svn/
13+
# Common backup files
14+
*.swp
15+
*.bak
16+
*.tmp
17+
*~
18+
# Various IDEs
19+
.project
20+
.idea/
21+
*.tmproj
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
dependencies:
2+
- name: common
3+
repository: https://charts.bitnami.com/bitnami
4+
version: 2.2.2
5+
digest: sha256:49ca75cf23ba5eb7df4becef52580f98c8bd8194eb80368b9d7b875f6eefa8e5
6+
generated: "2022-12-14T19:37:46.129876178Z"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
annotations:
2+
category: Database
3+
apiVersion: v2
4+
appVersion: 15.1.0
5+
dependencies:
6+
- name: common
7+
repository: https://charts.bitnami.com/bitnami
8+
tags:
9+
- bitnami-common
10+
version: 2.x.x
11+
description: PostgreSQL (Postgres) is an open source object-relational database known
12+
for reliability and data integrity. ACID-compliant, it supports foreign keys, joins,
13+
views, triggers and stored procedures.
14+
home: https://github.com/bitnami/charts/tree/main/bitnami/postgresql
15+
icon: https://bitnami.com/assets/stacks/postgresql/img/postgresql-stack-220x234.png
16+
keywords:
17+
- postgresql
18+
- postgres
19+
- database
20+
- sql
21+
- replication
22+
- cluster
23+
maintainers:
24+
- name: Bitnami
25+
url: https://github.com/bitnami/charts
26+
name: postgresql
27+
sources:
28+
- https://github.com/bitnami/containers/tree/main/bitnami/postgresql
29+
- https://www.postgresql.org/
30+
version: 12.1.6

0 commit comments

Comments
 (0)