Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
15f5b32b78
commit
997ebc8db1
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [mongodb-10.0.17](https://github.com/truecharts/charts/compare/mongodb-10.0.16...mongodb-10.0.17) (2023-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image bitnami/mongodb to 7.0.4[@440db80](https://github.com/440db80) by renovate ([#16396](https://github.com/truecharts/charts/issues/16396))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mongodb-10.0.16](https://github.com/truecharts/charts/compare/mongodb-10.0.15...mongodb-10.0.16) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 16.2.21 by renovate ([#16381](https://github.com/truecharts/charts/issues/16381))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mongodb-10.0.15](https://github.com/truecharts/charts/compare/mongodb-10.0.14...mongodb-10.0.15) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 16.2.20 by renovate ([#16375](https://github.com/truecharts/charts/issues/16375))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mongodb-10.0.14](https://github.com/truecharts/charts/compare/mongodb-10.0.13...mongodb-10.0.14) (2023-12-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 16.2.17 by renovate ([#16372](https://github.com/truecharts/charts/issues/16372))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mongodb-10.0.13](https://github.com/truecharts/charts/compare/mongodb-10.0.12...mongodb-10.0.13) (2023-12-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 16.2.16 by renovate ([#16371](https://github.com/truecharts/charts/issues/16371))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mongodb-10.0.12](https://github.com/truecharts/charts/compare/mongodb-10.0.11...mongodb-10.0.12) (2023-12-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 16.2.15 by renovate ([#16367](https://github.com/truecharts/charts/issues/16367))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mongodb-10.0.11](https://github.com/truecharts/charts/compare/mongodb-10.0.10...mongodb-10.0.11) (2023-12-22)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 16.2.13 by renovate ([#16360](https://github.com/truecharts/charts/issues/16360))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mongodb-10.0.10](https://github.com/truecharts/charts/compare/mongodb-10.0.9...mongodb-10.0.10) (2023-12-22)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 16.2.12 by renovate ([#16358](https://github.com/truecharts/charts/issues/16358))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mongodb-10.0.9](https://github.com/truecharts/charts/compare/mongodb-10.0.8...mongodb-10.0.9) (2023-12-22)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 16.2.10 by renovate ([#16349](https://github.com/truecharts/charts/issues/16349))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mongodb-10.0.8](https://github.com/truecharts/charts/compare/mongodb-10.0.7...mongodb-10.0.8) (2023-12-22)
|
||||
|
||||
### Fix
|
||||
|
||||
- expose custom options for homepage integration
|
||||
|
||||
|
||||
|
||||
|
||||
## [mongodb-10.0.7](https://github.com/truecharts/charts/compare/mongodb-10.0.6...mongodb-10.0.7) (2023-12-21)
|
||||
|
||||
### Fix
|
|
@ -0,0 +1,39 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: mongodb
|
||||
version: 10.0.17
|
||||
appVersion: 7.0.4
|
||||
description: Fast, reliable, scalable, and easy to use open-source no-sql database system.
|
||||
home: https://truecharts.org/charts/dependency/mongodb
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/mongodb.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/mongodb
|
||||
- https://hub.docker.com/r/bitnami/mongodb
|
||||
- https://www.mongodb.com
|
||||
- https://github.com/bitnami/bitnami-docker-mongodb
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- mongodb
|
||||
- database
|
||||
- nosql
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 16.2.21
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
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: database
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dependency
|
||||
type: application
|
|
@ -0,0 +1,27 @@
|
|||
# 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/dependency/mongodb)
|
||||
|
||||
**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*
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [mongodb-10.0.17](https://github.com/truecharts/charts/compare/mongodb-10.0.16...mongodb-10.0.17) (2023-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image bitnami/mongodb to 7.0.4[@440db80](https://github.com/440db80) by renovate ([#16396](https://github.com/truecharts/charts/issues/16396))
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
Fast, reliable, scalable, and easy to use open-source no-sql database system.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/dependency/mongodb](https://truecharts.org/charts/dependency/mongodb)
|
||||
|
||||
---
|
||||
|
||||
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!
|
|
@ -0,0 +1,106 @@
|
|||
image:
|
||||
repository: bitnami/mongodb
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 7.0.4@sha256:440db80758c8b9289e74d3bfefb3072923d24a94734a2bc80329eb2fd0af0c4f
|
||||
workload:
|
||||
main:
|
||||
replicas: 1
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
MONGODB_USERNAME: "{{ .Values.mongodbUsername }}"
|
||||
MONGODB_DATABASE: "{{ .Values.mongodbDatabase }}"
|
||||
MONGODB_PASSWORD:
|
||||
secretKeyRef:
|
||||
expandObjectName: "{{ if .Values.mongodbPassword }}true{{ else }}false{{ end }}"
|
||||
name: '{{ if .Values.mongodbPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "mongodbcreds" }}{{ end }}'
|
||||
key: "mongodb-password"
|
||||
MONGODB_ROOT_PASSWORD:
|
||||
secretKeyRef:
|
||||
expandObjectName: "{{ if .Values.mongodbPassword }}true{{ else }}false{{ end }}"
|
||||
name: '{{ if .Values.mongodbPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "mongodbcreds" }}{{ end }}'
|
||||
key: "mongodb-root-password"
|
||||
# -- Probe configuration
|
||||
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
|
||||
# @default -- See below
|
||||
probes:
|
||||
# -- Liveness probe configuration
|
||||
# @default -- See below
|
||||
liveness:
|
||||
# -- Enable the liveness probe
|
||||
enabled: true
|
||||
# -- Set this to `true` if you wish to specify your own livenessProbe
|
||||
custom: true
|
||||
# -- The spec field contains the values for the default livenessProbe.
|
||||
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
|
||||
# @default -- See below
|
||||
spec:
|
||||
exec:
|
||||
command:
|
||||
- /bin/bash
|
||||
- -ec
|
||||
- echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet
|
||||
# -- Redainess probe configuration
|
||||
# @default -- See below
|
||||
readiness:
|
||||
# -- Enable the readiness probe
|
||||
enabled: true
|
||||
# -- Set this to `true` if you wish to specify your own readinessProbe
|
||||
custom: true
|
||||
# -- The spec field contains the values for the default readinessProbe.
|
||||
# If you selected `custom: true`, this field holds the definition of the readinessProbe.
|
||||
# @default -- See below
|
||||
spec:
|
||||
exec:
|
||||
command:
|
||||
- /bin/bash
|
||||
- -ec
|
||||
- echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet
|
||||
# -- Startup probe configuration
|
||||
# @default -- See below
|
||||
startup:
|
||||
# -- Enable the startup probe
|
||||
enabled: true
|
||||
custom: true
|
||||
# -- The spec field contains the values for the default livenessProbe.
|
||||
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
|
||||
# @default -- See below
|
||||
spec:
|
||||
exec:
|
||||
command:
|
||||
- /bin/bash
|
||||
- -ec
|
||||
- echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 27017
|
||||
targetPort: 27017
|
||||
securityContext:
|
||||
container:
|
||||
runAsGroup: 0
|
||||
readOnlyRootFilesystem: false
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: "/bitnami/mongodb"
|
||||
mongodbUsername: "test"
|
||||
mongodbDatabase: "test"
|
||||
mongodbRootPassword: "testroot"
|
||||
# -- Secret or password
|
||||
# One of these options is required, unless used as a dependency for another TrueCharts chart.
|
||||
mongodbPassword: ""
|
||||
existingSecret: ""
|
||||
secret:
|
||||
credentials:
|
||||
enabled: true
|
||||
data:
|
||||
mongodb-password: '{{ ( .Values.mongodbPassword | default "empty" ) }}'
|
||||
mongodb-root-password: '{{ ( .Values.mongodbRootPassword | default "empty" ) }}'
|
||||
portal:
|
||||
open:
|
||||
enabled: false
|
||||
manifestManager:
|
||||
enabled: false
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.loader.all" . }}
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [solr-8.0.16](https://github.com/truecharts/charts/compare/solr-8.0.15...solr-8.0.16) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 16.2.21 by renovate ([#16381](https://github.com/truecharts/charts/issues/16381))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [solr-8.0.17](https://github.com/truecharts/charts/compare/solr-8.0.16...solr-8.0.17) (2023-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image bitnami/solr to 9.4.0[@2ea4481](https://github.com/2ea4481) by renovate ([#16397](https://github.com/truecharts/charts/issues/16397))
|
||||
|
||||
|
||||
|
||||
|
||||
## [solr-8.0.16](https://github.com/truecharts/charts/compare/solr-8.0.15...solr-8.0.16) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [solr-8.0.7](https://github.com/truecharts/charts/compare/solr-8.0.6...solr-8.0.7) (2023-12-21)
|
||||
|
||||
### Fix
|
||||
|
||||
- bump to release middleware fix
|
||||
|
||||
|
||||
|
||||
|
||||
## [solr-8.0.6](https://github.com/truecharts/charts/compare/solr-8.0.5...solr-8.0.6) (2023-12-21)
|
||||
|
||||
### Chore
|
|
@ -1,7 +1,7 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: solr
|
||||
version: 8.0.16
|
||||
version: 8.0.17
|
||||
appVersion: 9.4.0
|
||||
description: Apache Solr
|
||||
home: https://truecharts.org/charts/dependency/solr
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [solr-8.0.17](https://github.com/truecharts/charts/compare/solr-8.0.16...solr-8.0.17) (2023-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image bitnami/solr to 9.4.0[@2ea4481](https://github.com/2ea4481) by renovate ([#16397](https://github.com/truecharts/charts/issues/16397))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: bitnami/solr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 9.4.0@sha256:3a4822a6a764b058c8e2954a2ccfc3a60381a1276ae533e93851573c39c29054
|
||||
tag: 9.4.0@sha256:2ea44811d297c527c9dd89c766184916b952de56bb023b2e4c13697197e96d8e
|
||||
workload:
|
||||
main:
|
||||
replicas: 1
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [adminer-6.0.11](https://github.com/truecharts/charts/compare/adminer-6.0.10...adminer-6.0.11) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16384](https://github.com/truecharts/charts/issues/16384))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [adminer-6.0.12](https://github.com/truecharts/charts/compare/adminer-6.0.11...adminer-6.0.12) (2023-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image adminer to latest[@fcb4f9e](https://github.com/fcb4f9e) by renovate ([#16392](https://github.com/truecharts/charts/issues/16392))
|
||||
|
||||
|
||||
|
||||
|
||||
## [adminer-6.0.11](https://github.com/truecharts/charts/compare/adminer-6.0.10...adminer-6.0.11) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [adminer-6.0.2](https://github.com/truecharts/charts/compare/adminer-6.0.1...adminer-6.0.2) (2023-12-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16341](https://github.com/truecharts/charts/issues/16341))
|
||||
|
||||
|
||||
|
||||
|
||||
## [adminer-6.0.1](https://github.com/truecharts/charts/compare/adminer-6.0.0...adminer-6.0.1) (2023-12-20)
|
||||
|
||||
### Chore
|
|
@ -1,16 +1,16 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: adminer
|
||||
version: 6.0.11
|
||||
version: 6.0.12
|
||||
appVersion: latest
|
||||
description: Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP.
|
||||
home: https://truecharts.org/charts/stable/adminer
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/adminer.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/vrana/adminer
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/adminer
|
||||
- https://hub.docker.com/_/adminer
|
||||
- https://github.com/vrana/adminer
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [adminer-6.0.12](https://github.com/truecharts/charts/compare/adminer-6.0.11...adminer-6.0.12) (2023-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image adminer to latest[@fcb4f9e](https://github.com/fcb4f9e) by renovate ([#16392](https://github.com/truecharts/charts/issues/16392))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: adminer
|
||||
tag: latest@sha256:0ce7583815dabdd9f560ee0afed630ecb33df6756f4b66c85c197011559a0248
|
||||
tag: latest@sha256:fcb4f9e5124cf48fd12d5e3fbf8bc37a17fd8d9c2fefbce4b713d2eb6a220377
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [babybuddy-14.0.12](https://github.com/truecharts/charts/compare/babybuddy-14.0.11...babybuddy-14.0.12) (2023-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/linuxserver/babybuddy to 2.1.2[@40a418f](https://github.com/40a418f) by renovate ([#16406](https://github.com/truecharts/charts/issues/16406))
|
||||
|
||||
|
||||
|
||||
|
||||
## [babybuddy-14.0.11](https://github.com/truecharts/charts/compare/babybuddy-14.0.10...babybuddy-14.0.11) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16384](https://github.com/truecharts/charts/issues/16384))
|
||||
|
||||
|
||||
|
||||
|
||||
## [babybuddy-14.0.10](https://github.com/truecharts/charts/compare/babybuddy-14.0.9...babybuddy-14.0.10) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16376](https://github.com/truecharts/charts/issues/16376))
|
||||
|
||||
|
||||
|
||||
|
||||
## [babybuddy-14.0.9](https://github.com/truecharts/charts/compare/babybuddy-14.0.8...babybuddy-14.0.9) (2023-12-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16373](https://github.com/truecharts/charts/issues/16373))
|
||||
|
||||
|
||||
|
||||
|
||||
## [babybuddy-14.0.8](https://github.com/truecharts/charts/compare/babybuddy-14.0.7...babybuddy-14.0.8) (2023-12-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16369](https://github.com/truecharts/charts/issues/16369))
|
||||
|
||||
|
||||
|
||||
|
||||
## [babybuddy-14.0.7](https://github.com/truecharts/charts/compare/babybuddy-14.0.6...babybuddy-14.0.7) (2023-12-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16361](https://github.com/truecharts/charts/issues/16361))
|
||||
|
||||
|
||||
|
||||
|
||||
## [babybuddy-14.0.6](https://github.com/truecharts/charts/compare/babybuddy-14.0.5...babybuddy-14.0.6) (2023-12-22)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16359](https://github.com/truecharts/charts/issues/16359))
|
||||
|
||||
|
||||
|
||||
|
||||
## [babybuddy-14.0.5](https://github.com/truecharts/charts/compare/babybuddy-14.0.4...babybuddy-14.0.5) (2023-12-22)
|
||||
|
||||
### Fix
|
||||
|
||||
- expose custom options for homepage integration
|
||||
|
||||
|
||||
|
||||
|
||||
## [babybuddy-14.0.4](https://github.com/truecharts/charts/compare/babybuddy-14.0.3...babybuddy-14.0.4) (2023-12-21)
|
||||
|
||||
### Fix
|
||||
|
||||
- bump to release middleware fix
|
||||
|
||||
|
||||
|
||||
|
||||
## [babybuddy-14.0.3](https://github.com/truecharts/charts/compare/babybuddy-14.0.2...babybuddy-14.0.3) (2023-12-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump everything to ensure patches are applied globally
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure the cnpg GUI is included on CNPG apps
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,40 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: babybuddy
|
||||
version: 14.0.12
|
||||
appVersion: 2.1.2
|
||||
description: Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.
|
||||
home: https://truecharts.org/charts/stable/babybuddy
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/babybuddy.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/babybuddy/babybuddy
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/babybuddy
|
||||
- https://ghcr.io/linuxserver/babybuddy
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- baby
|
||||
- buddy
|
||||
- tracker
|
||||
- parents
|
||||
- parenting
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 16.2.21
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
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: media
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
type: application
|
|
@ -0,0 +1,27 @@
|
|||
# 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/babybuddy)
|
||||
|
||||
**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*
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [babybuddy-14.0.12](https://github.com/truecharts/charts/compare/babybuddy-14.0.11...babybuddy-14.0.12) (2023-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/linuxserver/babybuddy to 2.1.2[@40a418f](https://github.com/40a418f) by renovate ([#16406](https://github.com/truecharts/charts/issues/16406))
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/babybuddy](https://truecharts.org/charts/stable/babybuddy)
|
||||
|
||||
---
|
||||
|
||||
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!
|
|
@ -0,0 +1,48 @@
|
|||
image:
|
||||
repository: ghcr.io/linuxserver/babybuddy
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.1.2@sha256:40a418f7c46e191d7ea22fc36c4309c4d52544a1d65d41650d12064dffed6fff
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10069
|
||||
protocol: http
|
||||
targetPort: 8000
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
DB_ENGINE: "django.db.backends.postgresql"
|
||||
DB_NAME: "{{ .Values.cnpg.main.database }}"
|
||||
DB_USER: "{{ .Values.cnpg.main.user }}"
|
||||
DB_PORT: "5432"
|
||||
CSRF_TRUSTED_ORIGINS: ""
|
||||
DB_PASSWORD:
|
||||
secretKeyRef:
|
||||
name: cnpg-main-user
|
||||
key: password
|
||||
DB_HOST:
|
||||
secretKeyRef:
|
||||
name: cnpg-main-urls
|
||||
key: host
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
cnpg:
|
||||
main:
|
||||
enabled: true
|
||||
user: babybuddy
|
||||
database: babybuddy
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [beets-9.0.11](https://github.com/truecharts/charts/compare/beets-9.0.10...beets-9.0.11) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16384](https://github.com/truecharts/charts/issues/16384))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [beets-9.0.12](https://github.com/truecharts/charts/compare/beets-9.0.11...beets-9.0.12) (2023-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/linuxserver/beets to version-1.6.0[@94775cb](https://github.com/94775cb) by renovate ([#16407](https://github.com/truecharts/charts/issues/16407))
|
||||
|
||||
|
||||
|
||||
|
||||
## [beets-9.0.11](https://github.com/truecharts/charts/compare/beets-9.0.10...beets-9.0.11) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [beets-9.0.2](https://github.com/truecharts/charts/compare/beets-9.0.1...beets-9.0.2) (2023-12-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16341](https://github.com/truecharts/charts/issues/16341))
|
||||
|
||||
|
||||
|
||||
|
||||
## [beets-9.0.1](https://github.com/truecharts/charts/compare/beets-9.0.0...beets-9.0.1) (2023-12-20)
|
||||
|
||||
### Chore
|
|
@ -1,15 +1,15 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: beets
|
||||
version: 9.0.11
|
||||
version: 9.0.12
|
||||
appVersion: 1.6.0
|
||||
description: A music library manager and not, for the most part, a music player.
|
||||
home: https://truecharts.org/charts/stable/beets
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/beets.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://beets.io/
|
||||
- https://github.com/linuxserver/docker-beets
|
||||
- https://beets.io/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/beets
|
||||
- https://ghcr.io/linuxserver/beets
|
||||
maintainers:
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [beets-9.0.12](https://github.com/truecharts/charts/compare/beets-9.0.11...beets-9.0.12) (2023-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/linuxserver/beets to version-1.6.0[@94775cb](https://github.com/94775cb) by renovate ([#16407](https://github.com/truecharts/charts/issues/16407))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: ghcr.io/linuxserver/beets
|
||||
pullPolicy: IfNotPresent
|
||||
tag: version-1.6.0@sha256:6cba14e5df02853c77db4e80f3901082e313dbc7f5e627f736f2f9fe0fc880cf
|
||||
tag: version-1.6.0@sha256:94775cbf5c22df7821bf1c4a1a643e95f7feabaab4ed9f98432c563b99ca3bae
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [boinc-7.0.11](https://github.com/truecharts/charts/compare/boinc-7.0.10...boinc-7.0.11) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16384](https://github.com/truecharts/charts/issues/16384))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [boinc-7.0.12](https://github.com/truecharts/charts/compare/boinc-7.0.11...boinc-7.0.12) (2023-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/linuxserver/boinc to latest[@a179088](https://github.com/a179088) by renovate ([#16408](https://github.com/truecharts/charts/issues/16408))
|
||||
|
||||
|
||||
|
||||
|
||||
## [boinc-7.0.11](https://github.com/truecharts/charts/compare/boinc-7.0.10...boinc-7.0.11) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [boinc-7.0.2](https://github.com/truecharts/charts/compare/boinc-7.0.1...boinc-7.0.2) (2023-12-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16341](https://github.com/truecharts/charts/issues/16341))
|
||||
|
||||
|
||||
|
||||
|
||||
## [boinc-7.0.1](https://github.com/truecharts/charts/compare/boinc-7.0.0...boinc-7.0.1) (2023-12-20)
|
||||
|
||||
### Chore
|
|
@ -1,15 +1,15 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: boinc
|
||||
version: 7.0.11
|
||||
version: 7.0.12
|
||||
appVersion: latest
|
||||
description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers).
|
||||
home: https://truecharts.org/charts/stable/boinc
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/boinc.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://ghcr.io/linuxserver/boinc
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/boinc
|
||||
- https://ghcr.io/linuxserver/boinc
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [boinc-7.0.12](https://github.com/truecharts/charts/compare/boinc-7.0.11...boinc-7.0.12) (2023-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/linuxserver/boinc to latest[@a179088](https://github.com/a179088) by renovate ([#16408](https://github.com/truecharts/charts/issues/16408))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: ghcr.io/linuxserver/boinc
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:741b3c63efe12b4bd74897738b8631ac38be55b53c582bac1165a9ad75b3c0c9
|
||||
tag: latest@sha256:a1790889c3f7675b2c0423bc2349cdbce3c1c83ddb981de1691b4081ce287b08
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [budge-7.0.11](https://github.com/truecharts/charts/compare/budge-7.0.10...budge-7.0.11) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16384](https://github.com/truecharts/charts/issues/16384))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [budge-7.0.12](https://github.com/truecharts/charts/compare/budge-7.0.11...budge-7.0.12) (2023-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/linuxserver/budge to 0.0.9[@9981408](https://github.com/9981408) by renovate ([#16409](https://github.com/truecharts/charts/issues/16409))
|
||||
|
||||
|
||||
|
||||
|
||||
## [budge-7.0.11](https://github.com/truecharts/charts/compare/budge-7.0.10...budge-7.0.11) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [budge-7.0.2](https://github.com/truecharts/charts/compare/budge-7.0.1...budge-7.0.2) (2023-12-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16341](https://github.com/truecharts/charts/issues/16341))
|
||||
|
||||
|
||||
|
||||
|
||||
## [budge-7.0.1](https://github.com/truecharts/charts/compare/budge-7.0.0...budge-7.0.1) (2023-12-20)
|
||||
|
||||
### Chore
|
|
@ -1,17 +1,17 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: budge
|
||||
version: 7.0.11
|
||||
version: 7.0.12
|
||||
appVersion: 0.0.9
|
||||
description: Budge is an open source 'budgeting with envelopes' personal finance app.
|
||||
home: https://truecharts.org/charts/stable/budge
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/budge.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/budge
|
||||
- https://ghcr.io/linuxserver/budge
|
||||
- https://github.com/linuxserver/docker-BudgE
|
||||
- https://github.com/linuxserver/budge
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/budge
|
||||
- https://ghcr.io/linuxserver/budge
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [budge-7.0.12](https://github.com/truecharts/charts/compare/budge-7.0.11...budge-7.0.12) (2023-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/linuxserver/budge to 0.0.9[@9981408](https://github.com/9981408) by renovate ([#16409](https://github.com/truecharts/charts/issues/16409))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: ghcr.io/linuxserver/budge
|
||||
tag: 0.0.9@sha256:1f7dff1b46af957712c3b842e80f299ade6885dc6fde3af01fdca3f4b2b2ebdc
|
||||
tag: 0.0.9@sha256:9981408575211c16b8dae0474bbabf06961439fa2d809856b17fe0569cca3e1e
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [calibre-12.0.12](https://github.com/truecharts/charts/compare/calibre-12.0.11...calibre-12.0.12) (2023-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/linuxserver/calibre to 7.2.0[@34f54bb](https://github.com/34f54bb) by renovate ([#16410](https://github.com/truecharts/charts/issues/16410))
|
||||
|
||||
|
||||
|
||||
|
||||
## [calibre-12.0.11](https://github.com/truecharts/charts/compare/calibre-12.0.10...calibre-12.0.11) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16384](https://github.com/truecharts/charts/issues/16384))
|
||||
|
||||
|
||||
|
||||
|
||||
## [calibre-12.0.10](https://github.com/truecharts/charts/compare/calibre-12.0.9...calibre-12.0.10) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16376](https://github.com/truecharts/charts/issues/16376))
|
||||
|
||||
|
||||
|
||||
|
||||
## [calibre-12.0.9](https://github.com/truecharts/charts/compare/calibre-12.0.8...calibre-12.0.9) (2023-12-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16373](https://github.com/truecharts/charts/issues/16373))
|
||||
|
||||
|
||||
|
||||
|
||||
## [calibre-12.0.8](https://github.com/truecharts/charts/compare/calibre-12.0.7...calibre-12.0.8) (2023-12-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16369](https://github.com/truecharts/charts/issues/16369))
|
||||
|
||||
|
||||
|
||||
|
||||
## [calibre-12.0.7](https://github.com/truecharts/charts/compare/calibre-12.0.6...calibre-12.0.7) (2023-12-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16361](https://github.com/truecharts/charts/issues/16361))
|
||||
|
||||
|
||||
|
||||
|
||||
## [calibre-12.0.6](https://github.com/truecharts/charts/compare/calibre-12.0.5...calibre-12.0.6) (2023-12-22)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16359](https://github.com/truecharts/charts/issues/16359))
|
||||
|
||||
|
||||
|
||||
|
||||
## [calibre-12.0.5](https://github.com/truecharts/charts/compare/calibre-12.0.4...calibre-12.0.5) (2023-12-22)
|
||||
|
||||
### Fix
|
||||
|
||||
- expose custom options for homepage integration
|
||||
|
||||
|
||||
|
||||
|
||||
## [calibre-12.0.4](https://github.com/truecharts/charts/compare/calibre-12.0.3...calibre-12.0.4) (2023-12-21)
|
||||
|
||||
### Fix
|
||||
|
||||
- bump to release middleware fix
|
||||
|
||||
|
||||
|
||||
|
||||
## [calibre-12.0.3](https://github.com/truecharts/charts/compare/calibre-12.0.2...calibre-12.0.3) (2023-12-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump everything to ensure patches are applied globally
|
||||
|
||||
|
||||
|
||||
|
||||
## [calibre-12.0.2](https://github.com/truecharts/charts/compare/calibre-12.0.1...calibre-12.0.2) (2023-12-21)
|
||||
|
||||
### Chore
|
|
@ -0,0 +1,36 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: calibre
|
||||
version: 12.0.12
|
||||
appVersion: 7.2.0
|
||||
description: Calibre is a powerful and easy to use e-book manager.
|
||||
home: https://truecharts.org/charts/stable/calibre
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/kovidgoyal/calibre/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/calibre
|
||||
- https://ghcr.io/linuxserver/calibre
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- calibre
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 16.2.21
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
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: media
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
type: application
|
|
@ -0,0 +1,27 @@
|
|||
# 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/calibre)
|
||||
|
||||
**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*
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [calibre-12.0.12](https://github.com/truecharts/charts/compare/calibre-12.0.11...calibre-12.0.12) (2023-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/linuxserver/calibre to 7.2.0[@34f54bb](https://github.com/34f54bb) by renovate ([#16410](https://github.com/truecharts/charts/issues/16410))
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
Calibre is a powerful and easy to use e-book manager.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/calibre](https://truecharts.org/charts/stable/calibre)
|
||||
|
||||
---
|
||||
|
||||
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!
|
|
@ -0,0 +1,40 @@
|
|||
image:
|
||||
repository: ghcr.io/linuxserver/calibre
|
||||
tag: 7.2.0@sha256:34f54bb6b76e792a3faf6ae6056da23f2042ac201780ab928901f966ad99b83d
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 8084
|
||||
protocol: http
|
||||
targetPort: 8080
|
||||
webserver:
|
||||
enabled: true
|
||||
ports:
|
||||
webserver:
|
||||
enabled: true
|
||||
port: 8081
|
||||
protocol: http
|
||||
targetPort: 8081
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
CLI_ARGS:
|
||||
PASSWORD: ""
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [chronograf-3.0.18](https://github.com/truecharts/charts/compare/chronograf-3.0.17...chronograf-3.0.18) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16384](https://github.com/truecharts/charts/issues/16384))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [chronograf-3.0.19](https://github.com/truecharts/charts/compare/chronograf-3.0.18...chronograf-3.0.19) (2023-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image chronograf to latest[@49623d0](https://github.com/49623d0) by renovate ([#16399](https://github.com/truecharts/charts/issues/16399))
|
||||
|
||||
|
||||
|
||||
|
||||
## [chronograf-3.0.18](https://github.com/truecharts/charts/compare/chronograf-3.0.17...chronograf-3.0.18) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [chronograf-3.0.9](https://github.com/truecharts/charts/compare/chronograf-3.0.8...chronograf-3.0.9) (2023-12-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16341](https://github.com/truecharts/charts/issues/16341))
|
||||
|
||||
|
||||
|
||||
|
||||
## [chronograf-3.0.8](https://github.com/truecharts/charts/compare/chronograf-3.0.7...chronograf-3.0.8) (2023-12-20)
|
||||
|
||||
### Chore
|
|
@ -1,16 +1,16 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: chronograf
|
||||
version: 3.0.18
|
||||
version: 3.0.19
|
||||
appVersion: latest
|
||||
description: Chronograf is InfluxData’s open source web application. Use Chronograf with the other components of the TICK stack to visualize your monitoring data and easily create alerting and automation rules.
|
||||
home: https://truecharts.org/charts/incubator/chronograf
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronograf.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://www.influxdata.com/time-series-platform/chronograf/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/chronograf
|
||||
- https://hub.docker.com/_/chronograf
|
||||
- https://www.influxdata.com/time-series-platform/chronograf/
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [chronograf-3.0.19](https://github.com/truecharts/charts/compare/chronograf-3.0.18...chronograf-3.0.19) (2023-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image chronograf to latest[@49623d0](https://github.com/49623d0) by renovate ([#16399](https://github.com/truecharts/charts/issues/16399))
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue