Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-08-18 19:51:32 +00:00
parent 21359e4301
commit ec4e115800
14 changed files with 26 additions and 18 deletions

View File

@@ -1,11 +0,0 @@
# Changelog
## [tailscale-0.0.1]tailscale-0.0.1 (2022-08-17)
### Feat
- add tailscale ([#3488](https://github.com/truecharts/charts/issues/3488))

View File

@@ -0,0 +1,19 @@
# Changelog
## [tailscale-0.0.2](https://github.com/truecharts/charts/compare/tailscale-0.0.1...tailscale-0.0.2) (2022-08-18)
### Chore
- Auto-update chart README [skip ci]
- default to rootless ([#3509](https://github.com/truecharts/charts/issues/3509))
## [tailscale-0.0.1]tailscale-0.0.1 (2022-08-17)
### Feat
- add tailscale ([#3488](https://github.com/truecharts/charts/issues/3488))

View File

@@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.4.12
digest: sha256:2b926ab794b2ebae2ba0c898ffe38320266e86eafebe44d869c8f0721f5dac27
generated: "2022-08-17T20:16:14.846740108Z"
generated: "2022-08-18T19:44:59.725603425Z"

View File

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

View File

@@ -1,6 +1,6 @@
# tailscale
![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![AppVersion: 1.29.125](https://img.shields.io/badge/AppVersion-1.29.125-informational?style=flat-square)
![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![AppVersion: 1.29.125](https://img.shields.io/badge/AppVersion-1.29.125-informational?style=flat-square)
Tailscale lets you connect your devices and users together in your own secure virtual private network

View File

@@ -1498,7 +1498,7 @@ questions:
label: "ReadOnly Root Filesystem"
schema:
type: boolean
default: false
default: true
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
schema:
@@ -1508,7 +1508,7 @@ questions:
label: "runAsNonRoot"
schema:
type: boolean
default: false
default: true
- variable: capabilities
label: Capabilities
schema:
@@ -1547,13 +1547,13 @@ questions:
description: "The UserID of the user running the application"
schema:
type: int
default: 0
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 0
default: 568
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."