diff --git a/incubator/matomo/0.0.1/CHANGELOG.md b/incubator/matomo/0.0.1/CHANGELOG.md
deleted file mode 100644
index 85d6b5ef930..00000000000
--- a/incubator/matomo/0.0.1/CHANGELOG.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# Changelog
-
-
-
-### matomo-0.0.1 (2022-03-09)
-
-#### Feat
-
-* Add matomo ([#2115](https://github.com/truecharts/apps/issues/2115))
-
diff --git a/incubator/matomo/0.0.2/CHANGELOG.md b/incubator/matomo/0.0.2/CHANGELOG.md
new file mode 100644
index 00000000000..6311c720944
--- /dev/null
+++ b/incubator/matomo/0.0.2/CHANGELOG.md
@@ -0,0 +1,18 @@
+# Changelog
+
+
+
+### [matomo-0.0.2](https://github.com/truecharts/apps/compare/matomo-0.0.1...matomo-0.0.2) (2022-03-09)
+
+#### Fix
+
+* enable secondary ports ([#2120](https://github.com/truecharts/apps/issues/2120))
+
+
+
+
+### matomo-0.0.1 (2022-03-09)
+
+#### Feat
+
+* Add matomo ([#2115](https://github.com/truecharts/apps/issues/2115))
diff --git a/incubator/matomo/0.0.1/CONFIG.md b/incubator/matomo/0.0.2/CONFIG.md
similarity index 100%
rename from incubator/matomo/0.0.1/CONFIG.md
rename to incubator/matomo/0.0.2/CONFIG.md
diff --git a/incubator/matomo/0.0.1/Chart.lock b/incubator/matomo/0.0.2/Chart.lock
similarity index 84%
rename from incubator/matomo/0.0.1/Chart.lock
rename to incubator/matomo/0.0.2/Chart.lock
index 85d6201d5c5..b31563ca8f7 100644
--- a/incubator/matomo/0.0.1/Chart.lock
+++ b/incubator/matomo/0.0.2/Chart.lock
@@ -6,4 +6,4 @@ dependencies:
repository: https://truecharts.org/
version: 2.0.1
digest: sha256:ba65fb54964c99e33f9f77363a9f1a1eb59902182a609e423788a9acd6a74120
-generated: "2022-03-09T20:04:36.742886151Z"
+generated: "2022-03-09T23:41:53.456623187Z"
diff --git a/incubator/matomo/0.0.1/Chart.yaml b/incubator/matomo/0.0.2/Chart.yaml
similarity index 98%
rename from incubator/matomo/0.0.1/Chart.yaml
rename to incubator/matomo/0.0.2/Chart.yaml
index 3a783eafe65..52f254ac637 100644
--- a/incubator/matomo/0.0.1/Chart.yaml
+++ b/incubator/matomo/0.0.2/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/incubator/matomo/0.0.1/README.md b/incubator/matomo/0.0.2/README.md
similarity index 100%
rename from incubator/matomo/0.0.1/README.md
rename to incubator/matomo/0.0.2/README.md
diff --git a/incubator/matomo/0.0.1/app-readme.md b/incubator/matomo/0.0.2/app-readme.md
similarity index 100%
rename from incubator/matomo/0.0.1/app-readme.md
rename to incubator/matomo/0.0.2/app-readme.md
diff --git a/incubator/matomo/0.0.1/charts/common-9.1.2.tgz b/incubator/matomo/0.0.2/charts/common-9.1.2.tgz
similarity index 100%
rename from incubator/matomo/0.0.1/charts/common-9.1.2.tgz
rename to incubator/matomo/0.0.2/charts/common-9.1.2.tgz
diff --git a/incubator/matomo/0.0.1/charts/mariadb-2.0.1.tgz b/incubator/matomo/0.0.2/charts/mariadb-2.0.1.tgz
similarity index 100%
rename from incubator/matomo/0.0.1/charts/mariadb-2.0.1.tgz
rename to incubator/matomo/0.0.2/charts/mariadb-2.0.1.tgz
diff --git a/incubator/matomo/0.0.1/helm-values.md b/incubator/matomo/0.0.2/helm-values.md
similarity index 97%
rename from incubator/matomo/0.0.1/helm-values.md
rename to incubator/matomo/0.0.2/helm-values.md
index 35cf4c7ed83..1decd430e6a 100644
--- a/incubator/matomo/0.0.1/helm-values.md
+++ b/incubator/matomo/0.0.2/helm-values.md
@@ -55,6 +55,8 @@ You will, however, be able to use all values referenced in the common chart here
| probes.startup.path | string | `"/index.php"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
+| service.https.enabled | bool | `true` | |
+| service.https.ports.https.enabled | bool | `true` | |
| service.https.ports.https.port | int | `10173` | |
| service.https.ports.https.protocol | string | `"HTTPS"` | |
| service.https.ports.https.targetPort | int | `10173` | |
diff --git a/incubator/matomo/0.0.1/ix_values.yaml b/incubator/matomo/0.0.2/ix_values.yaml
similarity index 98%
rename from incubator/matomo/0.0.1/ix_values.yaml
rename to incubator/matomo/0.0.2/ix_values.yaml
index 5730496eaa0..2fecb968af8 100644
--- a/incubator/matomo/0.0.1/ix_values.yaml
+++ b/incubator/matomo/0.0.2/ix_values.yaml
@@ -68,8 +68,10 @@ service:
port: 10172
targetPort: 10172
https:
+ enabled: true
ports:
https:
+ enabled: true
protocol: HTTPS
port: 10173
targetPort: 10173
diff --git a/incubator/matomo/0.0.1/questions.yaml b/incubator/matomo/0.0.2/questions.yaml
similarity index 100%
rename from incubator/matomo/0.0.1/questions.yaml
rename to incubator/matomo/0.0.2/questions.yaml
diff --git a/incubator/matomo/0.0.1/security.md b/incubator/matomo/0.0.2/security.md
similarity index 100%
rename from incubator/matomo/0.0.1/security.md
rename to incubator/matomo/0.0.2/security.md
diff --git a/incubator/matomo/0.0.1/templates/common.yaml b/incubator/matomo/0.0.2/templates/common.yaml
similarity index 100%
rename from incubator/matomo/0.0.1/templates/common.yaml
rename to incubator/matomo/0.0.2/templates/common.yaml
diff --git a/incubator/matomo/0.0.1/values.yaml b/incubator/matomo/0.0.2/values.yaml
similarity index 100%
rename from incubator/matomo/0.0.1/values.yaml
rename to incubator/matomo/0.0.2/values.yaml