Commit 7a270a5 1 parent 2602527 commit 7a270a5 Copy full SHA for 7a270a5
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ maintainers:
29
29
- name : craig-rueda
30
30
31
31
url : https://github.com/craig-rueda
32
- version : 0.12.2
32
+ version : 0.12.3
33
33
dependencies :
34
34
- name : postgresql
35
35
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
23
23
24
24
# superset
25
25
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 )
27
27
28
28
Apache Superset is a modern, enterprise-ready business intelligence web application
29
29
@@ -77,7 +77,7 @@ On helm this can be set on `extraSecretEnv.SUPERSET_SECRET_KEY` or `configOverri
77
77
| hostAliases | list | ` [] ` | Custom hostAliases for all superset pods # https://kubernetes.io/docs/tasks/network/customize-hosts-file-for-pods/ |
78
78
| image.pullPolicy | string | ` "IfNotPresent" ` | |
79
79
| image.repository | string | ` "apachesuperset.docker.scarf.sh/apache/superset" ` | |
80
- | image.tag | string | ` "latest" ` | |
80
+ | image.tag | string | ` nil ` | |
81
81
| imagePullSecrets | list | ` [] ` | |
82
82
| ingress.annotations | object | ` {} ` | |
83
83
| ingress.enabled | bool | ` false ` | |
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ extraConfigMountPath: "/app/configs"
179
179
180
180
image :
181
181
repository : apachesuperset.docker.scarf.sh/apache/superset
182
- tag : " latest "
182
+ tag : ~
183
183
pullPolicy : IfNotPresent
184
184
185
185
imagePullSecrets : []
You can’t perform that action at this time.
0 commit comments