Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
99
stable/docker/4.0.0/CHANGELOG.md
Normal file
99
stable/docker/4.0.0/CHANGELOG.md
Normal file
@@ -0,0 +1,99 @@
|
||||
---
|
||||
title: Changelog
|
||||
---
|
||||
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
## [docker-4.0.0](https://github.com/truecharts/charts/compare/docker-3.1.14...docker-4.0.0) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image docker to v25.0.0[@3c5c388](https://github.com/3c5c388) by renovate ([#17454](https://github.com/truecharts/charts/issues/17454))
|
||||
|
||||
|
||||
## [docker-3.1.14](https://github.com/truecharts/charts/compare/docker-3.1.13...docker-3.1.14) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409))
|
||||
|
||||
|
||||
## [docker-3.1.13](https://github.com/truecharts/charts/compare/docker-3.1.12...docker-3.1.13) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
|
||||
|
||||
|
||||
## [docker-3.1.12](https://github.com/truecharts/charts/compare/docker-3.1.11...docker-3.1.12) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image docker to v[@95443f4](https://github.com/95443f4) by renovate ([#17336](https://github.com/truecharts/charts/issues/17336))
|
||||
|
||||
|
||||
## [docker-3.1.11](https://github.com/truecharts/charts/compare/docker-3.1.10...docker-3.1.11) (2024-01-15)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image docker to 24.0.7-dind[@b42e6e3](https://github.com/b42e6e3) by renovate ([#17227](https://github.com/truecharts/charts/issues/17227))
|
||||
|
||||
|
||||
## [docker-3.1.10](https://github.com/truecharts/charts/compare/docker-3.1.9...docker-3.1.10) (2024-01-13)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image docker to 24.0.7-dind[@a293bf8](https://github.com/a293bf8) by renovate ([#17095](https://github.com/truecharts/charts/issues/17095))
|
||||
|
||||
|
||||
## [docker-3.1.9](https://github.com/truecharts/charts/compare/docker-3.1.8...docker-3.1.9) (2024-01-09)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986))
|
||||
|
||||
|
||||
## [docker-3.1.8](https://github.com/truecharts/charts/compare/docker-3.1.7...docker-3.1.8) (2024-01-08)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image docker to 24.0.7-dind[@eb59696](https://github.com/eb59696) by renovate ([#17028](https://github.com/truecharts/charts/issues/17028))
|
||||
|
||||
|
||||
## [docker-3.1.7](https://github.com/truecharts/charts/compare/docker-3.1.6...docker-3.1.7) (2024-01-05)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image docker to 24.0.7-dind[@2afebd1](https://github.com/2afebd1) by renovate ([#16898](https://github.com/truecharts/charts/issues/16898))
|
||||
|
||||
|
||||
## [docker-3.1.6](https://github.com/truecharts/charts/compare/docker-3.1.5...docker-3.1.6) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- force bump to ensure up-to-date catalogs
|
||||
|
||||
|
||||
35
stable/docker/4.0.0/Chart.yaml
Normal file
35
stable/docker/4.0.0/Chart.yaml
Normal file
@@ -0,0 +1,35 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: docker
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 25.0.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.26
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Dedicated App for using Docker-in-Docker
|
||||
home: https://truecharts.org/charts/stable/docker
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker.png
|
||||
keywords:
|
||||
- docker
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: docker
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/docker
|
||||
- https://hub.docker.com/_/docker
|
||||
type: application
|
||||
version: 4.0.0
|
||||
28
stable/docker/4.0.0/README.md
Normal file
28
stable/docker/4.0.0/README.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: README
|
||||
---
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/docker)
|
||||
|
||||
**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)**
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||
- 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](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
_All Rights Reserved - The TrueCharts Project_
|
||||
9
stable/docker/4.0.0/app-changelog.md
Normal file
9
stable/docker/4.0.0/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [docker-4.0.0](https://github.com/truecharts/charts/compare/docker-3.1.14...docker-4.0.0) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image docker to v25.0.0[@3c5c388](https://github.com/3c5c388) by renovate ([#17454](https://github.com/truecharts/charts/issues/17454))
|
||||
8
stable/docker/4.0.0/app-readme.md
Normal file
8
stable/docker/4.0.0/app-readme.md
Normal file
@@ -0,0 +1,8 @@
|
||||
Dedicated App for using Docker-in-Docker
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/docker](https://truecharts.org/charts/stable/docker)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
BIN
stable/docker/4.0.0/charts/common-17.2.26.tgz
Normal file
BIN
stable/docker/4.0.0/charts/common-17.2.26.tgz
Normal file
Binary file not shown.
56
stable/docker/4.0.0/ix_values.yaml
Normal file
56
stable/docker/4.0.0/ix_values.yaml
Normal file
@@ -0,0 +1,56 @@
|
||||
image:
|
||||
repository: docker
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 25.0.0-dind@sha256:3c5c38804aab5d3938ea3aa5be399276bbb3b8e04a5190183aa01be55641518c
|
||||
hostNetwork: true
|
||||
securityContext:
|
||||
container:
|
||||
privileged: true
|
||||
readOnlyRootFilesystem: false
|
||||
allowPrivilegeEscalation: true
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
fsGroup: 0
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
||||
type: ClusterIP
|
||||
ports:
|
||||
main:
|
||||
port: 2376
|
||||
type: https
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
initialDelaySeconds: 30
|
||||
type: tcp
|
||||
readiness:
|
||||
initialDelaySeconds: 30
|
||||
type: tcp
|
||||
startup:
|
||||
initialDelaySeconds: 30
|
||||
type: tcp
|
||||
env:
|
||||
DOCKER_TLS_CERTDIR: /certs
|
||||
type: StatefulSet
|
||||
replicas: 1
|
||||
strategy: RollingUpdate
|
||||
persistence:
|
||||
docker-certs-ca:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
volumeClaimTemplates:
|
||||
docker-certs-client:
|
||||
enabled: true
|
||||
mountPath: /certs/client
|
||||
docker:
|
||||
enabled: true
|
||||
mountPath: /var/lib/docker
|
||||
portal:
|
||||
open:
|
||||
enabled: false
|
||||
2190
stable/docker/4.0.0/questions.yaml
Normal file
2190
stable/docker/4.0.0/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1
stable/docker/4.0.0/templates/NOTES.txt
Normal file
1
stable/docker/4.0.0/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
||||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||
1
stable/docker/4.0.0/templates/common.yaml
Normal file
1
stable/docker/4.0.0/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
||||
0
stable/docker/4.0.0/values.yaml
Normal file
0
stable/docker/4.0.0/values.yaml
Normal file
99
stable/matomo/12.0.0/CHANGELOG.md
Normal file
99
stable/matomo/12.0.0/CHANGELOG.md
Normal file
@@ -0,0 +1,99 @@
|
||||
---
|
||||
title: Changelog
|
||||
---
|
||||
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
## [matomo-12.0.0](https://github.com/truecharts/charts/compare/matomo-11.1.12...matomo-12.0.0) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image bitnami/matomo to v5.0.1[@74ca3af](https://github.com/74ca3af) by renovate ([#17453](https://github.com/truecharts/charts/issues/17453))
|
||||
|
||||
|
||||
## [matomo-11.1.12](https://github.com/truecharts/charts/compare/matomo-11.1.11...matomo-11.1.12) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409))
|
||||
|
||||
|
||||
## [matomo-11.1.11](https://github.com/truecharts/charts/compare/matomo-11.1.10...matomo-11.1.11) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
|
||||
|
||||
|
||||
## [matomo-11.1.10](https://github.com/truecharts/charts/compare/matomo-11.1.9...matomo-11.1.10) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image bitnami/matomo to v[@3ba4a01](https://github.com/3ba4a01) by renovate ([#17327](https://github.com/truecharts/charts/issues/17327))
|
||||
|
||||
|
||||
|
||||
|
||||
## [matomo-11.1.9](https://github.com/truecharts/charts/compare/matomo-11.1.8...matomo-11.1.9) (2024-01-09)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986))
|
||||
|
||||
|
||||
## [matomo-11.1.8](https://github.com/truecharts/charts/compare/matomo-11.1.7...matomo-11.1.8) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820))
|
||||
|
||||
|
||||
## [matomo-11.1.7](https://github.com/truecharts/charts/compare/matomo-11.1.6...matomo-11.1.7) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- force bump to ensure up-to-date catalogs
|
||||
|
||||
|
||||
## [matomo-11.1.6](https://github.com/truecharts/charts/compare/matomo-11.1.5...matomo-11.1.6) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update helm general non-major by renovate ([#16743](https://github.com/truecharts/charts/issues/16743))
|
||||
|
||||
|
||||
## [matomo-11.1.5](https://github.com/truecharts/charts/compare/matomo-11.1.4...matomo-11.1.5) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- increase common version for oci fixes
|
||||
|
||||
|
||||
## [matomo-11.1.4](https://github.com/truecharts/charts/compare/matomo-11.1.3...matomo-11.1.4) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update helm general non-major by renovate ([#16734](https://github.com/truecharts/charts/issues/16734))
|
||||
44
stable/matomo/12.0.0/Chart.yaml
Normal file
44
stable/matomo/12.0.0/Chart.yaml
Normal file
@@ -0,0 +1,44 @@
|
||||
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.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 5.0.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.26
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: mariadb
|
||||
version: 12.1.6
|
||||
repository: https://deps.truecharts.org/
|
||||
condition: mariadb.enabled
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
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
|
||||
keywords:
|
||||
- analytics
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: matomo
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-matomo
|
||||
- https://github.com/matomo-org/matomo
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/matomo
|
||||
- https://hub.docker.com/r/bitnami/matomo
|
||||
type: application
|
||||
version: 12.0.0
|
||||
28
stable/matomo/12.0.0/README.md
Normal file
28
stable/matomo/12.0.0/README.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: README
|
||||
---
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, 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)**
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||
- 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](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
_All Rights Reserved - The TrueCharts Project_
|
||||
9
stable/matomo/12.0.0/app-changelog.md
Normal file
9
stable/matomo/12.0.0/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [matomo-12.0.0](https://github.com/truecharts/charts/compare/matomo-11.1.12...matomo-12.0.0) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image bitnami/matomo to v5.0.1[@74ca3af](https://github.com/74ca3af) by renovate ([#17453](https://github.com/truecharts/charts/issues/17453))
|
||||
8
stable/matomo/12.0.0/app-readme.md
Normal file
8
stable/matomo/12.0.0/app-readme.md
Normal file
@@ -0,0 +1,8 @@
|
||||
Matomo is the leading Free/Libre open analytics platform
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/matomo](https://truecharts.org/charts/stable/matomo)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
BIN
stable/matomo/12.0.0/charts/common-17.2.26.tgz
Normal file
BIN
stable/matomo/12.0.0/charts/common-17.2.26.tgz
Normal file
Binary file not shown.
BIN
stable/matomo/12.0.0/charts/mariadb-12.1.6.tgz
Normal file
BIN
stable/matomo/12.0.0/charts/mariadb-12.1.6.tgz
Normal file
Binary file not shown.
96
stable/matomo/12.0.0/ix_values.yaml
Normal file
96
stable/matomo/12.0.0/ix_values.yaml
Normal file
@@ -0,0 +1,96 @@
|
||||
image:
|
||||
repository: bitnami/matomo
|
||||
tag: 5.0.1@sha256:74ca3af8892b286dc9906163b0bf5529cf78e778f80879971a70b0fe1197dc01
|
||||
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:
|
||||
secretKeyRef:
|
||||
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
|
||||
2992
stable/matomo/12.0.0/questions.yaml
Normal file
2992
stable/matomo/12.0.0/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1
stable/matomo/12.0.0/templates/NOTES.txt
Normal file
1
stable/matomo/12.0.0/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
||||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||
1
stable/matomo/12.0.0/templates/common.yaml
Normal file
1
stable/matomo/12.0.0/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
||||
0
stable/matomo/12.0.0/values.yaml
Normal file
0
stable/matomo/12.0.0/values.yaml
Normal file
Reference in New Issue
Block a user