Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-09-30 14:21:34 +00:00
parent 69cce57d75
commit e615a03f45
12 changed files with 18 additions and 18 deletions

View File

@ -2,6 +2,19 @@
## [tailscale-1.1.6](https://github.com/truecharts/charts/compare/tailscale-1.1.5...tailscale-1.1.6) (2022-09-30)
### Chore
- Auto-update chart README [skip ci]
### Feat
- Enable userspace by default and update docs ([#3967](https://github.com/truecharts/charts/issues/3967))
## [tailscale-1.1.5](https://github.com/truecharts/charts/compare/tailscale-1.1.4...tailscale-1.1.5) (2022-09-27)
### Chore
@ -84,16 +97,3 @@
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
## [tailscale-1.1.1](https://github.com/truecharts/charts/compare/tailscale-1.1.0...tailscale-1.1.1) (2022-09-20)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.6.4
digest: sha256:fa80993e3b2454e2e053e66252db4cc5c9347dc4b8fd28f0041f3bb6169b13ee
generated: "2022-09-27T07:39:21.245991878Z"
generated: "2022-09-30T14:20:10.619491529Z"

View File

@ -20,7 +20,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/tailscale
- https://hub.docker.com/r/tailscale/tailscale
- https://github.com/tailscale/tailscale/blob/main/docs/k8s/run.sh
version: 1.1.5
version: 1.1.6
annotations:
truecharts.org/catagories: |
- network

View File

@ -50,7 +50,7 @@ envFrom:
tailscale:
authkey: "supersecret"
userspace: false
userspace: true
accept_dns: false
routes: ""
dest_ip: ""

View File

@ -173,10 +173,10 @@ questions:
default: ""
- variable: userspace
label: Userspace
description: Userspace Networking mode allows running Tailscale where you don't have access to create a VPN tunnel device.
description: Userspace Networking mode allows running Tailscale where you don't have access to create a VPN tunnel device. *Required for Exit Node/Accessing Local Routes* See <a href="https://truecharts.org/docs/charts/stable/tailscale/How-To-Guide/">How-To-Guide</a> for more info
schema:
type: boolean
default: false
default: true
- variable: accept_dns
label: Accept DNS
description: Accept DNS configuration from the admin console.