fix(questions): fix default port in UDP (#3645)
This commit is contained in:
@@ -19,7 +19,7 @@ name: wireguard
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/wireguard
|
||||
- https://github.com/k8s-at-home/container-images/tree/main/apps/wireguard
|
||||
version: 1.0.2
|
||||
version: 1.0.3
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
label: Port Type
|
||||
schema:
|
||||
type: string
|
||||
default: TCP
|
||||
default: UDP
|
||||
enum:
|
||||
- value: HTTP
|
||||
description: HTTP
|
||||
|
||||
Reference in New Issue
Block a user