diff --git a/charts/headscale/Chart.yaml b/charts/headscale/Chart.yaml
index fb0868ef5..92addf5f5 100644
--- a/charts/headscale/Chart.yaml
+++ b/charts/headscale/Chart.yaml
@@ -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.14.0
+version: 0.15.0
# renovate datasource=docker depName=ghcr.io/juanfont/headscale
appVersion: v0.24.0
kubeVersion: ">=1.22.0-0"
@@ -26,22 +26,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
- description: BREAKING - Update ghcr.io/juanfont/headscale docker tag to v0.23.0
- links:
- - name: Headscale v0.23.0 Release Notes
- url: https://github.com/juanfont/headscale/releases/tag/v0.23.0
- - kind: changed
- description: env.HEADSCALE_DNS_CONFIG_BASE_DOMAIN changed to env.HEADSCALE_DNS_BASE_DOMAIN
- - kind: changed
- description: env.HEADSCALE_IP_PREFIXES has been split into env.HEADSCALE_PREFIXES_V4 and env.HEADSCALE_PREFIXES_V6
- - kind: changed
- description: env.HEADSCALE_DNS_CONFIG_NAMESERVERS changed to env.HEADSCALE_DNS_NAMESERVERS_GLOBAL
- - kind: changed
- description: env.HEADSCALE_DNS_CONFIG_MAGIC_DNS changed to env.HEADSCALE_DNS_MAGIC_DNS
- - kind: changed
- description: Generated database envs have been updated
- - kind: changed
- description: Moved default values to values.yaml so they show in generated documentation
+ description: Update ghcr.io/juanfont/headscale docker tag to v0.24.0
artifacthub.io/links: |-
- name: App Source
url: https://github.com/juanfont/headscale
diff --git a/charts/headscale/README.md b/charts/headscale/README.md
index 4f4a6d223..c8851a646 100644
--- a/charts/headscale/README.md
+++ b/charts/headscale/README.md
@@ -2,16 +2,16 @@
-![Version: 0.14.0](https://img.shields.io/badge/Version-0.14.0-informational?style=flat)
+![Version: 0.15.0](https://img.shields.io/badge/Version-0.15.0-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
-![AppVersion: v0.23.0](https://img.shields.io/badge/AppVersion-v0.23.0-informational?style=flat)
+![AppVersion: v0.24.0](https://img.shields.io/badge/AppVersion-v0.24.0-informational?style=flat)
An open source, self-hosted implementation of the Tailscale control server.
**Homepage:**
**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.14.0)**
+[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=headscale&version=0.15.0)**
## Source Code
@@ -156,7 +156,7 @@ Once deployed, the UI will be available at `/web`.
| env.HEADSCALE_PREFIXES_V6 | string | `"fd7a:115c:a1e0::/48"` | Node IPv6 prefixes |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/juanfont/headscale"` | image repository |
-| image.tag | string | `"v0.23.0"` | image tag |
+| image.tag | string | `"v0.24.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) |