diff --git a/charts/stable/unifi/Chart.yaml b/charts/stable/unifi/Chart.yaml index 601914ceee7..7147eb0ad8d 100644 --- a/charts/stable/unifi/Chart.yaml +++ b/charts/stable/unifi/Chart.yaml @@ -21,4 +21,4 @@ sources: - https://github.com/jacobalberty/unifi-docker - https://unifi-network.ui.com type: application -version: 6.12.0 +version: 6.12.1 diff --git a/charts/stable/unifi/SCALE/questions.yaml b/charts/stable/unifi/SCALE/questions.yaml index ca5f37e1f0c..282f1783490 100644 --- a/charts/stable/unifi/SCALE/questions.yaml +++ b/charts/stable/unifi/SCALE/questions.yaml @@ -389,7 +389,7 @@ questions: schema: type: dict attrs: - - variable: tcp + - variable: comm label: "TCP Service Port Configuration" schema: type: dict @@ -485,7 +485,7 @@ questions: schema: type: dict attrs: - - variable: udp + - variable: stun label: "TCP Service Port Configuration" schema: type: dict @@ -580,7 +580,7 @@ questions: schema: type: dict attrs: - - variable: tcp + - variable: speedtest label: "TCP Service Port Configuration" schema: type: dict diff --git a/charts/stable/unifi/values.yaml b/charts/stable/unifi/values.yaml index c7285171bcc..2398231ef74 100644 --- a/charts/stable/unifi/values.yaml +++ b/charts/stable/unifi/values.yaml @@ -22,7 +22,7 @@ service: comm: enabled: true ports: - tcp: + comm: enabled: true port: 8080 targetPort: 8080 @@ -30,7 +30,7 @@ service: stun: enabled: true ports: - udp: + stun: enabled: true port: 3478 targetPort: 3478 @@ -38,7 +38,7 @@ service: speedtest: enabled: false ports: - tcp: + speedtest: enabled: true port: 6789 targetPort: 6789