Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-12-25 16:18:57 +00:00
parent 6170fbe429
commit 1f6983b7f3
133 changed files with 13929 additions and 307 deletions

View File

@ -1,9 +0,0 @@
## [clickhouse-9.0.19](https://github.com/truecharts/charts/compare/clickhouse-9.0.18...clickhouse-9.0.19) (2023-12-25)
### Chore
- update helm chart common to 16.2.23 by renovate ([#16481](https://github.com/truecharts/charts/issues/16481))

View File

@ -4,6 +4,15 @@
## [clickhouse-9.0.20](https://github.com/truecharts/charts/compare/clickhouse-9.0.19...clickhouse-9.0.20) (2023-12-25)
### Chore
- update helm chart common to 16.2.24 by renovate ([#16530](https://github.com/truecharts/charts/issues/16530))
## [clickhouse-9.0.19](https://github.com/truecharts/charts/compare/clickhouse-9.0.18...clickhouse-9.0.19) (2023-12-25)
### Chore
@ -88,12 +97,3 @@
## [clickhouse-9.0.10](https://github.com/truecharts/charts/compare/clickhouse-9.0.9...clickhouse-9.0.10) (2023-12-22)
### Chore
- update helm chart common to 16.2.10 by renovate ([#16349](https://github.com/truecharts/charts/issues/16349))
## [clickhouse-9.0.9](https://github.com/truecharts/charts/compare/clickhouse-9.0.8...clickhouse-9.0.9) (2023-12-22)
### Fix

View File

@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: clickhouse
version: 9.0.19
version: 9.0.20
appVersion: 23.11.3.23
description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
home: https://truecharts.org/charts/dependency/clickhouse
@ -21,7 +21,7 @@ keywords:
- sql
dependencies:
- name: common
version: 16.2.23
version: 16.2.24
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@ -0,0 +1,9 @@
## [clickhouse-9.0.20](https://github.com/truecharts/charts/compare/clickhouse-9.0.19...clickhouse-9.0.20) (2023-12-25)
### Chore
- update helm chart common to 16.2.24 by renovate ([#16530](https://github.com/truecharts/charts/issues/16530))

Binary file not shown.

View File

@ -2446,45 +2446,91 @@ questions:
type: string
required: true
default: Prefix
- variable: certificateIssuer
label: Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
- variable: integrations
label: Integrations
description: Connect ingress with other charts
schema:
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
schema:
type: list
default: []
items:
- variable: name
label: Name
additional_attrs: true
type: dict
attrs:
- variable: traefik
label: Traefik
description: Connect ingress with Traefik
schema:
type: string
default: ""
required: true
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: enabled
schema:
type: boolean
default: true
- variable: allowCors
label: 'Allow Cross Origin Requests (advanced)'
schema:
type: boolean
default: false
show_if: [["enabled", "=", true]]
- variable: entrypoints
label: Entrypoints
schema:
type: list
default: ["websecure"]
show_if: [["enabled", "=", true]]
items:
- variable: entrypoint
label: Entrypoint
schema:
type: string
- variable: middlewares
label: Middlewares
schema:
type: list
default: []
show_if: [["enabled", "=", true]]
items:
- variable: middleware
label: Middleware
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: name
schema:
type: string
default: ""
required: true
- variable: namespace
label: 'namespace (optional)'
schema:
type: string
default: ""
- variable: certManager
label: certManager
description: Connect ingress with certManager
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: enabled
schema:
type: boolean
default: false
- variable: certificateIssuer
label: certificateIssuer
description: defaults to chartname
schema:
type: string
default: ""
show_if: [["enabled", "=", true]]
- variable: advanced
label: Show Advanced Settings
description: Advanced settings are not covered by TrueCharts Support
schema:
type: boolean
default: false
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
show_if: [["advanced", "=", true]]
required: true
- variable: allowCors
label: "Allow Cross Origin Requests"
schema:
type: boolean
show_if: [["advanced", "=", true]]
default: false
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
@ -2516,6 +2562,7 @@ questions:
type: string
default: ""
required: true
- variable: certificateIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'

View File

@ -1,9 +0,0 @@
## [kube-state-metrics-5.0.17](https://github.com/truecharts/charts/compare/kube-state-metrics-5.0.16...kube-state-metrics-5.0.17) (2023-12-25)
### Chore
- update helm chart common to 16.2.23 by renovate ([#16481](https://github.com/truecharts/charts/issues/16481))

View File

@ -4,6 +4,15 @@
## [kube-state-metrics-5.0.18](https://github.com/truecharts/charts/compare/kube-state-metrics-5.0.17...kube-state-metrics-5.0.18) (2023-12-25)
### Chore
- update helm chart common to 16.2.24 by renovate ([#16530](https://github.com/truecharts/charts/issues/16530))
## [kube-state-metrics-5.0.17](https://github.com/truecharts/charts/compare/kube-state-metrics-5.0.16...kube-state-metrics-5.0.17) (2023-12-25)
### Chore
@ -88,12 +97,3 @@
## [kube-state-metrics-5.0.8](https://github.com/truecharts/charts/compare/kube-state-metrics-5.0.7...kube-state-metrics-5.0.8) (2023-12-22)
### Fix
- expose custom options for homepage integration
## [kube-state-metrics-5.0.7](https://github.com/truecharts/charts/compare/kube-state-metrics-5.0.6...kube-state-metrics-5.0.7) (2023-12-21)
### Fix

View File

@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: kube-state-metrics
version: 5.0.17
version: 5.0.18
appVersion: 2.10.1
description: kube-state-metrics is a simple service that listens to the Kubernetes API server and generates metrics about the state of the objects.
home: https://truecharts.org/charts/dependency/kube-state-metrics
@ -20,7 +20,7 @@ keywords:
- monitoring
dependencies:
- name: common
version: 16.2.23
version: 16.2.24
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@ -0,0 +1,9 @@
## [kube-state-metrics-5.0.18](https://github.com/truecharts/charts/compare/kube-state-metrics-5.0.17...kube-state-metrics-5.0.18) (2023-12-25)
### Chore
- update helm chart common to 16.2.24 by renovate ([#16530](https://github.com/truecharts/charts/issues/16530))

View File

@ -1063,6 +1063,12 @@ questions:
additional_attrs: true
show_if: [["enabled", "=", true]]
attrs:
- variable: enabled
label: Enable Widget
description: When disabled all widget annotations are skipped.
schema:
type: boolean
default: true
- variable: custom
label: Options
schema:
@ -1233,7 +1239,7 @@ questions:
type: string
required: true
default: Prefix
- variable: service
- variable: overrideService
label: Linked Service
schema:
additional_attrs: true
@ -2206,45 +2212,91 @@ questions:
type: string
required: true
default: Prefix
- variable: certificateIssuer
label: Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
- variable: integrations
label: Integrations
description: Connect ingress with other charts
schema:
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
schema:
type: list
default: []
items:
- variable: name
label: Name
additional_attrs: true
type: dict
attrs:
- variable: traefik
label: Traefik
description: Connect ingress with Traefik
schema:
type: string
default: ""
required: true
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: enabled
schema:
type: boolean
default: true
- variable: allowCors
label: 'Allow Cross Origin Requests (advanced)'
schema:
type: boolean
default: false
show_if: [["enabled", "=", true]]
- variable: entrypoints
label: Entrypoints
schema:
type: list
default: ["websecure"]
show_if: [["enabled", "=", true]]
items:
- variable: entrypoint
label: Entrypoint
schema:
type: string
- variable: middlewares
label: Middlewares
schema:
type: list
default: []
show_if: [["enabled", "=", true]]
items:
- variable: middleware
label: Middleware
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: name
schema:
type: string
default: ""
required: true
- variable: namespace
label: 'namespace (optional)'
schema:
type: string
default: ""
- variable: certManager
label: certManager
description: Connect ingress with certManager
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: enabled
schema:
type: boolean
default: false
- variable: certificateIssuer
label: certificateIssuer
description: defaults to chartname
schema:
type: string
default: ""
show_if: [["enabled", "=", true]]
- variable: advanced
label: Show Advanced Settings
description: Advanced settings are not covered by TrueCharts Support
schema:
type: boolean
default: false
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
show_if: [["advanced", "=", true]]
required: true
- variable: allowCors
label: "Allow Cross Origin Requests"
schema:
type: boolean
show_if: [["advanced", "=", true]]
default: false
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
@ -2276,6 +2328,7 @@ questions:
type: string
default: ""
required: true
- variable: certificateIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [mariadb-11.1.2](https://github.com/truecharts/charts/compare/mariadb-11.1.1...mariadb-11.1.2) (2023-12-25)
### Chore
- update helm chart common to 16.2.24 by renovate ([#16530](https://github.com/truecharts/charts/issues/16530))
## [mariadb-11.1.1](https://github.com/truecharts/charts/compare/mariadb-11.1.0...mariadb-11.1.1) (2023-12-25)
### Chore
- update helm chart common to 16.2.23 by renovate ([#16481](https://github.com/truecharts/charts/issues/16481))
## [mariadb-11.1.0](https://github.com/truecharts/charts/compare/mariadb-11.0.18...mariadb-11.1.0) (2023-12-25)
### Chore
- update container image bitnami/mariadb to v11.2.2[@a095ab8](https://github.com/a095ab8) by renovate ([#16485](https://github.com/truecharts/charts/issues/16485))
## [mariadb-11.0.18](https://github.com/truecharts/charts/compare/mariadb-11.0.17...mariadb-11.0.18) (2023-12-25)
### Chore
- update container image bitnami/mariadb to v[@815054a](https://github.com/815054a) by renovate ([#16394](https://github.com/truecharts/charts/issues/16394))
## [mariadb-11.0.17](https://github.com/truecharts/charts/compare/mariadb-11.0.16...mariadb-11.0.17) (2023-12-24)
### Chore
- update helm chart common to 16.2.21 by renovate ([#16381](https://github.com/truecharts/charts/issues/16381))
## [mariadb-11.0.16](https://github.com/truecharts/charts/compare/mariadb-11.0.15...mariadb-11.0.16) (2023-12-24)
### Chore
- update helm chart common to 16.2.20 by renovate ([#16375](https://github.com/truecharts/charts/issues/16375))
## [mariadb-11.0.15](https://github.com/truecharts/charts/compare/mariadb-11.0.14...mariadb-11.0.15) (2023-12-23)
### Chore
- update helm chart common to 16.2.17 by renovate ([#16372](https://github.com/truecharts/charts/issues/16372))
## [mariadb-11.0.14](https://github.com/truecharts/charts/compare/mariadb-11.0.13...mariadb-11.0.14) (2023-12-23)
### Chore
- update helm chart common to 16.2.16 by renovate ([#16371](https://github.com/truecharts/charts/issues/16371))
## [mariadb-11.0.13](https://github.com/truecharts/charts/compare/mariadb-11.0.12...mariadb-11.0.13) (2023-12-23)
### Chore
- update helm chart common to 16.2.15 by renovate ([#16367](https://github.com/truecharts/charts/issues/16367))
## [mariadb-11.0.12](https://github.com/truecharts/charts/compare/mariadb-11.0.11...mariadb-11.0.12) (2023-12-22)
### Chore
- update helm chart common to 16.2.13 by renovate ([#16360](https://github.com/truecharts/charts/issues/16360))
## [mariadb-11.0.11](https://github.com/truecharts/charts/compare/mariadb-11.0.10...mariadb-11.0.11) (2023-12-22)
### Chore

View File

@ -0,0 +1,41 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: mariadb
version: 11.1.2
appVersion: 11.2.2
description: Fast, reliable, scalable, and easy to use open-source relational database system.
home: https://truecharts.org/charts/dependency/mariadb
icon: https://truecharts.org/img/hotlink-ok/chart-icons/mariadb.png
deprecated: false
sources:
- https://github.com/prometheus/mysqld_exporter
- https://mariadb.org
- https://github.com/truecharts/charts/tree/master/charts/dependency/mariadb
- https://hub.docker.com/r/bitnami/mariadb
- https://github.com/bitnami/bitnami-docker-mariadb
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- mariadb
- mysql
- database
- sql
dependencies:
- name: common
version: 16.2.24
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

View File

@ -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/mariadb)
**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*

View File

@ -0,0 +1,9 @@
## [mariadb-11.1.2](https://github.com/truecharts/charts/compare/mariadb-11.1.1...mariadb-11.1.2) (2023-12-25)
### Chore
- update helm chart common to 16.2.24 by renovate ([#16530](https://github.com/truecharts/charts/issues/16530))

View File

@ -0,0 +1,8 @@
Fast, reliable, scalable, and easy to use open-source relational database system.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/dependency/mariadb](https://truecharts.org/charts/dependency/mariadb)
---
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!

Binary file not shown.

View File

@ -0,0 +1,76 @@
image:
repository: bitnami/mariadb
pullPolicy: IfNotPresent
tag: 11.2.2@sha256:a095ab826c977ef12e06ff0004fd788f6ef10c1d066590c8e110c9d0be868127
workload:
main:
podSpec:
containers:
main:
env:
MARIADB_PASSWORD:
secretKeyRef:
expandObjectName: "{{ if .Values.mariadbPassword }}true{{ else }}false{{ end }}"
name: '{{ if .Values.mariadbPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "mariadbcreds" }}{{ end }}'
key: "mariadb-password"
MARIADB_ROOT_PASSWORD:
secretKeyRef:
expandObjectName: "{{ if .Values.mariadbPassword }}true{{ else }}false{{ end }}"
name: '{{ if .Values.mariadbPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "mariadbcreds" }}{{ end }}'
key: "mariadb-root-password"
MARIADB_USER: "{{ .Values.mariadbUsername }}"
MARIADB_DATABASE: "{{ .Values.mariadbDatabase }}"
probes:
liveness:
enabled: true
type: exec
command:
- /bin/bash
- -ec
- "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done"
readiness:
enabled: true
type: exec
command:
- /bin/bash
- -ec
- "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done"
startup:
enabled: true
type: exec
command:
- /bin/bash
- -ec
- "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done"
service:
main:
ports:
main:
port: 3306
targetPort: 3306
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
secret:
credentials:
enabled: true
data:
mariadb-password: '{{ ( .Values.mariadbPassword | default "empty" ) }}'
mariadb-root-password: '{{ ( .Values.mariadbRootPassword | default "empty" ) }}'
persistence:
data:
enabled: true
mountPath: "/bitnami/mariadb"
mariadbUsername: "test"
mariadbDatabase: "test"
mariadbRootPassword: "testroot"
# -- Secret or password
# One of these options is required, unless used as a dependency for another TrueCharts chart.
mariadbPassword: ""
existingSecret: ""
portal:
open:
enabled: false
manifestManager:
enabled: false

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [memcached-10.0.19](https://github.com/truecharts/charts/compare/memcached-10.0.18...memcached-10.0.19) (2023-12-25)
### Chore
- update helm chart common to 16.2.24 by renovate ([#16530](https://github.com/truecharts/charts/issues/16530))
## [memcached-10.0.18](https://github.com/truecharts/charts/compare/memcached-10.0.17...memcached-10.0.18) (2023-12-25)
### Chore
- update helm chart common to 16.2.23 by renovate ([#16481](https://github.com/truecharts/charts/issues/16481))
## [memcached-10.0.17](https://github.com/truecharts/charts/compare/memcached-10.0.16...memcached-10.0.17) (2023-12-24)
### Chore
- update helm chart common to 16.2.21 by renovate ([#16381](https://github.com/truecharts/charts/issues/16381))
## [memcached-10.0.16](https://github.com/truecharts/charts/compare/memcached-10.0.15...memcached-10.0.16) (2023-12-24)
### Chore
- update helm chart common to 16.2.20 by renovate ([#16375](https://github.com/truecharts/charts/issues/16375))
## [memcached-10.0.15](https://github.com/truecharts/charts/compare/memcached-10.0.14...memcached-10.0.15) (2023-12-23)
### Chore
- update helm chart common to 16.2.17 by renovate ([#16372](https://github.com/truecharts/charts/issues/16372))
## [memcached-10.0.14](https://github.com/truecharts/charts/compare/memcached-10.0.13...memcached-10.0.14) (2023-12-23)
### Chore
- update helm chart common to 16.2.16 by renovate ([#16371](https://github.com/truecharts/charts/issues/16371))
## [memcached-10.0.13](https://github.com/truecharts/charts/compare/memcached-10.0.12...memcached-10.0.13) (2023-12-23)
### Chore
- update helm chart common to 16.2.15 by renovate ([#16367](https://github.com/truecharts/charts/issues/16367))
## [memcached-10.0.12](https://github.com/truecharts/charts/compare/memcached-10.0.11...memcached-10.0.12) (2023-12-22)
### Chore
- update helm chart common to 16.2.13 by renovate ([#16360](https://github.com/truecharts/charts/issues/16360))
## [memcached-10.0.11](https://github.com/truecharts/charts/compare/memcached-10.0.10...memcached-10.0.11) (2023-12-22)
### Chore
- update helm chart common to 16.2.12 by renovate ([#16358](https://github.com/truecharts/charts/issues/16358))
## [memcached-10.0.10](https://github.com/truecharts/charts/compare/memcached-10.0.9...memcached-10.0.10) (2023-12-22)
### Chore
- update helm chart common to 16.2.10 by renovate ([#16349](https://github.com/truecharts/charts/issues/16349))
## [memcached-10.0.9](https://github.com/truecharts/charts/compare/memcached-10.0.8...memcached-10.0.9) (2023-12-22)
### Fix

View File

@ -0,0 +1,38 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: memcached
version: 10.0.19
appVersion: 1.6.22
description: Memcached is a memory-backed database caching solution
home: https://truecharts.org/charts/dependency/memcached
icon: https://truecharts.org/img/hotlink-ok/chart-icons/memcached.png
deprecated: false
sources:
- https://github.com/bitnami/bitnami-docker-memcached
- https://github.com/truecharts/charts/tree/master/charts/dependency/memcached
- https://hub.docker.com/r/bitnami/memcached
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- memcached
- database
- cache
dependencies:
- name: common
version: 16.2.24
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

View File

@ -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/memcached)
**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*

View File

@ -0,0 +1,9 @@
## [memcached-10.0.19](https://github.com/truecharts/charts/compare/memcached-10.0.18...memcached-10.0.19) (2023-12-25)
### Chore
- update helm chart common to 16.2.24 by renovate ([#16530](https://github.com/truecharts/charts/issues/16530))

View File

@ -0,0 +1,8 @@
Memcached is a memory-backed database caching solution
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/dependency/memcached](https://truecharts.org/charts/dependency/memcached)
---
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!

Binary file not shown.

View File

@ -0,0 +1,16 @@
image:
repository: bitnami/memcached
pullPolicy: IfNotPresent
tag: 1.6.22@sha256:f7f5768ac781be374fbb550004dfa7755a4d10e66e3811725b3daa6958e636ff
service:
main:
ports:
main:
port: 11211
protocol: tcp
targetPort: 11211
portal:
open:
enabled: false
manifestManager:
enabled: false

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [mongodb-10.0.19](https://github.com/truecharts/charts/compare/mongodb-10.0.18...mongodb-10.0.19) (2023-12-25)
### Chore
- update helm chart common to 16.2.24 by renovate ([#16530](https://github.com/truecharts/charts/issues/16530))
## [mongodb-10.0.18](https://github.com/truecharts/charts/compare/mongodb-10.0.17...mongodb-10.0.18) (2023-12-25)
### Chore
- update helm chart common to 16.2.23 by renovate ([#16481](https://github.com/truecharts/charts/issues/16481))
## [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

View File

@ -0,0 +1,39 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: mongodb
version: 10.0.19
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.24
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

View File

@ -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*

View File

@ -0,0 +1,9 @@
## [mongodb-10.0.19](https://github.com/truecharts/charts/compare/mongodb-10.0.18...mongodb-10.0.19) (2023-12-25)
### Chore
- update helm chart common to 16.2.24 by renovate ([#16530](https://github.com/truecharts/charts/issues/16530))

View File

@ -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!

Binary file not shown.

View File

@ -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

View File

@ -0,0 +1 @@
{{- include "tc.v1.common.loader.all" . }}

View File

@ -1,9 +0,0 @@
## [node-exporter-5.0.17](https://github.com/truecharts/charts/compare/node-exporter-5.0.16...node-exporter-5.0.17) (2023-12-25)
### Chore
- update helm chart common to 16.2.23 by renovate ([#16481](https://github.com/truecharts/charts/issues/16481))

View File

@ -4,6 +4,15 @@
## [node-exporter-5.0.18](https://github.com/truecharts/charts/compare/node-exporter-5.0.17...node-exporter-5.0.18) (2023-12-25)
### Chore
- update helm chart common to 16.2.24 by renovate ([#16530](https://github.com/truecharts/charts/issues/16530))
## [node-exporter-5.0.17](https://github.com/truecharts/charts/compare/node-exporter-5.0.16...node-exporter-5.0.17) (2023-12-25)
### Chore
@ -88,12 +97,3 @@
## [node-exporter-5.0.8](https://github.com/truecharts/charts/compare/node-exporter-5.0.7...node-exporter-5.0.8) (2023-12-22)
### Fix
- expose custom options for homepage integration
## [node-exporter-5.0.7](https://github.com/truecharts/charts/compare/node-exporter-5.0.6...node-exporter-5.0.7) (2023-12-21)
### Fix

View File

@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: node-exporter
version: 5.0.17
version: 5.0.18
appVersion: 1.7.0
description: Prometheus exporter for hardware and OS metrics exposed by UNIX kernels, with pluggable metric collectors.
home: https://truecharts.org/charts/dependency/node-exporter
@ -20,7 +20,7 @@ keywords:
- monitoring
dependencies:
- name: common
version: 16.2.23
version: 16.2.24
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@ -0,0 +1,9 @@
## [node-exporter-5.0.18](https://github.com/truecharts/charts/compare/node-exporter-5.0.17...node-exporter-5.0.18) (2023-12-25)
### Chore
- update helm chart common to 16.2.24 by renovate ([#16530](https://github.com/truecharts/charts/issues/16530))

View File

@ -1013,6 +1013,12 @@ questions:
additional_attrs: true
show_if: [["enabled", "=", true]]
attrs:
- variable: enabled
label: Enable Widget
description: When disabled all widget annotations are skipped.
schema:
type: boolean
default: true
- variable: custom
label: Options
schema:
@ -1183,7 +1189,7 @@ questions:
type: string
required: true
default: Prefix
- variable: service
- variable: overrideService
label: Linked Service
schema:
additional_attrs: true
@ -2156,45 +2162,91 @@ questions:
type: string
required: true
default: Prefix
- variable: certificateIssuer
label: Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
- variable: integrations
label: Integrations
description: Connect ingress with other charts
schema:
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
schema:
type: list
default: []
items:
- variable: name
label: Name
additional_attrs: true
type: dict
attrs:
- variable: traefik
label: Traefik
description: Connect ingress with Traefik
schema:
type: string
default: ""
required: true
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: enabled
schema:
type: boolean
default: true
- variable: allowCors
label: 'Allow Cross Origin Requests (advanced)'
schema:
type: boolean
default: false
show_if: [["enabled", "=", true]]
- variable: entrypoints
label: Entrypoints
schema:
type: list
default: ["websecure"]
show_if: [["enabled", "=", true]]
items:
- variable: entrypoint
label: Entrypoint
schema:
type: string
- variable: middlewares
label: Middlewares
schema:
type: list
default: []
show_if: [["enabled", "=", true]]
items:
- variable: middleware
label: Middleware
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: name
schema:
type: string
default: ""
required: true
- variable: namespace
label: 'namespace (optional)'
schema:
type: string
default: ""
- variable: certManager
label: certManager
description: Connect ingress with certManager
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: enabled
schema:
type: boolean
default: false
- variable: certificateIssuer
label: certificateIssuer
description: defaults to chartname
schema:
type: string
default: ""
show_if: [["enabled", "=", true]]
- variable: advanced
label: Show Advanced Settings
description: Advanced settings are not covered by TrueCharts Support
schema:
type: boolean
default: false
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
show_if: [["advanced", "=", true]]
required: true
- variable: allowCors
label: "Allow Cross Origin Requests"
schema:
type: boolean
show_if: [["advanced", "=", true]]
default: false
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
@ -2226,6 +2278,7 @@ questions:
type: string
default: ""
required: true
- variable: certificateIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'

View File

@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [redis-10.0.19](https://github.com/truecharts/charts/compare/redis-10.0.18...redis-10.0.19) (2023-12-25)
### Chore
- update helm chart common to 16.2.24 by renovate ([#16530](https://github.com/truecharts/charts/issues/16530))
## [redis-10.0.18](https://github.com/truecharts/charts/compare/redis-10.0.17...redis-10.0.18) (2023-12-25)
### Chore
- update helm chart common to 16.2.23 by renovate ([#16481](https://github.com/truecharts/charts/issues/16481))
### Fix
- reenable redis persistence
## [redis-10.0.17](https://github.com/truecharts/charts/compare/redis-10.0.16...redis-10.0.17) (2023-12-24)
### Chore
- update helm chart common to 16.2.21 by renovate ([#16381](https://github.com/truecharts/charts/issues/16381))
## [redis-10.0.16](https://github.com/truecharts/charts/compare/redis-10.0.15...redis-10.0.16) (2023-12-24)
### Chore
- update helm chart common to 16.2.20 by renovate ([#16375](https://github.com/truecharts/charts/issues/16375))
## [redis-10.0.15](https://github.com/truecharts/charts/compare/redis-10.0.14...redis-10.0.15) (2023-12-23)
### Chore
- update helm chart common to 16.2.17 by renovate ([#16372](https://github.com/truecharts/charts/issues/16372))
## [redis-10.0.14](https://github.com/truecharts/charts/compare/redis-10.0.13...redis-10.0.14) (2023-12-23)
### Chore
- update helm chart common to 16.2.16 by renovate ([#16371](https://github.com/truecharts/charts/issues/16371))
## [redis-10.0.13](https://github.com/truecharts/charts/compare/redis-10.0.12...redis-10.0.13) (2023-12-23)
### Chore
- update helm chart common to 16.2.15 by renovate ([#16367](https://github.com/truecharts/charts/issues/16367))
## [redis-10.0.12](https://github.com/truecharts/charts/compare/redis-10.0.11...redis-10.0.12) (2023-12-22)
### Chore
- update helm chart common to 16.2.13 by renovate ([#16360](https://github.com/truecharts/charts/issues/16360))
## [redis-10.0.11](https://github.com/truecharts/charts/compare/redis-10.0.10...redis-10.0.11) (2023-12-22)
### Chore
- update helm chart common to 16.2.12 by renovate ([#16358](https://github.com/truecharts/charts/issues/16358))
## [redis-10.0.10](https://github.com/truecharts/charts/compare/redis-10.0.9...redis-10.0.10) (2023-12-22)
### Chore
- update helm chart common to 16.2.10 by renovate ([#16349](https://github.com/truecharts/charts/issues/16349))

View File

@ -0,0 +1,38 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: redis
version: 10.0.19
appVersion: 7.2.3
description: Open source, advanced key-value store.
home: https://truecharts.org/charts/dependency/redis
icon: https://truecharts.org/img/hotlink-ok/chart-icons/redis.png
deprecated: false
sources:
- https://github.com/bitnami/bitnami-docker-redis
- https://github.com/truecharts/charts/tree/master/charts/dependency/redis
- https://hub.docker.com/r/bitnami/redis
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- redis
- keyvalue
- database
dependencies:
- name: common
version: 16.2.24
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

View File

@ -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/redis)
**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*

View File

@ -0,0 +1,9 @@
## [redis-10.0.19](https://github.com/truecharts/charts/compare/redis-10.0.18...redis-10.0.19) (2023-12-25)
### Chore
- update helm chart common to 16.2.24 by renovate ([#16530](https://github.com/truecharts/charts/issues/16530))

View File

@ -0,0 +1,8 @@
Open source, advanced key-value store.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/dependency/redis](https://truecharts.org/charts/dependency/redis)
---
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!

Binary file not shown.

View File

@ -0,0 +1,166 @@
image:
repository: bitnami/redis
pullPolicy: IfNotPresent
tag: 7.2.3@sha256:9ac3bbf7740969d32689e360ddcfa5f672538c47f6f6cf296173c3078de0edf2
workload:
main:
replicas: 1
type: StatefulSet
strategy: RollingUpdate
podSpec:
containers:
main:
env:
REDIS_REPLICATION_MODE: master
ALLOW_EMPTY_PASSWORD: "yes"
REDIS_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
REDIS_PASSWORD:
secretKeyRef:
expandObjectName: "{{ if .Values.redisPassword }}true{{ else }}false{{ end }}"
name: '{{ if .Values.redisPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "rediscreds" }}{{ end }}'
key: "redis-password"
probes:
liveness:
enabled: true
type: exec
command:
- sh
- -c
- /health/ping_liveness_local.sh 2
readiness:
enabled: true
type: exec
command:
- sh
- -c
- /health/ping_readiness_local.sh 2
# -- Startup probe configuration
# @default -- See below
startup:
# -- Enable the startup probe
enabled: true
type: exec
command:
- sh
- -c
- /health/ping_readiness_local.sh 2
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
configmap:
health:
enabled: true
data:
ping_readiness_local.sh: |-
#!/bin/bash
[[ -n "$REDIS_PASSWORD" ]] && export REDISCLI_AUTH="$REDIS_PASSWORD"
response=$(
timeout -s 3 $1 \
redis-cli \
-h localhost \
-p $REDIS_PORT \
ping
)
if [ "$response" != "PONG" ]; then
echo "failed to connect using password: $REDIS_PASSWORD response: $response"
exit 1
fi
ping_liveness_local.sh: |-
#!/bin/bash
[[ -n "$REDIS_PASSWORD" ]] && export REDISCLI_AUTH="$REDIS_PASSWORD"
response=$(
timeout -s 3 $1 \
redis-cli \
-h localhost \
-p $REDIS_PORT \
ping
)
if [ "$response" != "PONG" ] && [ "$response" != "LOADING Redis is loading the dataset in memory" ]; then
echo "$response"
exit 1
fi
ping_readiness_master.sh: |-
#!/bin/bash
[[ -n "$REDIS_MASTER_PASSWORD" ]] && export REDISCLI_AUTH="$REDIS_MASTER_PASSWORD"
response=$(
timeout -s 3 $1 \
redis-cli \
-h $REDIS_MASTER_HOST \
-p $REDIS_MASTER_PORT_NUMBER \
ping
)
if [ "$response" != "PONG" ]; then
echo "$response"
exit 1
fi
ping_liveness_master.sh: |-
#!/bin/bash
[[ -n "$REDIS_MASTER_PASSWORD" ]] && export REDISCLI_AUTH="$REDIS_MASTER_PASSWORD"
response=$(
timeout -s 3 $1 \
redis-cli \
-h $REDIS_MASTER_HOST \
-p $REDIS_MASTER_PORT_NUMBER \
ping
)
if [ "$response" != "PONG" ] && [ "$response" != "LOADING Redis is loading the dataset in memory" ]; then
echo "$response"
exit 1
fi
ping_readiness_local_and_master.sh: |-
script_dir="$(dirname "$0")"
exit_status=0
"$script_dir/ping_readiness_local.sh" $1 || exit_status=$?
"$script_dir/ping_readiness_master.sh" $1 || exit_status=$?
exit $exit_status
ping_liveness_local_and_master.sh: |-
script_dir="$(dirname "$0")"
exit_status=0
"$script_dir/ping_liveness_local.sh" $1 || exit_status=$?
"$script_dir/ping_liveness_master.sh" $1 || exit_status=$?
exit $exit_status
secret:
credentials:
enabled: true
data:
redis-password: '{{ ( .Values.redisPassword | default "nothing" ) }}'
# -- Secret or password
# One of these options is required, unless used as a dependency for another TrueCharts chart.
redisPassword: ""
existingSecret: ""
service:
main:
ports:
main:
port: 6379
targetPort: 6379
volumeClaimTemplates:
data:
enabled: true
mountPath: "/bitnami/redis"
persistence:
redis-health:
enabled: true
type: configmap
objectName: health
mountPath: "/health"
defaultMode: "0755"
items:
- key: ping_readiness_local.sh
path: ping_readiness_local.sh
- key: ping_liveness_local.sh
path: ping_liveness_local.sh
- key: ping_readiness_master.sh
path: ping_readiness_master.sh
- key: ping_liveness_master.sh
path: ping_liveness_master.sh
- key: ping_liveness_local_and_master.sh
path: ping_liveness_local_and_master.sh
- key: ping_readiness_local_and_master.sh
path: ping_readiness_local_and_master.sh
portal:
open:
enabled: false
manifestManager:
enabled: false

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@ -0,0 +1,2 @@
{{ include "tc.v1.common.loader.all" . }}

View File

View File

@ -1,9 +0,0 @@
## [solr-8.0.18](https://github.com/truecharts/charts/compare/solr-8.0.17...solr-8.0.18) (2023-12-25)
### Chore
- update helm chart common to 16.2.23 by renovate ([#16481](https://github.com/truecharts/charts/issues/16481))

View File

@ -4,6 +4,15 @@
## [solr-8.0.19](https://github.com/truecharts/charts/compare/solr-8.0.18...solr-8.0.19) (2023-12-25)
### Chore
- update helm chart common to 16.2.24 by renovate ([#16530](https://github.com/truecharts/charts/issues/16530))
## [solr-8.0.18](https://github.com/truecharts/charts/compare/solr-8.0.17...solr-8.0.18) (2023-12-25)
### Chore
@ -88,12 +97,3 @@
## [solr-8.0.9](https://github.com/truecharts/charts/compare/solr-8.0.8...solr-8.0.9) (2023-12-22)
### Chore
- update helm chart common to 16.2.10 by renovate ([#16349](https://github.com/truecharts/charts/issues/16349))
## [solr-8.0.8](https://github.com/truecharts/charts/compare/solr-8.0.7...solr-8.0.8) (2023-12-22)
### Fix

View File

@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: solr
version: 8.0.18
version: 8.0.19
appVersion: 9.4.0
description: Apache Solr
home: https://truecharts.org/charts/dependency/solr
@ -21,7 +21,7 @@ keywords:
- search
dependencies:
- name: common
version: 16.2.23
version: 16.2.24
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@ -0,0 +1,9 @@
## [solr-8.0.19](https://github.com/truecharts/charts/compare/solr-8.0.18...solr-8.0.19) (2023-12-25)
### Chore
- update helm chart common to 16.2.24 by renovate ([#16530](https://github.com/truecharts/charts/issues/16530))

Binary file not shown.

View File

@ -1901,45 +1901,91 @@ questions:
type: string
required: true
default: Prefix
- variable: certificateIssuer
label: Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
- variable: integrations
label: Integrations
description: Connect ingress with other charts
schema:
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
schema:
type: list
default: []
items:
- variable: name
label: Name
additional_attrs: true
type: dict
attrs:
- variable: traefik
label: Traefik
description: Connect ingress with Traefik
schema:
type: string
default: ""
required: true
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: enabled
schema:
type: boolean
default: true
- variable: allowCors
label: 'Allow Cross Origin Requests (advanced)'
schema:
type: boolean
default: false
show_if: [["enabled", "=", true]]
- variable: entrypoints
label: Entrypoints
schema:
type: list
default: ["websecure"]
show_if: [["enabled", "=", true]]
items:
- variable: entrypoint
label: Entrypoint
schema:
type: string
- variable: middlewares
label: Middlewares
schema:
type: list
default: []
show_if: [["enabled", "=", true]]
items:
- variable: middleware
label: Middleware
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: name
schema:
type: string
default: ""
required: true
- variable: namespace
label: 'namespace (optional)'
schema:
type: string
default: ""
- variable: certManager
label: certManager
description: Connect ingress with certManager
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: enabled
schema:
type: boolean
default: false
- variable: certificateIssuer
label: certificateIssuer
description: defaults to chartname
schema:
type: string
default: ""
show_if: [["enabled", "=", true]]
- variable: advanced
label: Show Advanced Settings
description: Advanced settings are not covered by TrueCharts Support
schema:
type: boolean
default: false
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
show_if: [["advanced", "=", true]]
required: true
- variable: allowCors
label: "Allow Cross Origin Requests"
schema:
type: boolean
show_if: [["advanced", "=", true]]
default: false
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
@ -1971,6 +2017,7 @@ questions:
type: string
default: ""
required: true
- variable: certificateIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'

View File

@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@ -0,0 +1,2 @@
{{ include "tc.v1.common.loader.all" . }}

View File

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [esphome-16.1.1](https://github.com/truecharts/charts/compare/esphome-16.1.0...esphome-16.1.1) (2023-12-25)
### Chore
- update container image esphome/esphome to v2023.12.5[@1107343](https://github.com/1107343) by renovate ([#16529](https://github.com/truecharts/charts/issues/16529))
## [esphome-16.1.0](https://github.com/truecharts/charts/compare/esphome-16.0.11...esphome-16.1.0) (2023-12-25)
### Chore
- update container image esphome/esphome to v2023.12.3[@ec55136](https://github.com/ec55136) by renovate ([#16489](https://github.com/truecharts/charts/issues/16489))
## [esphome-16.0.11](https://github.com/truecharts/charts/compare/esphome-16.0.10...esphome-16.0.11) (2023-12-24)
### Chore
- update helm general non-major by renovate ([#16384](https://github.com/truecharts/charts/issues/16384))
## [esphome-16.0.10](https://github.com/truecharts/charts/compare/esphome-16.0.9...esphome-16.0.10) (2023-12-24)
### Chore
- update helm general non-major by renovate ([#16376](https://github.com/truecharts/charts/issues/16376))
## [esphome-16.0.9](https://github.com/truecharts/charts/compare/esphome-16.0.8...esphome-16.0.9) (2023-12-23)
### Chore
- update helm general non-major by renovate ([#16373](https://github.com/truecharts/charts/issues/16373))
## [esphome-16.0.8](https://github.com/truecharts/charts/compare/esphome-16.0.7...esphome-16.0.8) (2023-12-23)
### Chore
- update helm general non-major by renovate ([#16369](https://github.com/truecharts/charts/issues/16369))
## [esphome-16.0.7](https://github.com/truecharts/charts/compare/esphome-16.0.6...esphome-16.0.7) (2023-12-23)
### Chore
- update helm general non-major by renovate ([#16361](https://github.com/truecharts/charts/issues/16361))
## [esphome-16.0.6](https://github.com/truecharts/charts/compare/esphome-16.0.5...esphome-16.0.6) (2023-12-22)
### Chore
- update helm general non-major by renovate ([#16359](https://github.com/truecharts/charts/issues/16359))
## [esphome-16.0.5](https://github.com/truecharts/charts/compare/esphome-16.0.4...esphome-16.0.5) (2023-12-22)
### Fix
- expose custom options for homepage integration
## [esphome-16.0.4](https://github.com/truecharts/charts/compare/esphome-16.0.3...esphome-16.0.4) (2023-12-21)
### Fix
- bump to release middleware fix
## [esphome-16.0.3](https://github.com/truecharts/charts/compare/esphome-16.0.2...esphome-16.0.3) (2023-12-21)
### Chore

View File

@ -0,0 +1,36 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: esphome
version: 16.1.1
appVersion: 2023.12.5
description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
home: https://truecharts.org/charts/stable/esphome
icon: https://truecharts.org/img/hotlink-ok/chart-icons/esphome.png
deprecated: false
sources:
- https://github.com/esphome/esphome
- https://github.com/truecharts/charts/tree/master/charts/stable/esphome
- https://hub.docker.com/r/esphome/esphome
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- esphome
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: tools
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: stable
type: application

Some files were not shown because too many files have changed in this diff Show More