chore(deps): update container image tccr.io/truecharts/matomo to v4.15.1 (#11255)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/truecharts/matomo](https://togithub.com/truecharts/containers) | patch | `v4.15.0` -> `v4.15.1` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4zMy41IiwidXBkYXRlZEluVmVyIjoiMzYuMzMuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9--> --------- Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros kois <s.kois@outlook.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
apiVersion: v2
|
||||
appVersion: "4.15.0"
|
||||
appVersion: "4.15.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 14.0.1
|
||||
version: 14.0.6
|
||||
- condition: mariadb.enabled
|
||||
name: mariadb
|
||||
repository: https://deps.truecharts.org/
|
||||
version: 7.0.70
|
||||
version: 9.0.25
|
||||
description: Matomo is the leading Free/Libre open analytics platform
|
||||
home: https://truecharts.org/charts/stable/matomo
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/matomo.png
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/matomo
|
||||
- https://github.com/bitnami/bitnami-docker-matomo
|
||||
- https://github.com/matomo-org/matomo
|
||||
version: 8.0.0
|
||||
version: 8.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
||||
|
||||
@@ -1,40 +1,15 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/matomo
|
||||
tag: v4.15.0@sha256:40ad3f22a62ab52036f064587ff26f5727e517ba87128c98e48bf63ac1fa5e74
|
||||
tag: v4.15.1@sha256:63126e306918e1fa69bb9e13f4a01e68657fbc9f3b8f5ea397a0d13be6229bce
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: http
|
||||
port: 10172
|
||||
targetPort: 10172
|
||||
https:
|
||||
enabled: true
|
||||
ports:
|
||||
https:
|
||||
enabled: true
|
||||
protocol: https
|
||||
port: 10173
|
||||
targetPort: 10173
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: "/bitnami/matomo"
|
||||
mariadb:
|
||||
enabled: true
|
||||
mariadbUsername: matomo
|
||||
mariadbDatabase: matomo
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
@@ -48,7 +23,6 @@ workload:
|
||||
startup:
|
||||
path: "/index.php"
|
||||
env:
|
||||
BITNAMI_DEBUG: true
|
||||
APACHE_HTTP_PORT_NUMBER: "{{ .Values.service.main.ports.main.port }}"
|
||||
APACHE_HTTPS_PORT_NUMBER: "{{ .Values.service.https.ports.https.port }}"
|
||||
MATOMO_DATABASE_PORT_NUMBER: 3306
|
||||
@@ -96,3 +70,33 @@ workload:
|
||||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
|
||||
key: mariadb-password
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: http
|
||||
port: 10172
|
||||
targetPort: 10172
|
||||
https:
|
||||
enabled: true
|
||||
ports:
|
||||
https:
|
||||
enabled: true
|
||||
protocol: https
|
||||
port: 10173
|
||||
targetPort: 10173
|
||||
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: "/bitnami/matomo"
|
||||
|
||||
mariadb:
|
||||
enabled: true
|
||||
mariadbUsername: matomo
|
||||
mariadbDatabase: matomo
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user