Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update container image bitnami/matomo to 4.16.0@97f0d49 by renovate #16395

Merged
merged 1 commit into from Dec 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
62 changes: 31 additions & 31 deletions charts/stable/matomo/Chart.yaml
@@ -1,44 +1,44 @@
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: matomo
version: 9.0.12
version: 9.0.13
appVersion: 4.16.0
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
deprecated: false
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/matomo
- https://hub.docker.com/r/bitnami/matomo
- https://github.com/matomo-org/matomo
- https://github.com/bitnami/bitnami-docker-matomo
- https://hub.docker.com/r/bitnami/matomo
- https://github.com/matomo-org/matomo
- https://github.com/bitnami/bitnami-docker-matomo
- https://github.com/truecharts/charts/tree/master/charts/stable/matomo
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- analytics
- analytics
dependencies:
- name: common
version: 16.2.21
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
- name: mariadb
version: 11.0.17
repository: https://deps.truecharts.org/
condition: mariadb.enabled
alias: ""
tags: []
import-values: []
- name: common
version: 16.2.21
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
- name: mariadb
version: 11.0.17
repository: https://deps.truecharts.org/
condition: mariadb.enabled
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: productivity
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: stable
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: productivity
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: stable
type: application
2 changes: 1 addition & 1 deletion charts/stable/matomo/values.yaml
@@ -1,6 +1,6 @@
image:
repository: bitnami/matomo
tag: 4.16.0@sha256:82807b0d0aabf37cb5236709d72eb60cf96538ea6207a2a6ff0096263e462f4f
tag: 4.16.0@sha256:97f0d4935cdbc3c51f5b6ba4e4f60f3ce0ed219fcefcb825f29b077483ccf1f3
pullPolicy: IfNotPresent
securityContext:
container:
Expand Down