Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
52ee85ca42
commit
e929a9002e
|
@ -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))
|
|
@ -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
|
|
@ -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))
|
Before Width: | Height: | Size: 256 B After Width: | Height: | Size: 256 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
@ -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
|
Loading…
Reference in New Issue