Skip to content

Commit

Permalink
⬆️ Update ghcr.io/juanfont/headscale Docker tag to v0.20.0 (#35)
Browse files Browse the repository at this point in the history
* ⬆️ Update ghcr.io/juanfont/headscale Docker tag to v0.20.0

* 🔧 Update chart metadata

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Feb 3, 2023
1 parent ee30ed8 commit 309d579
Show file tree
Hide file tree
Showing 3 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,9 +4,9 @@ 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/641c6fd439a915150db3c2e83928e289b7e0c9d2/docs/logo/headscale3-dots.png
type: application
version: 0.7.0
version: 0.8.0
# renovate image=ghcr.io/juanfont/headscale
appVersion: 0.19.0
appVersion: 0.20.0
kubeVersion: ">=1.22.0-0"
keywords:
- headscale
Expand All @@ -27,4 +27,4 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update common Helm release to v1.3.0
description: Update ghcr.io/juanfont/headscale Docker tag to v0.20.0
6 changes: 3 additions & 3 deletions charts/headscale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<img src="https://raw.githubusercontent.com/juanfont/headscale/641c6fd439a915150db3c2e83928e289b7e0c9d2/docs/logo/headscale3-dots.png" align="right" width="92" alt="headscale logo" style="padding-left: 20px">

![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat)
![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: 0.19.0](https://img.shields.io/badge/AppVersion-0.19.0-informational?style=flat)
![AppVersion: 0.20.0](https://img.shields.io/badge/AppVersion-0.20.0-informational?style=flat)

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

Expand Down Expand Up @@ -145,7 +145,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.19.0"` | image tag |
| image.tag | string | `"0.20.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/master/bitnami/postgresql) |
Expand Down
2 changes: 1 addition & 1 deletion charts/headscale/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
tag: 0.19.0
tag: 0.20.0

# -- Environment variables. [[ref]](https://github.com/juanfont/headscale/blob/main/config-example.yaml)
# @default -- See [values.yaml](./values.yaml)
Expand Down

0 comments on commit 309d579

Please sign in to comment.