Skip to content

Commit

Permalink
chore(deps): update container image tccr.io/truecharts/matomo to v4.1…
Browse files Browse the repository at this point in the history
…5.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>
  • Loading branch information
3 people authored Oct 7, 2023
1 parent 10052f3 commit 4c7fae1
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 32 deletions.
8 changes: 4 additions & 4 deletions charts/stable/matomo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
60 changes: 32 additions & 28 deletions charts/stable/matomo/values.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 4c7fae1

Please sign in to comment.