Skip to content

Commit 5f92b74

Browse files
docs: update Helm chart documentation for charts
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent edb85df commit 5f92b74

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

tests/charts/application/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ A Helm chart for Kubernetes
66

77
## Requirements
88

9-
| Repository | Name | Version |
10-
| ------------------------------------ | ----- | ------- |
11-
| <https://charts.bitnami.com/bitnami> | MySQL | 14.0.3 |
9+
| Repository | Name | Version |
10+
| ---------------------------------- | ----- | ------- |
11+
| https://charts.bitnami.com/bitnami | mysql | 14.0.3 |
1212

1313
## Values
1414

@@ -45,6 +45,9 @@ A Helm chart for Kubernetes
4545
| mysql.auth.username | string | `"test"` | |
4646
| mysql.enabled | bool | `false` | |
4747
| mysql.fullnameOverride | string | `"mysql"` | |
48+
| mysql.image.repository | string | `"bitnamilegacy/mysql"` | |
49+
| mysql.metrics.image.repository | string | `"bitnamilegacy/mysqld-exporter"` | |
50+
| mysql.volumePermissions.image.repository | string | `"bitnamilegacy/os-shell"` | |
4851
| nameOverride | string | `""` | |
4952
| nodeSelector | object | `{}` | |
5053
| podAnnotations | object | `{}` | |

tests/charts/umbrella-application/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ An umbrella Helm chart for Kubernetes
66

77
## Requirements
88

9-
| Repository | Name | Version |
10-
| ------------------------------------ | --------------- | ------- |
11-
| file://./charts/app | app | 0.0.0 |
12-
| <https://charts.bitnami.com/bitnami> | database(MySQL) | 14.0.3 |
9+
| Repository | Name | Version |
10+
| ---------------------------------- | --------------- | ------- |
11+
| file://./charts/app | app | 0.0.0 |
12+
| https://charts.bitnami.com/bitnami | database(mysql) | 14.0.3 |
1313

1414
## Values
1515

tests/charts/umbrella-application/charts/app/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ An umbrella Helm chart for Kubernetes (app component)
4040
| mysql.auth.username | string | `"test"` | |
4141
| mysql.enabled | bool | `false` | |
4242
| mysql.fullnameOverride | string | `"mysql"` | |
43+
| mysql.image.repository | string | `"bitnamilegacy/mysql"` | |
44+
| mysql.metrics.image.repository | string | `"bitnamilegacy/mysqld-exporter"` | |
45+
| mysql.volumePermissions.image.repository | string | `"bitnamilegacy/os-shell"` | |
4346
| nameOverride | string | `""` | |
4447
| namespace | string | `"app-system"` | |
4548
| networkPolicy.egress | list | `[]` | |

0 commit comments

Comments
 (0)