Skip to content

Commit

Permalink
Merge pull request #76 from lightdash/fix/headless-browser-tag
Browse files Browse the repository at this point in the history
fix: headless browser tag
  • Loading branch information
ZeRego authored Jan 2, 2025
2 parents 2713c2a + a80208b commit 93dec22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/lightdash/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/lightdash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/lightdash/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ browserless-chrome:
memory: '512Mi'
cpu: '500m'
image:
tag: ""
tag: "1.61.1-chrome-stable"
service:
port: 80
env:
Expand Down

0 comments on commit 93dec22

Please sign in to comment.