Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
99
dependency/mongodb/10.0.17/CHANGELOG.md
Normal file
99
dependency/mongodb/10.0.17/CHANGELOG.md
Normal file
@@ -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
|
||||
39
dependency/mongodb/10.0.17/Chart.yaml
Normal file
39
dependency/mongodb/10.0.17/Chart.yaml
Normal file
@@ -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
|
||||
27
dependency/mongodb/10.0.17/README.md
Normal file
27
dependency/mongodb/10.0.17/README.md
Normal 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*
|
||||
9
dependency/mongodb/10.0.17/app-changelog.md
Normal file
9
dependency/mongodb/10.0.17/app-changelog.md
Normal file
@@ -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))
|
||||
|
||||
|
||||
8
dependency/mongodb/10.0.17/app-readme.md
Normal file
8
dependency/mongodb/10.0.17/app-readme.md
Normal 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!
|
||||
106
dependency/mongodb/10.0.17/ix_values.yaml
Normal file
106
dependency/mongodb/10.0.17/ix_values.yaml
Normal 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
|
||||
2254
dependency/mongodb/10.0.17/questions.yaml
Normal file
2254
dependency/mongodb/10.0.17/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1
dependency/mongodb/10.0.17/templates/common.yaml
Normal file
1
dependency/mongodb/10.0.17/templates/common.yaml
Normal file
@@ -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
|
||||
9
dependency/solr/8.0.17/app-changelog.md
Normal file
9
dependency/solr/8.0.17/app-changelog.md
Normal file
@@ -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))
|
||||
|
||||
|
||||
BIN
dependency/solr/8.0.17/charts/common-16.2.21.tgz
Normal file
BIN
dependency/solr/8.0.17/charts/common-16.2.21.tgz
Normal file
Binary file not shown.
@@ -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
dependency/solr/8.0.17/templates/NOTES.txt
Normal file
1
dependency/solr/8.0.17/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
||||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||
0
dependency/solr/8.0.17/values.yaml
Normal file
0
dependency/solr/8.0.17/values.yaml
Normal file
Reference in New Issue
Block a user