Skip to content

Commit 4288389

Browse files
Merge pull request #260 from homarr-labs/docs/update-helm-docs
Update Helm chart documentation
2 parents a8e857c + 17b89a2 commit 4288389

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

docs/getting-started/installation/helm.md

Lines changed: 2 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: 3.4.1](https://img.shields.io/badge/Version-3.4.1-informational?style=flat)
5+
![Version: 3.4.2](https://img.shields.io/badge/Version-3.4.2-informational?style=flat)
66
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
77
![AppVersion: v1.13.1](https://img.shields.io/badge/AppVersion-v1.13.1-informational?style=flat)
88

@@ -359,6 +359,7 @@ All available values are listed on the [artifacthub](https://artifacthub.io/pack
359359
| service.ports.app.protocol | string | `"TCP"` | Service protocol |
360360
| service.ports.app.targetPort | string | `"http"` | Service target port |
361361
| service.type | string | `"ClusterIP"` | Service type |
362+
| strategyType | string | `"RollingUpdate"` | `strategyType` specifies the strategy used to replace old Pods by new ones. `strategyType` can be `"Recreate"` or `"RollingUpdate"`. `"RollingUpdate"` is the default value and updates Pods in a rolling update fashion. `"Recreate"` will kill all existing Pods before new ones are created. The `"Recreate"` strategy is necessary when persistent volume's `accessMode` is set to `"ReadWriteOnce"` when using `helm upgrade`, as pod volume attachments to an existing PersistentVolumeClaim need to be cleared before a new pod can attach to it. |
362363
| tolerations | list | `[]` | Node tolerations for pod scheduling |
363364

364365
---

0 commit comments

Comments
 (0)