question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Helm installation uses `latest` tag by default

See original GitHub issue

Using latest tag in helm releases is really dangerous story. I’ve faced the issue today, because new latest tag expects to have 'dashboards.certifiedBy" column in the table which leads to dashboards fetching error. It’s much more better to manage app version tag using standard helm approach.

How to reproduce the bug

  1. Install helm release (current version)
  2. Go to superset UI
  3. Will have issue

Expected results

Works

Actual results

Dashboards fetching fails

Screenshots

If applicable, add screenshots to help explain your problem. image

sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedColumn) column dashboards.certified_by does not exist
LINE 2: ..._position_json, dashboards.css AS dashboards_css, dashboards...
                                                             ^

[SQL: SELECT count(*) AS count_1

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:3
  • Comments:6

github_iconTop GitHub Comments

6reactions
CarpathianUAcommented, Apr 29, 2022

It’s still actual

1reaction
quenchuacommented, Nov 29, 2021

Yes, this is an issue we faced as well. I noticed that the Superset version was frequently getting updated whenever the pods restarted. We have now uploaded an image to ECR and pull from there each time.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Helm Install
It will install the latest stable version of that chart until you specify '--devel' flag to also include development version (alpha, beta, and...
Read more >
Using Helm
Helm installs charts into Kubernetes, creating a new release for each installation. And to find new charts, you can search Helm chart repositories....
Read more >
Charts - Helm
All charts are loaded by default. If tags or condition fields are present, they will be evaluated and used to control loading for...
Read more >
Helm Upgrade
Use 0 for no limit (default 10) --insecure-skip-tls-verify skip tls certificate checks for the chart download -i, --install if a release by this...
Read more >
Values Files - Helm
Instructions on how to use the --values flag. ... NAME: geared-marsupi LAST DEPLOYED: Wed Feb 19 23:21:13 2020 NAMESPACE: default STATUS: pending-install ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found