Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-08-22 18:34:23 +00:00
parent 63ce32ca1c
commit 2f2ebe6815
12 changed files with 15 additions and 6 deletions

View File

@@ -2,6 +2,15 @@
## [tailscale-0.0.8](https://github.com/truecharts/charts/compare/tailscale-0.0.7...tailscale-0.0.8) (2022-08-22)
### Fix
- use different ports for targetPort and port ([#3539](https://github.com/truecharts/charts/issues/3539))
## [tailscale-0.0.7](https://github.com/truecharts/charts/compare/tailscale-0.0.5...tailscale-0.0.7) (2022-08-22)
### Fix

View File

@@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.4.12
digest: sha256:2b926ab794b2ebae2ba0c898ffe38320266e86eafebe44d869c8f0721f5dac27
generated: "2022-08-22T16:54:48.576246055Z"
generated: "2022-08-22T18:27:57.509809205Z"

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.7
version: 0.0.8
annotations:
truecharts.org/catagories: |
- network

View File

@@ -1,6 +1,6 @@
# tailscale
![Version: 0.0.7](https://img.shields.io/badge/Version-0.0.7-informational?style=flat-square) ![AppVersion: 1.29.125](https://img.shields.io/badge/AppVersion-1.29.125-informational?style=flat-square)
![Version: 0.0.8](https://img.shields.io/badge/Version-0.0.8-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

@@ -71,7 +71,7 @@ service:
ports:
main:
protocol: UDP
port: 41641
port: 41700
persistence:
varrun:

View File

@@ -412,7 +412,7 @@ questions:
description: "This port exposes the container port on the service"
schema:
type: int
default: 41641
default: 41600
required: true
- variable: advanced
label: Show Advanced Settings
@@ -453,7 +453,7 @@ questions:
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 41641
default: 41700
- variable: serviceexpert
group: Networking and Services
label: Show Expert Config