Skip to content

Commit c459de5

Browse files
Merge pull request #324 from homarr-labs/docs/update-helm-docs
Update Helm chart documentation
2 parents 8db82ab + 0693964 commit c459de5

File tree

1 file changed

+2
-29
lines changed
  • docs/getting-started/installation

1 file changed

+2
-29
lines changed

docs/getting-started/installation/helm.md

Lines changed: 2 additions & 29 deletions
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: 4.1.0](https://img.shields.io/badge/Version-4.1.0-informational?style=flat)
5+
![Version: 5.0.0](https://img.shields.io/badge/Version-5.0.0-informational?style=flat)
66
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
77
![AppVersion: v1.26.0](https://img.shields.io/badge/AppVersion-v1.26.0-informational?style=flat)
88

@@ -212,24 +212,6 @@ database:
212212
````
213213
</details>
214214

215-
### Images
216-
217-
You can import your local images into `homarr-images` PVC
218-
219-
<details>
220-
<summary>values.yaml</summary>
221-
222-
````yaml
223-
persistence:
224-
homarrImages:
225-
enabled: true
226-
227-
imagesCopy:
228-
enabled: true
229-
pathToLocalImages: "/path-to-local-images"
230-
````
231-
</details>
232-
233215
### Ingress
234216

235217
The ingress section in the values.yaml file allows you to configure how external traffic accesses your application through an Ingress resource. This section defines whether Ingress is enabled, the class to use, and how to set up hosts, paths, and TLS for secure connections.
@@ -408,8 +390,6 @@ All available values are listed on the [artifacthub](https://artifacthub.io/pack
408390
| image.repository | string | `"ghcr.io/homarr-labs/homarr"` | Image repository |
409391
| image.tag | string | `"v1.26.0"` | Overrides the image tag whose default is the chart appVersion |
410392
| imagePullSecrets | list | `[]` | Secrets for Docker registry |
411-
| imagesCopy.enabled | bool | `false` | Set to true to enable the init container for copying local images to the PVC. Requires homarr-images PVC to be enabled. |
412-
| imagesCopy.pathToLocalImages | string | `"/path-to-local-images"` | The path where local images are stored for copying to the PVC |
413393
| ingress.annotations | object | `{}` | Ingress annotations |
414394
| ingress.enabled | bool | `false` | Enable ingress |
415395
| ingress.hosts | list | `[{"host":"chart-example.local","paths":[{"path":"/"}]}]` | Ingress hosts configuration |
@@ -422,18 +402,11 @@ All available values are listed on the [artifacthub](https://artifacthub.io/pack
422402
| nodeSelector | object | `{}` | Node selectors for pod scheduling |
423403
| persistence.homarrDatabase.accessMode | string | `"ReadWriteOnce"` | homarr-database access mode |
424404
| persistence.homarrDatabase.enabled | bool | `false` | Enable homarr-database persistent storage |
425-
| persistence.homarrDatabase.mountPath | string | `"/appdata/db"` | homarr-database mount path inside the pod |
405+
| persistence.homarrDatabase.mountPath | string | `"/appdata"` | homarr-database mount path inside the pod |
426406
| persistence.homarrDatabase.name | string | `"homarr-database"` | homarr-database persistent storage name |
427407
| persistence.homarrDatabase.size | string | `"50Mi"` | homarr-database storage size |
428408
| persistence.homarrDatabase.storageClassName | string | `"local-path"` | homarr-database storage class name |
429409
| persistence.homarrDatabase.volumeClaimName | string | `""` | homarr-database optional volumeClaimName to target specific PV |
430-
| persistence.homarrImages.accessMode | string | `"ReadWriteOnce"` | homarr-images access mode |
431-
| persistence.homarrImages.enabled | bool | `false` | Enable homarr-images persistent storage |
432-
| persistence.homarrImages.mountPath | string | `"/images"` | homarr-images mount path inside the pod |
433-
| persistence.homarrImages.name | string | `"homarr-images"` | homarr-images persistent storage name |
434-
| persistence.homarrImages.size | string | `"50Mi"` | homarr-images storage size |
435-
| persistence.homarrImages.storageClassName | string | `"local-path"` | homarr-images storage class name |
436-
| persistence.homarrImages.volumeClaimName | string | `""` | homarr-images optional volumeClaimName to target specific PV |
437410
| 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) |
438411
| persistence.homarrTrustedCerts.enabled | bool | `false` | Enable trusted certificates persistence |
439412
| persistence.homarrTrustedCerts.existingSecretKeys | string | `nil` | List of keys (filenames) to mount from the existing secret (used only when type is "existingSecret") |

0 commit comments

Comments
 (0)