You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/01/21 23:41:19 UTC

[GitHub] [superset] jakubczaplicki edited a comment on issue #17822: New docker installation comes with Error: Internal server error 500

jakubczaplicki edited a comment on issue #17822:
URL: https://github.com/apache/superset/issues/17822#issuecomment-1018961483


   @Ribo01  : depending how you deploy it. If you're using kubernetes, make sure you force the `latest` image in your `values.yaml` (or however you name the config): 
   ```
   image:
     repository: apache/superset
     tag: latest
     pullPolicy: Always
   ```
   
   Btw. I am not sure if that problem has been introduces and then fixed in the most recent official release 1.4.0.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org