Skip to content

Commit

Permalink
Merge pull request #21 from homarr-labs/features/v1.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oben01 authored Dec 18, 2024
2 parents 3797c2f + 53547b4 commit 87b56c2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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://homarr-labs.github.io/charts/charts/homarr/
type: application
version: 0.2.0
version: 0.2.1
# renovate datasource=docker depName=ghcr.io/homarr-labs/homarr
appVersion: "0.0.1"
appVersion: "v1.0.0-beta.4"
icon: https://raw.githubusercontent.com/homarr-labs/charts/refs/heads/main/charts/homarr/icon.svg
kubeVersion: ">=1.22.0-0"
dependencies:
Expand All @@ -24,7 +24,7 @@ annotations:
url: https://homarr-labs.github.io/charts/pgp_keys.asc
artifacthub.io/changes: |-
- kind: changed
description: Update mysql helm release to v12.2.0
description: update chart to version v1.0.0-beta.4
artifacthub.io/links: |-
- name: App Source
url: https://github.com/homarr-labs/homarr
Expand Down
6 changes: 3 additions & 3 deletions charts/homarr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

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

![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat)
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat)
![AppVersion: v1.0.0-beta.4](https://img.shields.io/badge/AppVersion-v1.0.0--beta.4-informational?style=flat)

A Helm chart to deploy homarr for Kubernetes

Expand Down Expand Up @@ -308,7 +308,7 @@ All available values are listed on the [artifacthub](https://artifacthub.io/pack
| fullnameOverride | string | `""` | Overrides chart's fullname |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| image.repository | string | `"ghcr.io/homarr-labs/homarr"` | Image repository |
| image.tag | string | `"early-adopters"` | Overrides the image tag whose default is the chart appVersion |
| image.tag | string | `"v1.0.0-beta.4"` | Overrides the image tag whose default is the chart appVersion |
| imagePullSecrets | list | `[]` | Secrets for Docker registry |
| 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. |
| imagesCopy.pathToLocalImages | string | `"/path-to-local-images"` | The path where local images are stored for copying to the PVC |
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: "early-adopters"
tag: "v1.0.0-beta.4"

env:
# -- Your local time zone
Expand Down

0 comments on commit 87b56c2

Please sign in to comment.