File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ name: homarr
33description : A Helm chart to deploy homarr for Kubernetes
44home : https://homarr-labs.github.io/charts/charts/homarr/
55type : application
6- version : 7.2 .0
6+ version : 7.3 .0
77# renovate datasource=docker depName=ghcr.io/homarr-labs/homarr
8- appVersion : " v1.40 .0"
8+ appVersion : " v1.41 .0"
99icon : https://raw.githubusercontent.com/homarr-labs/charts/refs/heads/main/charts/homarr/icon.svg
1010kubeVersion : " >=1.24.0-0"
1111keywords :
@@ -22,7 +22,7 @@ annotations:
2222 url: https://homarr-labs.github.io/charts/pgp_keys.asc
2323 artifacthub.io/changes : |-
2424 - kind: changed
25- description: Update ghcr.io/homarr-labs/homarr docker tag to v1.40 .0
25+ description: Update ghcr.io/homarr-labs/homarr docker tag to v1.41 .0
2626 artifacthub.io/links : |-
2727 - name: App Source
2828 url: https://github.com/homarr-labs/homarr
Original file line number Diff line number Diff line change 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: 7.2 .0] ( https://img.shields.io/badge/Version-7.2 .0-informational?style=flat )
5+ ![ Version: 7.3 .0] ( https://img.shields.io/badge/Version-7.3 .0-informational?style=flat )
66![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat )
7- ![ AppVersion: v1.40 .0] ( https://img.shields.io/badge/AppVersion-v1.40 .0-informational?style=flat )
7+ ![ AppVersion: v1.41 .0] ( https://img.shields.io/badge/AppVersion-v1.41 .0-informational?style=flat )
88
99A Helm chart to deploy homarr for Kubernetes
1010
@@ -415,7 +415,7 @@ All available values are listed on the [artifacthub](https://artifacthub.io/pack
415415| httproute.rules[0].matches[0].path.value | string | `"/"` | Path value to match |
416416| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
417417| image.repository | string | `"ghcr.io/homarr-labs/homarr"` | Image repository |
418- | image.tag | string | `"v1.40 .0"` | Overrides the image tag whose default is the chart appVersion |
418+ | image.tag | string | `"v1.41 .0"` | Overrides the image tag whose default is the chart appVersion |
419419| imagePullSecrets | list | `[]` | Secrets for Docker registry |
420420| ingress.annotations | object | `{}` | Ingress annotations |
421421| ingress.enabled | bool | `false` | Enable ingress |
Original file line number Diff line number Diff line change 1313 # -- Image pull policy
1414 pullPolicy : IfNotPresent
1515 # -- Overrides the image tag whose default is the chart appVersion
16- tag : " v1.40 .0"
16+ tag : " v1.41 .0"
1717
1818env :
1919 # -- Your local time zone
You can’t perform that action at this time.
0 commit comments