Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
209332305b
commit
c0d6879676
|
@ -0,0 +1,8 @@
|
||||||
|
**Important:**
|
||||||
|
*for the complete changelog, please refer to the website*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [twingate-connector-0.0.1]twingate-connector-0.0.1 (2023-07-03)
|
||||||
|
|
|
@ -0,0 +1,29 @@
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: "1.56.0"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://library-charts.truecharts.org
|
||||||
|
version: 12.14.6
|
||||||
|
deprecated: false
|
||||||
|
description: Twingate is remote access for the modern world.
|
||||||
|
home: https://truecharts.org/charts/twingate-connector
|
||||||
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/twingate-connector.png
|
||||||
|
keywords:
|
||||||
|
- twingate-connector
|
||||||
|
- networking
|
||||||
|
kubeVersion: ">=1.16.0-0"
|
||||||
|
maintainers:
|
||||||
|
- email: info@truecharts.org
|
||||||
|
name: TrueCharts
|
||||||
|
url: https://truecharts.org
|
||||||
|
name: twingate-connector
|
||||||
|
sources:
|
||||||
|
- https://github.com/truecharts/charts/tree/master/charts/twingate-connector
|
||||||
|
- https://www.twingate.com/docs/connector-deployment
|
||||||
|
type: application
|
||||||
|
version: 0.0.1
|
||||||
|
annotations:
|
||||||
|
truecharts.org/catagories: |
|
||||||
|
- network
|
||||||
|
truecharts.org/SCALE-support: "true"
|
||||||
|
truecharts.org/grade: U
|
|
@ -0,0 +1 @@
|
||||||
|
# README
|
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [twingate-connector-0.0.1]twingate-connector-0.0.1 (2023-07-03)
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
Twingate is remote access for the modern world.
|
||||||
|
|
||||||
|
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/twingate-connector](https://truecharts.org/charts/incubator/twingate-connector)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
TrueCharts can only exist due to the incredible effort of our staff.
|
||||||
|
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
|
@ -0,0 +1,33 @@
|
||||||
|
image:
|
||||||
|
repository: tccr.io/truecharts/twingate-connector
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
tag: v1.56.0@sha256:d329ef493caf335c7ff78d8f12323dd1c13fac965995caee39718fae2eb2829b
|
||||||
|
|
||||||
|
workload:
|
||||||
|
main:
|
||||||
|
podSpec:
|
||||||
|
containers:
|
||||||
|
main:
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
enabled: false
|
||||||
|
readiness:
|
||||||
|
enabled: false
|
||||||
|
startup:
|
||||||
|
enabled: false
|
||||||
|
env:
|
||||||
|
TWINGATE_NETWORK: ""
|
||||||
|
TWINGATE_ACCESS_TOKEN: ""
|
||||||
|
TWINGATE_REFRESH_TOKEN: ""
|
||||||
|
TWINGATE_DNS: "1.1.1.1"
|
||||||
|
|
||||||
|
service:
|
||||||
|
main:
|
||||||
|
enabled: false
|
||||||
|
ports:
|
||||||
|
main:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
portal:
|
||||||
|
open:
|
||||||
|
enabled: false
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
||||||
|
{{ include "tc.v1.common.loader.all" . }}
|
|
@ -0,0 +1,5 @@
|
||||||
|
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/twingate-connector.png
|
||||||
|
categories:
|
||||||
|
- network
|
||||||
|
|
||||||
|
screenshots: []
|
Loading…
Reference in New Issue