Skip to content

Commit

Permalink
Merge pull request #45 from directus-labs/update-helm-docs
Browse files Browse the repository at this point in the history
Update helm docs
  • Loading branch information
mikesindieiev authored Oct 30, 2024
2 parents 659a951 + 840a997 commit 6dc6207
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions charts/directus/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# directus

![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: 11.1.1](https://img.shields.io/badge/AppVersion-11.1.1-informational?style=flat-square)
![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: 11.1.2](https://img.shields.io/badge/AppVersion-11.1.2-informational?style=flat-square)

A Helm chart for installing Directus on Kubernetes.
Directus is a real-time API and App dashboard for managing SQL database content.
Expand Down Expand Up @@ -31,6 +31,7 @@ Directus is a real-time API and App dashboard for managing SQL database content.
|-----|------|---------|-------------|
| adminEmail | string | `"[email protected]"` | |
| affinity | object | `{}` | |
| attachExistingSecrets | list | `[]` | |
| autoscaling.enabled | bool | `false` | |
| autoscaling.maxReplicas | int | `100` | |
| autoscaling.minReplicas | int | `1` | |
Expand All @@ -41,7 +42,7 @@ Directus is a real-time API and App dashboard for managing SQL database content.
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"directus/directus"` | |
| image.tag | string | `"11.1.1"` | |
| image.tag | string | `"11.1.2"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |
Expand Down

0 comments on commit 6dc6207

Please sign in to comment.