Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -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
|
||||
@@ -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"
|
||||
@@ -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
|
||||
@@ -1,6 +1,6 @@
|
||||
# tailscale
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
Tailscale lets you connect your devices and users together in your own secure virtual private network
|
||||
|
||||
@@ -71,7 +71,7 @@ service:
|
||||
ports:
|
||||
main:
|
||||
protocol: UDP
|
||||
port: 41641
|
||||
port: 41700
|
||||
|
||||
persistence:
|
||||
varrun:
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user