Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
d4a125de98
commit
01bf7666a4
|
@ -2,6 +2,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [wireguard-1.0.3](https://github.com/truecharts/charts/compare/wireguard-1.0.2...wireguard-1.0.3) (2022-08-31)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- fix default port in UDP ([#3645](https://github.com/truecharts/charts/issues/3645))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [wireguard-1.0.2](https://github.com/truecharts/charts/compare/wireguard-1.0.1...wireguard-1.0.2) (2022-08-31)
|
## [wireguard-1.0.2](https://github.com/truecharts/charts/compare/wireguard-1.0.1...wireguard-1.0.2) (2022-08-31)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
|
@ -3,4 +3,4 @@ dependencies:
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
version: 10.5.6
|
version: 10.5.6
|
||||||
digest: sha256:033cffd654878c0c1fcc6f4c236f81736e71491b2ad46a5dec9708ea6faf2b63
|
digest: sha256:033cffd654878c0c1fcc6f4c236f81736e71491b2ad46a5dec9708ea6faf2b63
|
||||||
generated: "2022-08-31T06:41:29.887997801Z"
|
generated: "2022-08-31T08:33:28.491756403Z"
|
|
@ -19,7 +19,7 @@ name: wireguard
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/wireguard
|
- https://github.com/truecharts/charts/tree/master/charts/stable/wireguard
|
||||||
- https://github.com/k8s-at-home/container-images/tree/main/apps/wireguard
|
- https://github.com/k8s-at-home/container-images/tree/main/apps/wireguard
|
||||||
version: 1.0.2
|
version: 1.0.3
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- network
|
- network
|
|
@ -1,6 +1,6 @@
|
||||||
# wireguard
|
# wireguard
|
||||||
|
|
||||||
![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![AppVersion: 1.0.202109](https://img.shields.io/badge/AppVersion-1.0.202109-informational?style=flat-square)
|
![Version: 1.0.3](https://img.shields.io/badge/Version-1.0.3-informational?style=flat-square) ![AppVersion: 1.0.202109](https://img.shields.io/badge/AppVersion-1.0.202109-informational?style=flat-square)
|
||||||
|
|
||||||
WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography.
|
WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography.
|
||||||
|
|
|
@ -422,7 +422,7 @@ questions:
|
||||||
label: Port Type
|
label: Port Type
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: TCP
|
default: UDP
|
||||||
enum:
|
enum:
|
||||||
- value: HTTP
|
- value: HTTP
|
||||||
description: HTTP
|
description: HTTP
|
Loading…
Reference in New Issue