fix(headscale): downgrade and switch registry to ghcr.io
This commit is contained in:
parent
66d2c14f87
commit
f0975290d8
3 changed files with 8 additions and 8 deletions
|
@ -3,9 +3,9 @@ name: headscale
|
||||||
description: An open source, self-hosted implementation of the Tailscale control server.
|
description: An open source, self-hosted implementation of the Tailscale control server.
|
||||||
icon: https://raw.githubusercontent.com/juanfont/headscale/56a7b1e34952c3e0306a134b2be9b4277f5d8d6e/docs/logo/headscale3-dots.svg
|
icon: https://raw.githubusercontent.com/juanfont/headscale/56a7b1e34952c3e0306a134b2be9b4277f5d8d6e/docs/logo/headscale3-dots.svg
|
||||||
type: application
|
type: application
|
||||||
version: 0.2.5
|
version: 0.2.6
|
||||||
# renovate: image=docker.io/headscale/headscale
|
# renovate: image=docker.io/headscale/headscale
|
||||||
appVersion: "0.23.0"
|
appVersion: "0.22.3"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: WrenIX
|
- name: WrenIX
|
||||||
url: https://wrenix.eu
|
url: https://wrenix.eu
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
= headscale
|
= headscale
|
||||||
|
|
||||||
image::https://img.shields.io/badge/Version-0.2.5-informational?style=flat-square[Version: 0.2.5]
|
image::https://img.shields.io/badge/Version-0.2.6-informational?style=flat-square[Version: 0.2.6]
|
||||||
image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application]
|
image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application]
|
||||||
image::https://img.shields.io/badge/AppVersion-0.23.0-informational?style=flat-square[AppVersion: 0.23.0]
|
image::https://img.shields.io/badge/AppVersion-0.22.3-informational?style=flat-square[AppVersion: 0.22.3]
|
||||||
== Maintainers
|
== Maintainers
|
||||||
|
|
||||||
.Maintainers
|
.Maintainers
|
||||||
|
@ -214,12 +214,12 @@ helm uninstall headscale-release
|
||||||
|
|
||||||
| image.registry
|
| image.registry
|
||||||
| string
|
| string
|
||||||
| `"docker.io"`
|
| `"ghcr.io"`
|
||||||
|
|
|
|
||||||
|
|
||||||
| image.repository
|
| image.repository
|
||||||
| string
|
| string
|
||||||
| `"headscale/headscale"`
|
| `"joanfont/headscale"`
|
||||||
|
|
|
|
||||||
|
|
||||||
| image.tag
|
| image.tag
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: ghcr.io
|
||||||
repository: headscale/headscale
|
repository: joanfont/headscale
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: ""
|
tag: ""
|
||||||
|
|
Loading…
Add table
Reference in a new issue