Skip to content

Commit

Permalink
fix: remove fixed height
Browse files Browse the repository at this point in the history
  • Loading branch information
BaturaySoysal-TomTom committed Mar 15, 2024
1 parent 596b721 commit 73b9f06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/tomtom-base-chart/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tomtom-base-chart

![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square)
![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square)

TomTom Base Helm Chart (a.k.a Golden Helm Chart) is a project to help teams deploy their application more quickly.

Expand Down Expand Up @@ -36,7 +36,7 @@ type: application
version: 1.0.0
dependencies:
- name: tomtom-base-chart
version: 0.0.3
version: 0.0.4
repository: https://tomtom-international.github.io/helm-charts
```
Expand Down Expand Up @@ -69,7 +69,7 @@ All supported values can be seen in the next section, as well as [values.yaml](.

## Chart values

<table height="400px" >
<table>
<thead>
<th>Key</th>
<th>Type</th>
Expand Down
2 changes: 1 addition & 1 deletion charts/tomtom-base-chart/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ All supported values can be seen in the next section, as well as [values.yaml](.
{{ end }}

{{ define "chart.valuesTableHtml" }}
<table height="400px" >
<table>
<thead>
<th>Key</th>
<th>Type</th>
Expand Down

0 comments on commit 73b9f06

Please sign in to comment.