Skip to content

Commit 052b23b

Browse files
authored
Merge pull request #145 from homarr-labs/renovate/ghcr.io-homarr-labs-homarr-1.x
chore(deps): update ghcr.io/homarr-labs/homarr docker tag to v1.33.0
2 parents 0a0200e + 5e4c128 commit 052b23b

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: 5.7.0
6+
version: 5.8.0
77
# renovate datasource=docker depName=ghcr.io/homarr-labs/homarr
8-
appVersion: "v1.32.0"
8+
appVersion: "v1.33.0"
99
icon: https://raw.githubusercontent.com/homarr-labs/charts/refs/heads/main/charts/homarr/icon.svg
1010
kubeVersion: ">=1.24.0-0"
1111
dependencies:
@@ -27,7 +27,7 @@ annotations:
2727
url: https://homarr-labs.github.io/charts/pgp_keys.asc
2828
artifacthub.io/changes: |-
2929
- kind: changed
30-
description: Update ghcr.io/homarr-labs/homarr docker tag to v1.32.0
30+
description: Update ghcr.io/homarr-labs/homarr docker tag to v1.33.0
3131
artifacthub.io/links: |-
3232
- name: App Source
3333
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: 5.7.0](https://img.shields.io/badge/Version-5.7.0-informational?style=flat)
5+
![Version: 5.8.0](https://img.shields.io/badge/Version-5.8.0-informational?style=flat)
66
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
7-
![AppVersion: v1.32.0](https://img.shields.io/badge/AppVersion-v1.32.0-informational?style=flat)
7+
![AppVersion: v1.33.0](https://img.shields.io/badge/AppVersion-v1.33.0-informational?style=flat)
88

99
A Helm chart to deploy homarr for Kubernetes
1010

@@ -388,7 +388,7 @@ All available values are listed on the [artifacthub](https://artifacthub.io/pack
388388
| hostAliases | list | `[]` | Add static entries to /etc/hosts in the Pod. This is useful in the following cases: - You are running in a dual-stack cluster (IPv4 + IPv6) and want to force usage of IPv4 for specific hostnames - Your application is having DNS resolution issues or IPv6 preference issues - You need to override or simulate DNS entries without changing global DNS - You are running in an air-gapped or isolated environment without external DNS Example: hostAliases: - ip: "192.168.1.10" hostnames: - "example.com" - "example.internal" |
389389
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
390390
| image.repository | string | `"ghcr.io/homarr-labs/homarr"` | Image repository |
391-
| image.tag | string | `"v1.32.0"` | Overrides the image tag whose default is the chart appVersion |
391+
| image.tag | string | `"v1.33.0"` | Overrides the image tag whose default is the chart appVersion |
392392
| imagePullSecrets | list | `[]` | Secrets for Docker registry |
393393
| ingress.annotations | object | `{}` | Ingress annotations |
394394
| 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.32.0"
16+
tag: "v1.33.0"
1717

1818
env:
1919
# -- Your local time zone

0 commit comments

Comments
 (0)