Skip to content

Commit 8d8a771

Browse files
committed
Generate Helm docs
1 parent 5c3db82 commit 8d8a771

File tree

9 files changed

+30
-11
lines changed

9 files changed

+30
-11
lines changed

charts/chromadb/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# chromadb
22

3-
![Version: 1.0.8](https://img.shields.io/badge/Version-1.0.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.3](https://img.shields.io/badge/AppVersion-0.6.3-informational?style=flat-square)
3+
![Version: 1.0.9](https://img.shields.io/badge/Version-1.0.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.3](https://img.shields.io/badge/AppVersion-0.6.3-informational?style=flat-square)
44

55
ChromaDB is an open-source vector database for storing, indexing, and querying high-dimensional embeddings efficiently.
66

@@ -41,6 +41,7 @@ ChromaDB is an open-source vector database for storing, indexing, and querying h
4141
| chromadb.savePersistentVolume | bool | `true` | |
4242
| chromadb.serviceAccount.create | bool | `false` | |
4343
| discovery.enabled | bool | `true` | |
44+
| global.security.allowInsecureImages | bool | `true` | |
4445
| ingress.annotations | list | `[]` | |
4546
| ingress.certManagerClusterIssuer | string | `""` | |
4647
| ingress.hostname | string | `"chart-example.local"` | |

charts/elastic/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# elastic
22

3-
![Version: 2.0.11](https://img.shields.io/badge/Version-2.0.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.17.1](https://img.shields.io/badge/AppVersion-8.17.1-informational?style=flat-square)
3+
![Version: 2.0.12](https://img.shields.io/badge/Version-2.0.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.17.1](https://img.shields.io/badge/AppVersion-8.17.1-informational?style=flat-square)
44

55
Elasticsearch provides a full-text search engine with an HTTP web interface and schema-free JSON documents.
66

@@ -23,11 +23,12 @@ Elasticsearch provides a full-text search engine with an HTTP web interface and
2323
| Key | Type | Default | Description |
2424
|-----|------|---------|-------------|
2525
| discovery.allow | bool | `true` | |
26+
| elasticsearch.copyTlsCerts.image.repository | string | `"bitnamilegacy/os-shell"` | |
2627
| elasticsearch.fullnameOverride | string | `"elastic-elasticsearch"` | |
2728
| elasticsearch.image.digest | string | `""` | |
2829
| elasticsearch.image.pullPolicy | string | `"IfNotPresent"` | |
2930
| elasticsearch.image.registry | string | `"docker.io"` | |
30-
| elasticsearch.image.repository | string | `"bitnami/elasticsearch"` | |
31+
| elasticsearch.image.repository | string | `"bitnamilegacy/elasticsearch"` | |
3132
| elasticsearch.image.tag | string | `"8.17.1-debian-12-r4"` | |
3233
| elasticsearch.ingress.enabled | bool | `false` | |
3334
| elasticsearch.kibana.elasticsearch.security.auth.createSystemUser | bool | `true` | |
@@ -38,15 +39,19 @@ Elasticsearch provides a full-text search engine with an HTTP web interface and
3839
| elasticsearch.kibana.elasticsearch.security.tls.existingSecret | string | `"elastic-elasticsearch-coordinating-crt"` | |
3940
| elasticsearch.kibana.elasticsearch.security.tls.usePemCerts | bool | `true` | |
4041
| elasticsearch.kibana.extraConfiguration."monitoring.ui.ccs.enabled" | bool | `false` | |
42+
| elasticsearch.kibana.image.repository | string | `"bitnamilegacy/kibana"` | |
4143
| elasticsearch.kibana.image.tag | string | `"8.16.1-debian-12-r0"` | |
4244
| elasticsearch.kibana.resourcesPreset | string | `"medium"` | |
4345
| elasticsearch.kibana.tls.autoGenerated | bool | `true` | |
4446
| elasticsearch.kibana.tls.enabled | bool | `true` | |
47+
| elasticsearch.kibana.volumePermissions.image.repository | string | `"bitnamilegacy/os-shell"` | |
4548
| elasticsearch.security.elasticPassword | string | `"changeme"` | |
4649
| elasticsearch.security.enabled | bool | `true` | |
4750
| elasticsearch.security.tls.autoGenerated | bool | `true` | |
4851
| elasticsearch.sysctlImage.enabled | bool | `false` | |
52+
| elasticsearch.volumePermissions.image.repository | string | `"bitnamilegacy/os-shell"` | |
4953
| global.kibanaEnabled | bool | `true` | |
54+
| global.security.allowInsecureImages | bool | `true` | |
5055
| ingress.annotations | list | `[]` | |
5156
| ingress.certManagerClusterIssuer | string | `""` | |
5257
| ingress.enabled | bool | `true` | |

charts/hive-metastore/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# hive-metastore
22

3-
![Version: 1.1.3](https://img.shields.io/badge/Version-1.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1](https://img.shields.io/badge/AppVersion-1-informational?style=flat-square)
3+
![Version: 1.1.4](https://img.shields.io/badge/Version-1.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1](https://img.shields.io/badge/AppVersion-1-informational?style=flat-square)
44

55
Hive metastore manage the metadata relational entities in a relational database.
66

@@ -33,6 +33,7 @@ Hive metastore manage the metadata relational entities in a relational database
3333
| global.postgresql.auth.database | string | `"metastore"` | |
3434
| global.postgresql.auth.password | string | `"changeme"` | |
3535
| global.postgresql.auth.username | string | `"admin"` | |
36+
| global.security.allowInsecureImages | bool | `true` | |
3637
| imagePullSecrets | list | `[]` | |
3738
| listener.className | string | `"org.pengfei.hive.listener.CustomHiveListener"` | |
3839
| listener.domainNamespace | string | `"user-pengfei"` | |
@@ -47,6 +48,7 @@ Hive metastore manage the metadata relational entities in a relational database
4748
| podAnnotations | object | `{}` | |
4849
| podSecurityContext | object | `{}` | |
4950
| postgresql.fullnameOverride | string | `"hive-metastore-db"` | |
51+
| postgresql.image.repository | string | `"bitnamilegacy/postgresql"` | |
5052
| postgresql.image.tag | string | `"12"` | |
5153
| replicaCount | int | `1` | |
5254
| resources | object | `{}` | |

charts/kafka/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# kafka
22

3-
![Version: 0.2.12](https://img.shields.io/badge/Version-0.2.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1](https://img.shields.io/badge/AppVersion-1-informational?style=flat-square)
3+
![Version: 0.2.13](https://img.shields.io/badge/Version-0.2.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1](https://img.shields.io/badge/AppVersion-1-informational?style=flat-square)
44

55
Apache Kafka is an event streaming platform for streaming analytics, data integration.
66

@@ -25,7 +25,9 @@ Apache Kafka is an event streaming platform for streaming analytics, data integr
2525
|-----|------|---------|-------------|
2626
| discovery.enabled | bool | `true` | |
2727
| fullnameOverride | string | `"kafka"` | |
28+
| global.security.allowInsecureImages | bool | `true` | |
2829
| kafka.fullnameOverride | string | `"kafka"` | |
30+
| kafka.image.repository | string | `"bitnamilegacy/kafka"` | |
2931
| kafka.listeners.client.protocol | string | `"PLAINTEXT"` | |
3032
| kafka.listeners.controller.protocol | string | `"PLAINTEXT"` | |
3133
| kafka.listeners.interbroker.protocol | string | `"PLAINTEXT"` | |

charts/lakefs/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# lakefs
22

3-
![Version: 1.0.6](https://img.shields.io/badge/Version-1.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.50.0](https://img.shields.io/badge/AppVersion-1.50.0-informational?style=flat-square)
3+
![Version: 1.0.7](https://img.shields.io/badge/Version-1.0.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.50.0](https://img.shields.io/badge/AppVersion-1.50.0-informational?style=flat-square)
44

55
Data version control for data lakes. It enables zero copy isolated environments, and more.
66

@@ -28,6 +28,7 @@ Data version control for data lakes. It enables zero copy isolated environments
2828
| global.postgresql.auth.database | string | `"lakefs"` | |
2929
| global.postgresql.auth.password | string | `"changeme"` | |
3030
| global.postgresql.auth.username | string | `"admin"` | |
31+
| global.security.allowInsecureImages | bool | `true` | |
3132
| imagePullSecrets | list | `[]` | |
3233
| ingress.annotations | list | `[]` | |
3334
| ingress.certManagerClusterIssuer | string | `""` | |
@@ -51,6 +52,7 @@ Data version control for data lakes. It enables zero copy isolated environments
5152
| podAnnotations | object | `{}` | |
5253
| podSecurityContext | object | `{}` | |
5354
| postgresql.fullnameOverride | string | `"lakefs-db"` | |
55+
| postgresql.image.repository | string | `"bitnamilegacy/postgresql"` | |
5456
| postgresql.image.tag | string | `"16"` | |
5557
| resources | object | `{}` | |
5658
| route.annotations | list | `[]` | |

charts/mariadb/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# mariadb
22

3-
![Version: 0.2.9](https://img.shields.io/badge/Version-0.2.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1](https://img.shields.io/badge/AppVersion-1-informational?style=flat-square)
3+
![Version: 0.2.10](https://img.shields.io/badge/Version-0.2.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1](https://img.shields.io/badge/AppVersion-1-informational?style=flat-square)
44

55
MariaDB is a SQL database server. It's MySQL but libre.
66

@@ -23,19 +23,22 @@ MariaDB is a SQL database server. It's MySQL but libre.
2323
| Key | Type | Default | Description |
2424
|-----|------|---------|-------------|
2525
| discovery.enabled | bool | `true` | |
26+
| global.security.allowInsecureImages | bool | `true` | |
2627
| mariadb.auth.database | string | `"my_database"` | |
2728
| mariadb.auth.existingSecret | string | `""` | |
2829
| mariadb.auth.password | string | `""` | |
2930
| mariadb.auth.rootPassword | string | `""` | |
3031
| mariadb.auth.username | string | `""` | |
3132
| mariadb.image.pullPolicy | string | `"IfNotPresent"` | |
33+
| mariadb.image.repository | string | `"bitnamilegacy/mariadb"` | |
3234
| mariadb.image.tag | string | `"11.5.2"` | |
3335
| mariadb.primary.existingConfigmap | string | `""` | |
3436
| mariadb.primary.resources.limits | object | `{}` | |
3537
| mariadb.primary.resources.requests.cpu | string | `"1000m"` | |
3638
| mariadb.primary.resources.requests.memory | string | `"512Mi"` | |
3739
| mariadb.primary.service.ports.mysql | int | `3306` | |
3840
| mariadb.volumePermissions.enabled | bool | `true` | |
41+
| mariadb.volumePermissions.image.repository | string | `"bitnamilegacy/os-shell"` | |
3942

4043
----------------------------------------------
4144
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)

charts/mongodb/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# mongodb
22

3-
![Version: 1.0.4](https://img.shields.io/badge/Version-1.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1](https://img.shields.io/badge/AppVersion-1-informational?style=flat-square)
3+
![Version: 1.0.5](https://img.shields.io/badge/Version-1.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1](https://img.shields.io/badge/AppVersion-1-informational?style=flat-square)
44

55
NoSQL document-oriented database that stores JSON-like documents with dynamic schemas.
66

@@ -24,12 +24,14 @@ NoSQL document-oriented database that stores JSON-like documents with dynamic sc
2424
|-----|------|---------|-------------|
2525
| discovery.enabled | bool | `true` | |
2626
| fullnameOverride | string | `"mongodb"` | |
27+
| global.security.allowInsecureImages | bool | `true` | |
2728
| mongodb.architecture | string | `"replicaset"` | |
2829
| mongodb.auth.database | string | `"defaultdb"` | |
2930
| mongodb.auth.password | string | `"changeme"` | |
3031
| mongodb.auth.rootPassword | string | `"changeme"` | |
3132
| mongodb.auth.username | string | `"username"` | |
3233
| mongodb.fullnameOverride | string | `"mongodb"` | |
34+
| mongodb.image.repository | string | `"bitnamilegacy/mongodb"` | |
3335
| mongodb.image.tag | string | `"4.4"` | |
3436
| mongodb.replicaCount | int | `2` | |
3537
| mongodb.resources | object | `{}` | |

charts/nocodb/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# nocodb
22

3-
![Version: 2.0.7](https://img.shields.io/badge/Version-2.0.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.260.5](https://img.shields.io/badge/AppVersion-0.260.5-informational?style=flat-square)
3+
![Version: 2.0.8](https://img.shields.io/badge/Version-2.0.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.260.5](https://img.shields.io/badge/AppVersion-0.260.5-informational?style=flat-square)
44

55
NocoDB is an open source NoCode platform that turns any database into a smart spreadsheet
66

@@ -31,6 +31,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp
3131
| global.postgresql.auth.database | string | `"nocodb-metadata"` | |
3232
| global.postgresql.auth.password | string | `"changeme"` | |
3333
| global.postgresql.auth.username | string | `"admin"` | |
34+
| global.security.allowInsecureImages | bool | `true` | |
3435
| imagePullSecrets | list | `[]` | |
3536
| ingress.annotations | list | `[]` | |
3637
| ingress.certManagerClusterIssuer | string | `""` | |
@@ -47,6 +48,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp
4748
| podAnnotations | object | `{}` | |
4849
| podSecurityContext | object | `{}` | |
4950
| postgresql.fullnameOverride | string | `"nocodb-pg"` | |
51+
| postgresql.image.repository | string | `"bitnamilegacy/postgresql"` | |
5052
| postgresql.image.tag | string | `"16"` | |
5153
| replicaCount | int | `1` | |
5254
| resources | object | `{}` | |

charts/postgresql/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# postgresql
22

3-
![Version: 1.0.11](https://img.shields.io/badge/Version-1.0.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 17.5.0](https://img.shields.io/badge/AppVersion-17.5.0-informational?style=flat-square)
3+
![Version: 1.0.12](https://img.shields.io/badge/Version-1.0.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 17.5.0](https://img.shields.io/badge/AppVersion-17.5.0-informational?style=flat-square)
44

55
An object-relational database management system, a database server.
66

@@ -29,7 +29,7 @@ An object-relational database management system, a database server.
2929
| postgresql.auth.username | string | `""` | |
3030
| postgresql.extensions.postgis | bool | `false` | |
3131
| postgresql.image.pullPolicy | string | `"IfNotPresent"` | |
32-
| postgresql.image.repository | string | `"bitnami/postgresql"` | |
32+
| postgresql.image.repository | string | `"bitnamilegacy/postgresql"` | |
3333
| postgresql.image.tag | string | `"17"` | |
3434
| postgresql.primary.initdb.scriptsConfigMap | string | `"{{ include \"library-chart.fullname\" . }}"` | |
3535
| postgresql.primary.networkPolicy.enabled | bool | `false` | |

0 commit comments

Comments
 (0)