Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/homarr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: homarr
description: A Helm chart to deploy homarr for Kubernetes
home: https://oben01.github.io/charts/charts/homarr/
type: application
version: 1.4.0
version: 1.4.1
# renovate datasource=docker depName=ghcr.io/ajnart/homarr
appVersion: "0.16.0"
appVersion: "0.16.1"
icon: https://raw.githubusercontent.com/oben01/charts/main/charts/homarr/icon.svg
kubeVersion: ">=1.22.0-0"
keywords:
Expand All @@ -19,7 +19,7 @@ annotations:
url: https://oben01.github.io/charts/pgp_keys.asc
artifacthub.io/changes: |-
- kind: changed
description: Update ghcr.io/ajnart/homarr docker tag to v0.16.0
description: Update ghcr.io/ajnart/homarr docker tag to v0.16.1
artifacthub.io/links: |-
- name: App Source
url: https://github.com/ajnart/homarr
Expand Down
8 changes: 4 additions & 4 deletions charts/homarr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

<img src="https://raw.githubusercontent.com/oben01/charts/main/charts/homarr/icon.svg" align="right" width="92" alt="homarr logo">

![Version: 1.4.0](https://img.shields.io/badge/Version-1.4.0-informational?style=flat)
![Version: 1.4.1](https://img.shields.io/badge/Version-1.4.1-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: 0.16.0](https://img.shields.io/badge/AppVersion-0.16.0-informational?style=flat)
![AppVersion: 0.16.1](https://img.shields.io/badge/AppVersion-0.16.1-informational?style=flat)

A Helm chart to deploy homarr for Kubernetes

**Homepage:** <https://oben01.github.io/charts/charts/homarr/>

**This chart is not maintained by the upstream project and any issues with the chart should be raised
[here](https://github.com/oben01/charts/issues/new?assignees=oben01&labels=bug&template=bug_report.yaml&name=homarr&version=1.4.0)**
[here](https://github.com/oben01/charts/issues/new?assignees=oben01&labels=bug&template=bug_report.yaml&name=homarr&version=1.4.1)**

## Source Code

Expand Down Expand Up @@ -110,7 +110,7 @@ N/A
| fullnameOverride | string | `""` | Overrides chart's fullname |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| image.repository | string | `"ghcr.io/ajnart/homarr"` | Image repository |
| image.tag | string | `"0.16.0"` | Overrides the image tag whose default is the chart appVersion |
| image.tag | string | `"0.16.1"` | Overrides the image tag whose default is the chart appVersion |
| imagePullSecrets | list | `[]` | Secrets for Docker registry |
| ingress | object | `{"annotations":{},"enabled":true,"hosts":[{"host":"chart-example.local","paths":[{"path":"/"}]}],"ingressClassName":"","tls":[]}` | Ingress configuration |
| ingress.annotations | object | `{}` | Ingress annotations |
Expand Down
2 changes: 1 addition & 1 deletion charts/homarr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ image:
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is the chart appVersion
tag: "0.16.0"
tag: "0.16.1"

env:
# -- Your local time zone
Expand Down