Skip to content

Commit

Permalink
chore: Update chart metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
charts-bot[bot] committed Sep 18, 2024
1 parent 28de504 commit ab171c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/headscale/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: An open source, self-hosted implementation of the Tailscale control
home: https://charts.gabe565.com/charts/headscale/
icon: https://raw.githubusercontent.com/juanfont/headscale/56a7b1e/docs/logo/headscale3-dots.svg
type: application
version: 0.13.1
version: 0.14.0
# renovate datasource=docker depName=ghcr.io/juanfont/headscale
appVersion: v0.23.0
kubeVersion: ">=1.22.0-0"
Expand All @@ -25,8 +25,8 @@ sources:
- https://github.com/juanfont/headscale
annotations:
artifacthub.io/changes: |-
- kind: fixed
description: Allow args to be overridden
- kind: changed
description: Update ghcr.io/juanfont/headscale docker tag to v0.23.0
artifacthub.io/links: |-
- name: App Source
url: https://github.com/juanfont/headscale
Expand Down
8 changes: 4 additions & 4 deletions charts/headscale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

<img src="https://raw.githubusercontent.com/juanfont/headscale/56a7b1e/docs/logo/headscale3-dots.svg" align="right" width="92" alt="headscale logo">

![Version: 0.13.1](https://img.shields.io/badge/Version-0.13.1-informational?style=flat)
![Version: 0.14.0](https://img.shields.io/badge/Version-0.14.0-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: 0.22.3](https://img.shields.io/badge/AppVersion-0.22.3-informational?style=flat)
![AppVersion: v0.23.0](https://img.shields.io/badge/AppVersion-v0.23.0-informational?style=flat)

An open source, self-hosted implementation of the Tailscale control server.

**Homepage:** <https://charts.gabe565.com/charts/headscale/>

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

## Source Code

Expand Down Expand Up @@ -152,7 +152,7 @@ Once deployed, the UI will be available at `/web`.
| env.HEADSCALE_DNS_CONFIG_BASE_DOMAIN | string | `"example.com"` | Defines the base domain to create the hostnames for MagicDNS. `base_domain` must be a FQDNs, without the trailing dot. The FQDN of the hosts will be `hostname.user.base_domain` (e.g., _myhost.myuser.example.com_). |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/juanfont/headscale"` | image repository |
| image.tag | string | `"0.22.3"` | image tag |
| image.tag | string | `"v0.23.0"` | image tag |
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
| persistence.config | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. |
| postgresql | object | See [values.yaml](./values.yaml) | Enable and configure postgresql database subchart under this key. For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/postgresql) |
Expand Down

0 comments on commit ab171c9

Please sign in to comment.