diff --git a/charts/stable/unifi/Chart.yaml b/charts/stable/unifi/Chart.yaml index 49c6a3d9..555430df 100644 --- a/charts/stable/unifi/Chart.yaml +++ b/charts/stable/unifi/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v6.2.26 description: Ubiquiti Network's Unifi Controller name: unifi -version: 4.2.1 +version: 4.2.2 keywords: - ubiquiti - unifi diff --git a/charts/stable/unifi/README.md b/charts/stable/unifi/README.md index d9dccbae..19fe9a2e 100644 --- a/charts/stable/unifi/README.md +++ b/charts/stable/unifi/README.md @@ -1,6 +1,6 @@ # unifi -![Version: 4.2.1](https://img.shields.io/badge/Version-4.2.1-informational?style=flat-square) ![AppVersion: v6.2.26](https://img.shields.io/badge/AppVersion-v6.2.26-informational?style=flat-square) +![Version: 4.2.2](https://img.shields.io/badge/Version-4.2.2-informational?style=flat-square) ![AppVersion: v6.2.26](https://img.shields.io/badge/AppVersion-v6.2.26-informational?style=flat-square) Ubiquiti Network's Unifi Controller @@ -149,6 +149,12 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [4.2.2] + +### Fixed + +- Move HTTPS protocol declaration for default web UI port from ingress annotations to service port attribute. + ### [4.0.0] #### Changed diff --git a/charts/stable/unifi/README_CHANGELOG.md.gotmpl b/charts/stable/unifi/README_CHANGELOG.md.gotmpl index e439a293..2160e242 100644 --- a/charts/stable/unifi/README_CHANGELOG.md.gotmpl +++ b/charts/stable/unifi/README_CHANGELOG.md.gotmpl @@ -9,6 +9,12 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [4.2.2] + +### Fixed + +- Move HTTPS protocol declaration for default web UI port from ingress annotations to service port attribute. + ### [4.0.0] #### Changed diff --git a/charts/stable/unifi/values.yaml b/charts/stable/unifi/values.yaml index 568416f6..fead1c01 100644 --- a/charts/stable/unifi/values.yaml +++ b/charts/stable/unifi/values.yaml @@ -45,6 +45,7 @@ service: # @default -- See values.yaml http: port: 8443 + protocol: HTTPS # -- Configure Controller port used for device command/control # @default -- See values.yaml controller: @@ -95,7 +96,6 @@ ingress: enabled: false annotations: nginx.ingress.kubernetes.io/backend-protocol: "HTTPS" - traefik.ingress.kubernetes.io/service.serversscheme: https # -- Enable and configure settings for the captive portal ingress under this key. # @default -- See values.yaml @@ -103,7 +103,6 @@ ingress: enabled: false annotations: nginx.ingress.kubernetes.io/backend-protocol: "HTTPS" - traefik.ingress.kubernetes.io/service.serversscheme: https ingressClassName: # "nginx"