Skip to content

Commit 7a270a5

Browse files
authored
fix(helm): Fix inconsistency for the chart appVersion and default image tag (#27005)
1 parent 2602527 commit 7a270a5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

helm/superset/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ maintainers:
2929
- name: craig-rueda
3030
3131
url: https://github.com/craig-rueda
32-
version: 0.12.2
32+
version: 0.12.3
3333
dependencies:
3434
- name: postgresql
3535
version: 12.1.6

helm/superset/README.md

+2-2
Original file line numberDiff line numberDiff 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

2828
Apache 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` | |

helm/superset/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ extraConfigMountPath: "/app/configs"
179179

180180
image:
181181
repository: apachesuperset.docker.scarf.sh/apache/superset
182-
tag: "latest"
182+
tag: ~
183183
pullPolicy: IfNotPresent
184184

185185
imagePullSecrets: []

0 commit comments

Comments
 (0)