diff --git a/charts/incubator/matomo/Chart.yaml b/charts/incubator/matomo/Chart.yaml index 3a783eafe65..52f254ac637 100644 --- a/charts/incubator/matomo/Chart.yaml +++ b/charts/incubator/matomo/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://hub.docker.com/_/matomo - https://github.com/matomo-org/docker - https://github.com/matomo-org/matomo -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/incubator/matomo/values.yaml b/charts/incubator/matomo/values.yaml index 5730496eaa0..2fecb968af8 100644 --- a/charts/incubator/matomo/values.yaml +++ b/charts/incubator/matomo/values.yaml @@ -68,8 +68,10 @@ service: port: 10172 targetPort: 10172 https: + enabled: true ports: https: + enabled: true protocol: HTTPS port: 10173 targetPort: 10173