Skip to content

Commit 2d96452

Browse files
Merge pull request #216 from homarr-labs/docs/update-helm-docs
Update Helm chart documentation
2 parents b308278 + dcb4617 commit 2d96452

File tree

1 file changed

+11
-1
lines changed
  • docs/getting-started/installation

1 file changed

+11
-1
lines changed

docs/getting-started/installation/helm.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<img src="https://raw.githubusercontent.com/homarr-labs/charts/refs/heads/main/charts/homarr/icon.svg" align="right" width="92" alt="homarr logo">
44

5-
![Version: 2.8.0](https://img.shields.io/badge/Version-2.8.0-informational?style=flat)
5+
![Version: 2.9.0](https://img.shields.io/badge/Version-2.9.0-informational?style=flat)
66
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
77
![AppVersion: v1.7.0](https://img.shields.io/badge/AppVersion-v1.7.0-informational?style=flat)
88

@@ -334,6 +334,16 @@ All available values are listed on the [artifacthub](https://artifacthub.io/pack
334334
| persistence.homarrImages.size | string | `"50Mi"` | homarr-images storage size |
335335
| persistence.homarrImages.storageClassName | string | `"local-path"` | homarr-images storage class name |
336336
| persistence.homarrImages.volumeClaimName | string | `""` | homarr-images optional volumeClaimName to target specific PV |
337+
| persistence.homarrTrustedCerts.accessMode | string | `"ReadWriteOnce"` | homarr-trusted-certificates access mode |
338+
| persistence.homarrTrustedCerts.certificates | string | `nil` | homarr-trusted-certificates certificates, each entry will become a new trusted certificate as a dedicated file (works only for "configmap" and "secret" mode) |
339+
| persistence.homarrTrustedCerts.enabled | bool | `false` | Enable trusted certificates persistence |
340+
| persistence.homarrTrustedCerts.existingSecret | string | `""` | Existing secret to mount certificates. Only works with "secret" type. Secret should have file name as keys. |
341+
| persistence.homarrTrustedCerts.mountPath | string | `"/appdata/trusted-certificates"` | homarr-trusted-certificates mount path inside the pod |
342+
| persistence.homarrTrustedCerts.name | string | `"homarr-trusted-certificates"` | homarr-trusted-certificates persistent storage name |
343+
| persistence.homarrTrustedCerts.size | string | `"50Mi"` | homarr-trusted-certificates storage size |
344+
| persistence.homarrTrustedCerts.storageClassName | string | `"local-path"` | homarr-trusted-certificates storage class name |
345+
| persistence.homarrTrustedCerts.type | string | `"configmap"` | Persistence mode can be : configmap (declarative), secret (declarative) or pvc (persistence storage) |
346+
| persistence.homarrTrustedCerts.volumeClaimName | string | `""` | homarr-trusted-certificates optional volumeClaimName to target specific PV |
337347
| podAnnotations | object | `{}` | Pod annotations |
338348
| podLabels | object | `{}` | Pod labels |
339349
| podSecurityContext | object | `{}` | Pod security context |

0 commit comments

Comments
 (0)