Skip to content

Commit

Permalink
Merge pull request #204 from homarr-labs/docs/update-helm-docs
Browse files Browse the repository at this point in the history
Update Helm chart documentation
  • Loading branch information
homarr-charts-docs-sync[bot] authored Feb 11, 2025
2 parents 01353b6 + c97fede commit 1d31223
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started/installation/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

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

![Version: 2.4.0](https://img.shields.io/badge/Version-2.4.0-informational?style=flat)
![Version: 2.5.0](https://img.shields.io/badge/Version-2.5.0-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: v1.4.0](https://img.shields.io/badge/AppVersion-v1.4.0-informational?style=flat)
![AppVersion: v1.5.0](https://img.shields.io/badge/AppVersion-v1.5.0-informational?style=flat)

A Helm chart to deploy homarr for Kubernetes

Expand Down Expand Up @@ -306,7 +306,7 @@ All available values are listed on the [artifacthub](https://artifacthub.io/pack
| fullnameOverride | string | `""` | Overrides chart's fullname |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| image.repository | string | `"ghcr.io/homarr-labs/homarr"` | Image repository |
| image.tag | string | `"v1.4.0"` | Overrides the image tag whose default is the chart appVersion |
| image.tag | string | `"v1.5.0"` | Overrides the image tag whose default is the chart appVersion |
| imagePullSecrets | list | `[]` | Secrets for Docker registry |
| 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. |
| imagesCopy.pathToLocalImages | string | `"/path-to-local-images"` | The path where local images are stored for copying to the PVC |
Expand Down

0 comments on commit 1d31223

Please sign in to comment.