From 7b1c649cfb9db512131bfa65d02756664b73dda4 Mon Sep 17 00:00:00 2001 From: Jose Rego Date: Tue, 31 Dec 2024 15:23:32 +0000 Subject: [PATCH 1/4] fix: headless browser tag --- charts/lightdash/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/lightdash/values.yaml b/charts/lightdash/values.yaml index 1069ea9..e2d0f4c 100644 --- a/charts/lightdash/values.yaml +++ b/charts/lightdash/values.yaml @@ -131,7 +131,7 @@ browserless-chrome: memory: '512Mi' cpu: '500m' image: - tag: "" + tag: "1.61.1-chrome-stable" service: port: 80 env: From 01e89386cae59686e5a229eb99721191f2f07f05 Mon Sep 17 00:00:00 2001 From: ZeRego Date: Tue, 31 Dec 2024 15:25:00 +0000 Subject: [PATCH 2/4] :robot: update docs [skip ci] --- charts/lightdash/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/lightdash/README.md b/charts/lightdash/README.md index 1601a1b..89dcf0c 100644 --- a/charts/lightdash/README.md +++ b/charts/lightdash/README.md @@ -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"` | | | browserless-chrome.replicaCount | int | `1` | | | browserless-chrome.resources.limits.cpu | string | `"500m"` | | | browserless-chrome.resources.limits.memory | string | `"512Mi"` | | From f7211ae9213eb178d1764a5c84a50649d7d60a43 Mon Sep 17 00:00:00 2001 From: Jose Rego Date: Thu, 2 Jan 2025 13:44:41 +0000 Subject: [PATCH 3/4] chore: bump chart version --- charts/lightdash/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/lightdash/Chart.yaml b/charts/lightdash/Chart.yaml index 7eff32d..6f94eb8 100644 --- a/charts/lightdash/Chart.yaml +++ b/charts/lightdash/Chart.yaml @@ -6,7 +6,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.5.1 +version: 1.5.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to From a80208bcc0884ffe4343180b8e46ae202183c9d3 Mon Sep 17 00:00:00 2001 From: ZeRego Date: Thu, 2 Jan 2025 13:45:04 +0000 Subject: [PATCH 4/4] :robot: update docs [skip ci] --- charts/lightdash/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/lightdash/README.md b/charts/lightdash/README.md index 89dcf0c..1b497e4 100644 --- a/charts/lightdash/README.md +++ b/charts/lightdash/README.md @@ -2,7 +2,7 @@ A Helm chart to deploy lightdash on kubernetes -![Version: 1.5.1](https://img.shields.io/badge/Version-1.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1121.0](https://img.shields.io/badge/AppVersion-0.1121.0-informational?style=flat-square) +![Version: 1.5.2](https://img.shields.io/badge/Version-1.5.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1121.0](https://img.shields.io/badge/AppVersion-0.1121.0-informational?style=flat-square) ## Prerequisites