Skip to content

Commit

Permalink
fix: update helm chart app version (#25361)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugosjoberg committed Sep 22, 2023
1 parent 5ebcd2a commit 9bd97ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions helm/superset/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
#
apiVersion: v2
appVersion: "2.1.0"
appVersion: "3.0"

This comment has been minimized.

Copy link
@fcuello-fudo

fcuello-fudo Sep 22, 2023

appVersion should be "3.0.0" to match the docker image tag

description: Apache Superset is a modern, enterprise-ready business intelligence web application
name: superset
icon: https://artifacthub.io/image/68c1d717-0e97-491f-b046-754e46f46922@2x
Expand All @@ -29,7 +29,7 @@ maintainers:
- name: craig-rueda
email: [email protected]
url: https://github.com/craig-rueda
version: 0.10.7
version: 0.10.8
dependencies:
- name: postgresql
version: 12.1.6
Expand Down
2 changes: 1 addition & 1 deletion helm/superset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ NOTE: This file is generated by helm-docs: https://github.com/norwoodj/helm-docs

# superset

![Version: 0.10.7](https://img.shields.io/badge/Version-0.10.7-informational?style=flat-square)
![Version: 0.10.8](https://img.shields.io/badge/Version-0.10.8-informational?style=flat-square)

Apache Superset is a modern, enterprise-ready business intelligence web application

Expand Down

2 comments on commit 9bd97ef

@PruthviProdduturi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some reason this version is causing ErrImagePull when trying to update, to avoid this falling back to 0.10.7v version.

Looks like need to update appVersion: "3.0" to appVersion: "3.0.0"

@fcuello-fudo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some reason this version is causing ErrImagePull when trying to update, to avoid this falling back to 0.10.7v version.

Looks like need to update appVersion: "3.0" to appVersion: "3.0.0"

9bd97ef#r128076530

Please sign in to comment.