Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-03-09 23:48:02 +00:00
parent 631f91ce1f
commit cbba5ca383
15 changed files with 24 additions and 12 deletions

View File

@ -1,10 +0,0 @@
# Changelog<br>
<a name="matomo-0.0.1"></a>
### matomo-0.0.1 (2022-03-09)
#### Feat
* Add matomo ([#2115](https://github.com/truecharts/apps/issues/2115))

View File

@ -0,0 +1,18 @@
# Changelog<br>
<a name="matomo-0.0.2"></a>
### [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))
<a name="matomo-0.0.1"></a>
### matomo-0.0.1 (2022-03-09)
#### Feat
* Add matomo ([#2115](https://github.com/truecharts/apps/issues/2115))

View File

@ -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"

View File

@ -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

View File

@ -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` | |

View File

@ -68,8 +68,10 @@ service:
port: 10172
targetPort: 10172
https:
enabled: true
ports:
https:
enabled: true
protocol: HTTPS
port: 10173
targetPort: 10173