Skip to content

Commit b727eb5

Browse files
committed
Generate Helm docs
1 parent f7dfc32 commit b727eb5

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

charts/cloudbeaver-chart/README.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cloudbeaver
22

3-
![Version: 2.0.10](https://img.shields.io/badge/Version-2.0.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
3+
![Version: 2.0.11](https://img.shields.io/badge/Version-2.0.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
44

55
CloudBeaver is a light modern web-application for database management.
66

@@ -15,8 +15,7 @@ CloudBeaver is a light modern web-application for database management.
1515

1616
| Repository | Name | Version |
1717
|------------|------|---------|
18-
| https://charts.bitnami.com/bitnami | postgresql | 16.7.13 |
19-
| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.7.5 |
18+
| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.7.11 |
2019

2120
## Values
2221

@@ -43,20 +42,10 @@ CloudBeaver is a light modern web-application for database management.
4342
| networking.service.port | int | `80` | |
4443
| networking.type | string | `"ClusterIP"` | |
4544
| nodeSelector | object | `{}` | |
45+
| persistence.enabled | bool | `true` | |
46+
| persistence.size | string | `"10Gi"` | |
4647
| podAnnotations | object | `{}` | |
4748
| podSecurityContext | object | `{}` | |
48-
| postgresql.auth.database | string | `"cloudbeaver"` | |
49-
| postgresql.auth.password | string | `"changeme"` | |
50-
| postgresql.auth.postgresPassword | string | `"changeme"` | |
51-
| postgresql.auth.username | string | `"admin"` | |
52-
| postgresql.fullnameOverride | string | `"cloudbeaver-db"` | |
53-
| postgresql.image.tag | string | `"17"` | |
54-
| postgresql.primary.persistence.enabled | bool | `true` | |
55-
| postgresql.primary.persistence.size | string | `"8Gi"` | |
56-
| postgresql.primary.resources.limits.cpu | string | `"1000m"` | |
57-
| postgresql.primary.resources.limits.memory | string | `"2000Mi"` | |
58-
| postgresql.primary.resources.requests.cpu | string | `"250m"` | |
59-
| postgresql.primary.resources.requests.memory | string | `"256Mi"` | |
6049
| replicaCount | int | `1` | |
6150
| resources | object | `{}` | |
6251
| route.annotations | list | `[]` | |

0 commit comments

Comments
 (0)