fix(charts): Bitnami (#39222)

**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
This commit is contained in:
Alfred Göppel
2025-09-07 13:52:24 +02:00
committed by GitHub
parent cafebc7bef
commit 1ff26550ec
33 changed files with 1782 additions and 26 deletions
File diff suppressed because it is too large Load Diff
+46
View File
@@ -0,0 +1,46 @@
annotations:
artifacthub.io/links: |-
- name: support
url: https://discord.com/invite/tVsPTHWTtr
max_scale_version: 24.04.1
min_scale_version: 24.04.0
truecharts.org/category: productivity
truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable
apiVersion: v2
appVersion: 5.4.0
dependencies:
- name: common
version: 28.16.6
repository: oci://oci.trueforge.org/truecharts
condition: ""
alias: ""
tags: []
import-values: []
- name: mariadb
version: 16.3.2
repository: oci://oci.trueforge.org/truecharts
condition: mariadb.enabled
alias: ""
tags: []
import-values: []
deprecated: true
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.webp
keywords:
- analytics
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: matomo
sources:
- https://gallery.ecr.aws/bitnami/matomo
- https://github.com/bitnami/bitnami-docker-matomo
- https://github.com/matomo-org/matomo
- https://github.com/truecharts/charts/tree/master/charts/stable/matomo
type: application
version: 16.7.4
+50
View File
@@ -0,0 +1,50 @@
---
title: README
---
## General Info
For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/matomo)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Installation
### Helm-Chart installation
To install TrueCharts Helm charts using Helm, you can use our OCI Repository.
`helm install mychart oci://oci.trueforge.org/truecharts/matomo`
For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides)
## Chart Specific Guides and information
All our charts have dedicated documentation pages.
The documentation for this chart can be found here:
https://truecharts.org/charts/stable/matomo
## Configuration Options
To view the chart specific options, please view Values.yaml included in the chart.
The most recent version of which, is available here: https://github.com/truecharts/public/blob/master/charts/stable/matomo/values.yaml
All our Charts use a shared "common" library chart that contains most of the templating and options.
For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](/common)
For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/truecharts/public/blob/master/charts/library/common/values.yaml
## Support
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
Binary file not shown.

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

@@ -0,0 +1 @@
{{ include "tc.v1.common.loader.all" . }}
+89
View File
@@ -0,0 +1,89 @@
image:
repository: public.ecr.aws/bitnami/matomo
tag: 5.4.0@sha256:9a30a643a13969e97ef06fcc131ccbd40de1f5d0c77eec4067505dc778d2272a
pullPolicy: IfNotPresent
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
path: "/index.php"
readiness:
path: "/index.php"
startup:
path: "/index.php"
env:
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
MATOMO_DATABASE_NAME: "{{ .Values.mariadb.mariadbDatabase }}"
MATOMO_DATABASE_USER: "{{ .Values.mariadb.mariadbUsername }}"
PHP_DATE_TIMEZONE: "{{ .Values.TZ }}"
# User / Site Config
MATOMO_USERNAME: "admin"
MATOMO_PASSWORD: "password"
MATOMO_EMAIL: "myemail@example.com"
MATOMO_WEBSITE_NAME: "My Website"
MATOMO_WEBSITE_HOST: "https://web.example.com"
MATOMO_HOST: "127.0.0.1"
# Reverse Proxy Config
MATOMO_ENABLE_PROXY_URI_HEADER: false
MATOMO_ENABLE_ASSUME_SECURE_PROTOCOL: false
MATOMO_ENABLE_FORCE_SSL: false
# No defaults, but usually this header is used
# MATOMO_PROXY_CLIENT_HEADER: "HTTP_X_FORWARDED_FOR"
# SMTP Config
MATOMO_SMTP_HOST: ""
MATOMO_SMTP_PORT: ""
MATOMO_SMTP_USER: ""
MATOMO_SMTP_PASSWORD: ""
# Available protocols are: "ssl", "tls", "none"
MATOMO_SMTP_PROTOCOL: ""
# Available mechanisms are: "Plain", "Login", "Crammd5"
MATOMO_SMTP_AUTH: "Plain"
# PHP Config
PHP_MEMORY_LIMIT: "2048M"
PHP_ENABLE_OPCACHE: true
# PHP_EXPOSE_PHP:
# PHP_MAX_EXECUTION_TIME:
# PHP_MAX_INPUT_TIME:
# PHP_MAX_INPUT_VARS:
# PHP_POST_MAX_SIZE:
# PHP_UPLOAD_MAX_FILESIZE:
MATOMO_DATABASE_HOST:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
key: plainhost
MATOMO_DATABASE_PASSWORD: "{{ .Values.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
+32
View File
@@ -0,0 +1,32 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# OWNERS file for Kubernetes
OWNERS
# helm-docs templates
*.gotmpl
# docs folder
/docs
# icon
icon.png
icon.webp
icon-small.webp

Before

Width:  |  Height:  |  Size: 696 B

After

Width:  |  Height:  |  Size: 696 B

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}
+1 -2
View File
@@ -40,5 +40,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/mariadb
- https://mariadb.org
type: application
version: 17.0.3
version: 17.1.0
+2 -2
View File
@@ -1,7 +1,7 @@
image:
repository: public.ecr.aws/bitnami/mariadb
repository: docker.io/bitnamisecure/mariadb
pullPolicy: IfNotPresent
tag: 12.0.2@sha256:cf7ca99fdd78d55df34b39c97d2f77224f706a3399a1d495577d500f5ea96bde
tag: latest@sha256:27084e05fcdc2ff36ca22d2178a51a0c02efdf02b0d9355cfbce033f2cebf863
workload:
main:
podSpec:
+1 -2
View File
@@ -37,5 +37,4 @@ sources:
- https://github.com/bitnami/bitnami-docker-memcached
- https://github.com/truecharts/charts/tree/master/charts/stable/memcached
type: application
version: 16.3.5
version: 16.4.0
+2 -2
View File
@@ -1,7 +1,7 @@
image:
repository: public.ecr.aws/bitnami/memcached
repository: docker.io/bitnamisecure/memcached
pullPolicy: IfNotPresent
tag: 1.6.39@sha256:a1c6e44d399db315f1d2bee45ea3c2113a75e4276ba6b5e9135347d1610d1bcd
tag: latest@sha256:36ca590cce4868e2e4c7e274bea48dc99ff8d0fa69cc49d0a80996b10a6c448a
service:
main:
+1 -2
View File
@@ -38,5 +38,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/mongodb
- https://www.mongodb.com
type: application
version: 16.3.7
version: 16.4.0
+2 -2
View File
@@ -1,7 +1,7 @@
image:
repository: public.ecr.aws/bitnami/mongodb
repository: docker.io/bitnamisecure/mongodb
pullPolicy: IfNotPresent
tag: 8.0.13@sha256:2579e968033ec9f97035e91a215a4fb3943eb706eb3871b3d0d1d072e2f45605
tag: latest@sha256:de7b511dd6887cd25ef1a7b7e2d165d6de35a19253da2b8aa3dec518e0b15035
workload:
main:
+1 -2
View File
@@ -36,5 +36,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/phpmyadmin
- https://hub.docker.com/_/phpmyadmin
type: application
version: 8.3.5
version: 8.3.6
+1 -1
View File
@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: docker.io/phpmyadmin
tag: 5.2.2@sha256:c23c54bd48ace4a01761cadd61239ccecd2996a1a893caec6faf96ef08e11d6c
tag: 5.2.2@sha256:efe7c91bca6543aea18ff58e9d44a831a168963469b28a08a7292f271456b9cd
securityContext:
container:
+1 -2
View File
@@ -37,5 +37,4 @@ sources:
- https://github.com/bitnami/bitnami-docker-redis
- https://github.com/truecharts/charts/tree/master/charts/stable/redis
type: application
version: 17.4.7
version: 17.5.0
+2 -2
View File
@@ -1,7 +1,7 @@
image:
repository: public.ecr.aws/bitnami/redis
repository: docker.io/bitnamisecure/redis
pullPolicy: IfNotPresent
tag: 8.2.1@sha256:fb9dbf340b87581a26e2a8a793e73ca846fed253e6070bc246e8cb5d1c82f427
tag: latest@sha256:b4e7e4a59e6686e394292a8d811910bdc118daff4e759c4955f26c7406fba958
workload:
main:
+1 -2
View File
@@ -39,5 +39,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/redmine
- https://hub.docker.com/_/redmine
type: application
version: 15.3.5
version: 15.3.6
+1 -1
View File
@@ -1,7 +1,7 @@
image:
repository: docker.io/redmine
pullPolicy: IfNotPresent
tag: 6.0.6@sha256:f902f96a09b0d3895a8e5644415cc5c2b14eb92b29f14d8902d07a6d1731a1bf
tag: 6.0.6@sha256:54cc630420df62df53480eb2273ceb5285e1f3eadf0d995ffd74e444dd584a89
redmine:
plugins_migrate: true
no_db_migrate: false
+1 -2
View File
@@ -43,5 +43,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/wordpress
- https://www.wordpress.org
type: application
version: 10.6.10
version: 10.7.10
+2 -2
View File
@@ -1,7 +1,7 @@
image:
repository: public.ecr.aws/bitnami/wordpress
repository: docker.io/bitnamisecure/wordpress
pullPolicy: IfNotPresent
tag: 6.8.2@sha256:80a553374a0a500fa94b36c66f78a7f0a2fa89ca4159c736b93a472733d012e4
tag: latest@sha256:1e03d7ec0298bc5e473654c353b516135cd331dcfe7a364aa1b4d8023c6024e3
securityContext:
container:
readOnlyRootFilesystem: false