File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ maintainers:
2929 - name : craig-rueda
3030 email : craig@craigrueda.com
3131 url : https://github.com/craig-rueda
32- version : 0.12.2
32+ version : 0.12.3
3333dependencies :
3434 - name : postgresql
3535 version : 12.1.6
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ NOTE: This file is generated by helm-docs: https://github.com/norwoodj/helm-docs
2323
2424# superset
2525
26- ![ Version: 0.12.2 ] ( https://img.shields.io/badge/Version-0.12.2 -informational?style=flat-square )
26+ ![ Version: 0.12.3 ] ( https://img.shields.io/badge/Version-0.12.3 -informational?style=flat-square )
2727
2828Apache Superset is a modern, enterprise-ready business intelligence web application
2929
@@ -77,7 +77,7 @@ On helm this can be set on `extraSecretEnv.SUPERSET_SECRET_KEY` or `configOverri
7777| hostAliases | list | ` [] ` | Custom hostAliases for all superset pods # https://kubernetes.io/docs/tasks/network/customize-hosts-file-for-pods/ |
7878| image.pullPolicy | string | ` "IfNotPresent" ` | |
7979| image.repository | string | ` "apachesuperset.docker.scarf.sh/apache/superset" ` | |
80- | image.tag | string | ` "latest" ` | |
80+ | image.tag | string | ` nil ` | |
8181| imagePullSecrets | list | ` [] ` | |
8282| ingress.annotations | object | ` {} ` | |
8383| ingress.enabled | bool | ` false ` | |
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ extraConfigMountPath: "/app/configs"
179179
180180image :
181181 repository : apachesuperset.docker.scarf.sh/apache/superset
182- tag : " latest "
182+ tag : ~
183183 pullPolicy : IfNotPresent
184184
185185imagePullSecrets : []
You can’t perform that action at this time.
0 commit comments