Skip to content

Commit afb6340

Browse files
committed
Generate Helm docs
1 parent a504e9d commit afb6340

File tree

6 files changed

+27
-8
lines changed

6 files changed

+27
-8
lines changed

charts/airflow/README.md

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

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

55
Apache Airflow is a tool to express and execute workflows as directed acyclic graphs (DAGs). It includes utilities to schedule tasks, monitor task progress and handle task dependencies.
66

@@ -27,12 +27,17 @@ Apache Airflow is a tool to express and execute workflows as directed acyclic gr
2727
| airflow.dagProcessor.resourcesPreset | string | `"small"` | |
2828
| airflow.dags.enabled | bool | `false` | |
2929
| airflow.dags.repositories | list | `[]` | |
30+
| airflow.image.repository | string | `"bitnamilegacy/airflow"` | |
3031
| airflow.ingress.enabled | bool | `false` | |
32+
| airflow.metrics.image.repository | string | `"bitnamilegacy/statsd-exporter"` | |
33+
| airflow.postgresql.image.repository | string | `"bitnamilegacy/postgresql"` | |
3134
| airflow.postgresql.primary.resourcesPreset | string | `"nano"` | |
35+
| airflow.redis.image.repository | string | `"bitnamilegacy/redis"` | |
3236
| airflow.redis.master.resourcesPreset | string | `"nano"` | |
3337
| airflow.scheduler.resourcesPreset | string | `"small"` | |
3438
| airflow.web.resourcesPreset | string | `"medium"` | |
3539
| airflow.worker.resourcesPreset | string | `"large"` | |
40+
| global.security.allowInsecureImages | bool | `true` | |
3641
| ingress.annotations | list | `[]` | |
3742
| ingress.certManagerClusterIssuer | string | `""` | |
3843
| ingress.host | string | `"chart-example.local"` | |

charts/argilla/README.md

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

3-
![Version: 1.0.3](https://img.shields.io/badge/Version-1.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.0](https://img.shields.io/badge/AppVersion-2.3.0-informational?style=flat-square)
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: 2.3.0](https://img.shields.io/badge/AppVersion-2.3.0-informational?style=flat-square)
44

55
Argilla is a data annotation and curation platform designed to streamline the process of creating, managing, and labeling datasets for machine learning and natural language processing (NLP) tasks
66

@@ -55,7 +55,7 @@ Argilla is a data annotation and curation platform designed to streamline the pr
5555
| elasticsearch.fullnameOverride | string | `"argilla-elasticsearch"` | |
5656
| elasticsearch.image.pullPolicy | string | `"IfNotPresent"` | |
5757
| elasticsearch.image.registry | string | `"docker.io"` | |
58-
| elasticsearch.image.repository | string | `"bitnami/elasticsearch"` | |
58+
| elasticsearch.image.repository | string | `"bitnamilegacy/elasticsearch"` | |
5959
| elasticsearch.image.tag | string | `"8.15.2-debian-12-r4"` | |
6060
| elasticsearch.ingest.replicaCount | int | `0` | |
6161
| elasticsearch.ingress.enabled | bool | `false` | |
@@ -76,6 +76,7 @@ Argilla is a data annotation and curation platform designed to streamline the pr
7676
| global.postgresql.auth.database | string | `"argilla"` | |
7777
| global.postgresql.auth.password | string | `"changeme"` | |
7878
| global.postgresql.auth.username | string | `"postgres"` | |
79+
| global.security.allowInsecureImages | bool | `true` | |
7980
| ingress.annotations | list | `[]` | |
8081
| ingress.certManagerClusterIssuer | string | `""` | |
8182
| ingress.enabled | bool | `true` | |
@@ -86,7 +87,7 @@ Argilla is a data annotation and curation platform designed to streamline the pr
8687
| postgresql.fullnameOverride | string | `"argilla-postgresql"` | |
8788
| postgresql.image.pullPolicy | string | `"IfNotPresent"` | |
8889
| postgresql.image.registry | string | `"docker.io"` | |
89-
| postgresql.image.repository | string | `"bitnami/postgresql"` | |
90+
| postgresql.image.repository | string | `"bitnamilegacy/postgresql"` | |
9091
| postgresql.image.tag | string | `"14"` | |
9192
| postgresql.primary.networkPolicy.allowExternal | bool | `false` | |
9293
| postgresql.primary.networkPolicy.enabled | bool | `true` | |
@@ -99,6 +100,7 @@ Argilla is a data annotation and curation platform designed to streamline the pr
99100
| redis.architecture | string | `"standalone"` | |
100101
| redis.auth.enabled | bool | `false` | |
101102
| redis.fullnameOverride | string | `"argilla-redis"` | |
103+
| redis.image.repository | string | `"bitnamilegacy/redis"` | |
102104
| redis.master.persistence.enabled | bool | `true` | |
103105
| redis.master.persistence.size | string | `"2Gi"` | |
104106
| redis.networkPolicy.allowExternal | bool | `false` | |

charts/langfuse/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# langfuse
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: 3.63.1](https://img.shields.io/badge/AppVersion-3.63.1-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: 3.63.1](https://img.shields.io/badge/AppVersion-3.63.1-informational?style=flat-square)
44

55
LLM engineering platform - LLM observability, metrics, evaluations, prompt management.
66

@@ -24,6 +24,7 @@ LLM engineering platform - LLM observability, metrics, evaluations, prompt manag
2424
|-----|------|---------|-------------|
2525
| discovery.enabled | bool | `true` | |
2626
| fullnameOverride | string | `""` | |
27+
| global.security.allowInsecureImages | bool | `true` | |
2728
| ingress.annotations | list | `[]` | |
2829
| ingress.certManagerClusterIssuer | string | `""` | |
2930
| ingress.hostname | string | `"chart-example.local"` | |
@@ -33,7 +34,9 @@ LLM engineering platform - LLM observability, metrics, evaluations, prompt manag
3334
| langfuse.clickhouse.auth.password | string | `"change-me"` | |
3435
| langfuse.clickhouse.deploy | bool | `true` | |
3536
| langfuse.clickhouse.fullnameOverride | string | `"langfuse-clickhouse"` | |
37+
| langfuse.clickhouse.image.repository | string | `"bitnamilegacy/clickhouse"` | |
3638
| langfuse.clickhouse.replicaCount | int | `1` | |
39+
| langfuse.clickhouse.zookeeper.image.repository | string | `"bitnamilegacy/zookeeper"` | |
3740
| langfuse.langfuse.encryptionKey.secretKeyRef.key | string | `"encryption-key"` | |
3841
| langfuse.langfuse.encryptionKey.secretKeyRef.name | string | `"langfuse-encryption"` | |
3942
| langfuse.langfuse.features.experimentalFeaturesEnabled | bool | `false` | Enable experimental features |
@@ -65,6 +68,7 @@ LLM engineering platform - LLM observability, metrics, evaluations, prompt manag
6568
| langfuse.postgresql.auth.password | string | `"change-me"` | |
6669
| langfuse.postgresql.deploy | bool | `true` | |
6770
| langfuse.postgresql.fullnameOverride | string | `"langfuse-postgresql"` | |
71+
| langfuse.postgresql.image.repository | string | `"bitnamilegacy/postgresql"` | |
6872
| langfuse.postgresql.primary.customStartupProbe.exec.command[0] | string | `"/bin/sh"` | |
6973
| langfuse.postgresql.primary.customStartupProbe.exec.command[1] | string | `"-c"` | |
7074
| langfuse.postgresql.primary.customStartupProbe.exec.command[2] | string | `"exec pg_isready -U \"postgres\" -h 127.0.0.1 -p 5432 && sleep 5"` | |
@@ -79,12 +83,14 @@ LLM engineering platform - LLM observability, metrics, evaluations, prompt manag
7983
| langfuse.redis.auth.password | string | `"change-me"` | |
8084
| langfuse.redis.deploy | bool | `true` | |
8185
| langfuse.redis.fullnameOverride | string | `"langfuse-redis"` | |
86+
| langfuse.redis.image.repository | string | `"bitnamilegacy/valkey"` | |
8287
| langfuse.redis.primary.persistentVolumeClaimRetentionPolicy.enabled | bool | `false` | |
8388
| langfuse.redis.primary.persistentVolumeClaimRetentionPolicy.whenDeleted | string | `"Delete"` | |
8489
| langfuse.redis.primary.persistentVolumeClaimRetentionPolicy.whenScaled | string | `"Retain"` | |
8590
| langfuse.s3.auth.rootPassword | string | `"change-me"` | |
8691
| langfuse.s3.deploy | bool | `true` | |
8792
| langfuse.s3.fullnameOverride | string | `"langfuse-s3"` | |
93+
| langfuse.s3.image.repository | string | `"bitnamilegacy/minio"` | |
8894
| nameOverride | string | `""` | |
8995
| route.annotations | list | `[]` | |
9096
| route.enabled | bool | `false` | |

charts/metaflow/README.md

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

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

55
Metaflow is a human-friendly Python/R library that helps scientists and engineers build and manage real-life data science projects.
66

@@ -36,6 +36,7 @@ Metaflow is a human-friendly Python/R library that helps scientists and engineer
3636
| global.postgresql.auth.database | string | `"metaflow"` | |
3737
| global.postgresql.auth.password | string | `"metaflow"` | |
3838
| global.postgresql.auth.username | string | `"metaflow"` | |
39+
| global.security.allowInsecureImages | bool | `true` | |
3940
| imagePullSecrets | list | `[]` | |
4041
| ingress.annotations | list | `[]` | |
4142
| ingress.enabled | bool | `true` | |
@@ -56,6 +57,7 @@ Metaflow is a human-friendly Python/R library that helps scientists and engineer
5657
| podAnnotations | object | `{}` | |
5758
| podSecurityContext | object | `{}` | |
5859
| postgresql.fullnameOverride | string | `"metaflow-db"` | |
60+
| postgresql.image.repository | string | `"bitnamilegacy/postgresql"` | |
5961
| postgresql.image.tag | string | `"12"` | |
6062
| replicaCount | int | `1` | |
6163
| resources | object | `{}` | |

charts/mlflow/README.md

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

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)
3+
![Version: 2.0.9](https://img.shields.io/badge/Version-2.0.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
44

55
MLflow is an open source platform to manage the ML lifecycle, including experimentation, reproducibility, deployment, and a central model registry.
66

@@ -33,6 +33,7 @@ MLflow is an open source platform to manage the ML lifecycle, including experime
3333
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
3434
| discovery.enabled | bool | `true` | |
3535
| fullnameOverride | string | `""` | |
36+
| global.security.allowInsecureImages | bool | `true` | |
3637
| imagePullSecrets | list | `[]` | |
3738
| ingress.annotations | list | `[]` | |
3839
| ingress.certManagerClusterIssuer | string | `""` | |
@@ -53,6 +54,7 @@ MLflow is an open source platform to manage the ML lifecycle, including experime
5354
| postgresql.auth.postgresPassword | string | `"changeme"` | |
5455
| postgresql.auth.username | string | `"admin"` | |
5556
| postgresql.fullnameOverride | string | `"mlflow-db"` | |
57+
| postgresql.image.repository | string | `"bitnamilegacy/postgresql"` | |
5658
| postgresql.image.tag | string | `"15"` | |
5759
| postgresql.primary.persistence.enabled | bool | `true` | |
5860
| postgresql.primary.persistence.size | string | `"8Gi"` | |

charts/yatai/README.md

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

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

55
Yatai lets you deploy, operate and scale Machine Learning services on Kubernetes.
66

@@ -59,6 +59,7 @@ Yatai lets you deploy, operate and scale Machine Learning services on Kubernetes
5959
| fullnameOverride | string | `""` | |
6060
| global.postgresql.auth.database | string | `"yatai"` | |
6161
| global.postgresql.auth.postgresPassword | string | `"changeme"` | |
62+
| global.security.allowInsecureImages | bool | `true` | |
6263
| image.yatai.pullPolicy | string | `"IfNotPresent"` | |
6364
| image.yatai.repository | string | `"aminehub/yatai"` | |
6465
| image.yatai.tag | string | `"1.1.3.v2"` | |
@@ -91,6 +92,7 @@ Yatai lets you deploy, operate and scale Machine Learning services on Kubernetes
9192
| podAnnotations | object | `{}` | |
9293
| podSecurityContext | object | `{}` | |
9394
| postgresql.fullnameOverride | string | `"yatai-postgresql"` | |
95+
| postgresql.image.repository | string | `"bitnamilegacy/postgresql"` | |
9496
| postgresql.image.tag | string | `"12"` | |
9597
| replicaCount | int | `1` | |
9698
| resources | object | `{}` | |

0 commit comments

Comments
 (0)