Skip to content

Commit

Permalink
⬆️ Update headscale/headscale Docker tag to v0.18.0 (#16)
Browse files Browse the repository at this point in the history
* ⬆️ Update headscale/headscale Docker tag to v0.18.0

* 🔖 (headscale): Release v0.4.0

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabe Cook <[email protected]>
  • Loading branch information
renovate[bot] and gabe565 authored Jan 14, 2023
1 parent d3b6986 commit 3988ecf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 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://github.com/gabe565/charts/tree/main/charts/headscale
icon: https://raw.githubusercontent.com/juanfont/headscale/641c6fd439a915150db3c2e83928e289b7e0c9d2/docs/logo/headscale3-dots.png
type: application
version: 0.3.0
version: 0.4.0
# renovate image=headscale/headscale
appVersion: 0.17.1
appVersion: 0.18.0
kubeVersion: ">=1.22.0-0"
keywords:
- headscale
Expand All @@ -26,6 +26,4 @@ sources:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Bump common subchart to v1.2.1
- kind: changed
description: Bump postgresql subchart to v11.9.13
description: Bump appVersion to v0.18.0
4 changes: 2 additions & 2 deletions charts/headscale/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# headscale

![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.17.1](https://img.shields.io/badge/AppVersion-0.17.1-informational?style=flat-square)
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.18.0](https://img.shields.io/badge/AppVersion-0.18.0-informational?style=flat-square)

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

Expand Down Expand Up @@ -138,7 +138,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.namespace.base_domain` (e.g., _myhost.mynamespace.example.com_). |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"headscale/headscale"` | image repository |
| image.tag | string | `"0.17.1"` | image tag |
| image.tag | string | `"0.18.0"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence.config | object | See values.yaml | Configure persistence settings for the chart under this key. |
| postgresql | object | See 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.17.1
tag: 0.18.0

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

0 comments on commit 3988ecf

Please sign in to comment.