Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-04-28 04:32:02 +00:00
parent 52ee85ca42
commit e929a9002e
15 changed files with 21 additions and 15 deletions

View File

@ -1,9 +0,0 @@
## [dockovpn-0.0.1]dockovpn-0.0.1 (2024-04-28)
### Feat
- add dockovpn ([#21435](https://github.com/truecharts/charts/issues/21435))

View File

@ -34,4 +34,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/dockovpn
- https://hub.docker.com/r/alekslitvinenk/openvpn
type: application
version: 0.0.1
version: 0.0.3

View File

@ -0,0 +1,17 @@
## [dockovpn-0.0.3]dockovpn-0.0.3 (2024-04-28)
### Feat
- set port type with env ([#21436](https://github.com/truecharts/charts/issues/21436))
- add dockovpn ([#21435](https://github.com/truecharts/charts/issues/21435))
### Fix
- add caps ([#21438](https://github.com/truecharts/charts/issues/21438))

View File

Before

Width:  |  Height:  |  Size: 256 B

After

Width:  |  Height:  |  Size: 256 B

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -12,6 +12,8 @@ securityContext:
capabilities:
add:
- NET_ADMIN
- NET_RAW
- MKNOD
workload:
main:
podSpec:
@ -40,12 +42,8 @@ service:
ports:
vpn:
enabled: true
protocol: udp
protocol: "{{ .Values.workload.main.podSpec.containers.main.env.HOST_TUN_PROTOCOL }}"
port: 1194
dns-tcp:
enabled: true
protocol: tcp
port: "{{ .Values.service.vpn.ports.vpn.port }}"
persistence:
config:
enabled: true