Skip to content
Closed
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
10 changes: 1 addition & 9 deletions helm/superset/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,4 @@ maintainers:
email: [email protected]
url: https://github.com/craig-rueda
version: 0.14.3
dependencies:
- name: postgresql
version: 13.4.4
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
- name: redis
version: 17.9.4
repository: oci://registry-1.docker.io/bitnamicharts
condition: redis.enabled
dependencies: []
6 changes: 3 additions & 3 deletions helm/superset/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ service:

ingress:
enabled: false
ingressClassName: ~
ingressClassName: nginx
annotations: {}
# kubernetes.io/tls-acme: "true"
## Extend timeout to allow long running queries.
Expand Down Expand Up @@ -798,7 +798,7 @@ postgresql:
##
## Use the PostgreSQL chart dependency.
## Set to false if bringing your own PostgreSQL.
enabled: true
enabled: false

## Authentication parameters
auth:
Expand Down Expand Up @@ -846,7 +846,7 @@ redis:
## If you are bringing your own redis, you can set the host in supersetNode.connections.redis_host
##
## Set to false if bringing your own redis.
enabled: true
enabled: false
##
## Set architecture to standalone/replication
architecture: standalone
Expand Down
2 changes: 2 additions & 0 deletions superset-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified superset-frontend/src/assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified superset-frontend/src/assets/images/loading.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added superset-frontend/src/assets/images/s.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified superset-frontend/src/assets/images/superset-logo-horiz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion superset-frontend/src/pages/Login/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export default function Login() {
{(authType === AuthType.AuthDB || authType === AuthType.AuthLDAP) && (
<Flex justify="center" vertical gap="middle">
<Typography.Text type="secondary">
{t('Enter your login and password below:')}
{t('Enter your login and password xox:')}
</Typography.Text>
<Form
layout="vertical"
Expand Down
Loading