Skip to content

Commit 2b53be8

Browse files
authored
Merge pull request #179 from homarr-labs/renovate/ghcr.io-homarr-labs-homarr-1.x
2 parents 3450f59 + 40f31d0 commit 2b53be8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

charts/homarr/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: homarr
33
description: A Helm chart to deploy homarr for Kubernetes
44
home: https://homarr-labs.github.io/charts/charts/homarr/
55
type: application
6-
version: 8.2.0
6+
version: 8.2.1
77
# renovate datasource=docker depName=ghcr.io/homarr-labs/homarr
8-
appVersion: "v1.43.0"
8+
appVersion: "v1.43.1"
99
icon: https://raw.githubusercontent.com/homarr-labs/charts/refs/heads/main/charts/homarr/icon.svg
1010
kubeVersion: ">=1.24.0-0"
1111
keywords:
@@ -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.43.0
25+
description: Update ghcr.io/homarr-labs/homarr docker tag to v1.43.1
2626
artifacthub.io/links: |-
2727
- name: App Source
2828
url: https://github.com/homarr-labs/homarr

charts/homarr/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
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: 8.2.0](https://img.shields.io/badge/Version-8.2.0-informational?style=flat)
5+
![Version: 8.2.1](https://img.shields.io/badge/Version-8.2.1-informational?style=flat)
66
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
7-
![AppVersion: v1.43.0](https://img.shields.io/badge/AppVersion-v1.43.0-informational?style=flat)
7+
![AppVersion: v1.43.1](https://img.shields.io/badge/AppVersion-v1.43.1-informational?style=flat)
88

99
A Helm chart to deploy homarr for Kubernetes
1010

@@ -428,7 +428,7 @@ All available values are listed on the [artifacthub](https://artifacthub.io/pack
428428
| httproute.rules[0].matches[0].path.value | string | `"/"` | Path value to match |
429429
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
430430
| image.repository | string | `"ghcr.io/homarr-labs/homarr"` | Image repository |
431-
| image.tag | string | `"v1.43.0"` | Overrides the image tag whose default is the chart appVersion |
431+
| image.tag | string | `"v1.43.1"` | Overrides the image tag whose default is the chart appVersion |
432432
| imagePullSecrets | list | `[]` | Secrets for Docker registry |
433433
| ingress.annotations | object | `{}` | Ingress annotations |
434434
| ingress.enabled | bool | `false` | Enable ingress |

charts/homarr/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ image:
1313
# -- Image pull policy
1414
pullPolicy: IfNotPresent
1515
# -- Overrides the image tag whose default is the chart appVersion
16-
tag: "v1.43.0"
16+
tag: "v1.43.1"
1717

1818
env:
1919
# -- Your local time zone

0 commit comments

Comments
 (0)