Skip to content

Commit 695db98

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 082e29e commit 695db98

2 files changed

Lines changed: 32 additions & 11 deletions

File tree

tests/charts/application/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ A Helm chart for Kubernetes
2626
| autoscaling.minReplicas | int | `1` | |
2727
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
2828
| fullnameOverride | string | `""` | |
29-
| image.digest | string | `"sha256:0000000000000000000000000000000000000000000000000000000000000000"` | |
29+
| image.digest | string | `"sha256:da3b65f32ea75f8041079d220b72da4f605738996256a7dc32715424cc117271"` | |
3030
| image.pullPolicy | string | `"Always"` | |
3131
| image.registry | string | `"ghcr.io"` | |
3232
| image.repository | string | `"hoverkraft-tech/ci-github-container/application-test"` | |
@@ -49,9 +49,16 @@ A Helm chart for Kubernetes
4949
| mysql.metrics.image.repository | string | `"bitnamilegacy/mysqld-exporter"` | |
5050
| mysql.volumePermissions.image.repository | string | `"bitnamilegacy/os-shell"` | |
5151
| nameOverride | string | `""` | |
52+
| namespace | string | `"app-system"` | |
53+
| networkPolicy.egress | list | `[]` | |
54+
| networkPolicy.enabled | bool | `true` | |
55+
| networkPolicy.ingress | list | `[]` | |
5256
| nodeSelector | object | `{}` | |
5357
| podAnnotations | object | `{}` | |
54-
| podSecurityContext | object | `{}` | |
58+
| podSecurityContext.fsGroup | int | `10001` | |
59+
| podSecurityContext.runAsGroup | int | `10001` | |
60+
| podSecurityContext.runAsNonRoot | bool | `true` | |
61+
| podSecurityContext.runAsUser | int | `10001` | |
5562
| replicaCount | int | `1` | |
5663
| resources.limits.cpu | string | `"100m"` | |
5764
| resources.limits.memory | string | `"128Mi"` | |

tests/charts/umbrella-application/README.md

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,29 @@ An umbrella Helm chart for Kubernetes
1313

1414
## Values
1515

16-
| Key | Type | Default | Description |
17-
| ------------------------- | ------ | ----------------------------- | ----------- |
18-
| app.enabled | bool | `true` | |
19-
| database.auth.database | string | `"test-umbrella-application"` | |
20-
| database.auth.username | string | `"test-umbrella-application"` | |
21-
| database.enabled | bool | `true` | |
22-
| database.fullnameOverride | string | `"database"` | |
23-
| global.fullnameOverride | string | `""` | |
24-
| global.nameOverride | string | `""` | |
16+
| Key | Type | Default | Description |
17+
| ------------------------------------------------------------------ | ------ | --------------------------------------------------------------------------- | ----------- |
18+
| app.enabled | bool | `true` | |
19+
| database.auth.database | string | `"test-umbrella-application"` | |
20+
| database.auth.username | string | `"test-umbrella-application"` | |
21+
| database.enabled | bool | `true` | |
22+
| database.fullnameOverride | string | `"database"` | |
23+
| database.image.digest | string | `"sha256:ec13e229247a737f7149b7f255d8f2d9c72da861f8bf263b22091bf131540da3"` | |
24+
| database.image.pullPolicy | string | `"Always"` | |
25+
| database.image.repository | string | `"bitnamilegacy/mysql"` | |
26+
| database.namespaceOverride | string | `"app-system"` | |
27+
| database.primary.containerSecurityContext.allowPrivilegeEscalation | bool | `false` | |
28+
| database.primary.containerSecurityContext.capabilities.drop[0] | string | `"ALL"` | |
29+
| database.primary.containerSecurityContext.enabled | bool | `true` | |
30+
| database.primary.containerSecurityContext.readOnlyRootFilesystem | bool | `true` | |
31+
| database.primary.containerSecurityContext.runAsGroup | int | `10001` | |
32+
| database.primary.containerSecurityContext.runAsNonRoot | bool | `true` | |
33+
| database.primary.containerSecurityContext.runAsUser | int | `10001` | |
34+
| database.primary.containerSecurityContext.seccompProfile.type | string | `"RuntimeDefault"` | |
35+
| database.primary.podSecurityContext.enabled | bool | `true` | |
36+
| database.primary.podSecurityContext.fsGroup | int | `10001` | |
37+
| global.fullnameOverride | string | `""` | |
38+
| global.nameOverride | string | `""` | |
2539

2640
---
2741

0 commit comments

Comments
 (0)