Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: headless browser tag #76

Merged
merged 4 commits into from
Jan 2, 2025
Merged

fix: headless browser tag #76

merged 4 commits into from
Jan 2, 2025

Conversation

ZeRego
Copy link
Contributor

@ZeRego ZeRego commented Dec 31, 2024

Closes: lightdash/lightdash#13059

The empty image.tag value was making the browserless chrome image default to 1.48 which is the browserless-chrome chart appVersion, that is 3 years old

This caused some self-hosted users to have blank images in their scheduled deliveries.

@ZeRego ZeRego self-assigned this Dec 31, 2024
@ZeRego ZeRego added the bug Something isn't working label Jan 2, 2025
@@ -54,7 +54,7 @@ If you don't want helm to manage this, you may wish to separately create a secre
| backendConfig.create | bool | `false` | |
| browserless-chrome.enabled | bool | `true` | |
| browserless-chrome.env.CONNECTION_TIMEOUT | string | `"180000"` | |
| browserless-chrome.image.tag | string | `""` | |
| browserless-chrome.image.tag | string | `"1.61.1-chrome-stable"` | |
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm surprised this latest version is 1 year old...

anyhow, I tested this version locally and it is working as expected

@rephus
Copy link
Contributor

rephus commented Jan 2, 2025

Don't we need to bump the helm chart version for this ?

@ZeRego
Copy link
Contributor Author

ZeRego commented Jan 2, 2025

Don't we need to bump the helm chart version for this ?

Yes. bumped version ✅

@ZeRego ZeRego merged commit 93dec22 into main Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate why some self hosted users scheduled deliveries have blank images
2 participants