Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
19
incubator/tailscale/0.0.2/CHANGELOG.md
Normal file
19
incubator/tailscale/0.0.2/CHANGELOG.md
Normal 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))
|
||||
@@ -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"
|
||||
@@ -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
|
||||
@@ -1,6 +1,6 @@
|
||||
# tailscale
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
Tailscale lets you connect your devices and users together in your own secure virtual private network
|
||||
|
||||
@@ -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."
|
||||
Reference in New Issue
Block a user