You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
-
233
215
### Ingress
234
216
235
217
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
| image.tag | string | `"v1.26.0"` | Overrides the image tag whose default is the chart appVersion |
410
392
| 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 |
| persistence.homarrImages.storageClassName | string | `"local-path"` | homarr-images storage class name |
436
-
| persistence.homarrImages.volumeClaimName | string | `""` | homarr-images optional volumeClaimName to target specific PV |
437
410
| 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) |
| persistence.homarrTrustedCerts.existingSecretKeys | string | `nil` | List of keys (filenames) to mount from the existing secret (used only when type is "existingSecret") |
0 commit comments