Skip to content
This repository was archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
chore(deps): update chart readmes (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjahnke authored Feb 22, 2022
1 parent 15912dd commit 9373c6a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 19 deletions.
9 changes: 5 additions & 4 deletions charts/dataspace-connector/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dataspace-connector

![Version: 0.2.8](https://img.shields.io/badge/Version-0.2.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.5.1](https://img.shields.io/badge/AppVersion-6.5.1-informational?style=flat-square)
![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.0.2](https://img.shields.io/badge/AppVersion-7.0.2-informational?style=flat-square)

A Helm chart for Kubernetes

Expand All @@ -16,7 +16,7 @@ A Helm chart for Kubernetes
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| autoscaling | object | `{"enabled":false,"maxReplicas":100,"minReplicas":1,"targetCPUUtilizationPercentage":80}` | Connector horizontal autoscaling settings |
| env | object | `{"config":{"CONFIGURATION_PATH":"/etc/dataspace-connector/config.json","LOGGING_CONFIG":"file:///etc/dataspace-connector/log4j2.xml","MANAGEMENT_ENDPOINTS_WEB_EXPOSURE_INCLUDE":"metrics,health","MANAGEMENT_ENDPOINT_HEALTH_ENABLED":"true","MANAGEMENT_ENDPOINT_METRICS_ENABLED":"true","SERVER_SSL_ENABLED":"false","SERVER_SSL_KEY-STORE":"/var/run/certs/keystore.p12"},"secrets":{"SPRING_SECURITY_USER_NAME":"admin","SPRING_SECURITY_USER_PASSWORD":"password"}}` | Connector properties |
| env | object | `{"config":{"CONFIGURATION_PATH":"/etc/dataspace-connector/config.json","LOGGING_CONFIG":"file:///etc/dataspace-connector/log4j2.xml","MANAGEMENT_ENDPOINTS_WEB_EXPOSURE_INCLUDE":"metrics,health","MANAGEMENT_ENDPOINT_HEALTH_ENABLED":"true","MANAGEMENT_ENDPOINT_METRICS_ENABLED":"true","SERVER_SSL_ENABLED":"false","SERVER_SSL_KEY-STORE":"/var/run/certs/keystore.p12"},"flyway":{"SPRING_FLYWAY_BASELINE-ON-MIGRATE":"false","SPRING_FLYWAY_BASELINE-VERSION":"7.0.0","SPRING_FLYWAY_ENABLED":"false","SPRING_JPA_HIBERNATE_DDL-AUTO":"update"},"secrets":{"SPRING_SECURITY_USER_NAME":"admin","SPRING_SECURITY_USER_PASSWORD":"password"}}` | Connector properties |
| env.config | object | `{"CONFIGURATION_PATH":"/etc/dataspace-connector/config.json","LOGGING_CONFIG":"file:///etc/dataspace-connector/log4j2.xml","MANAGEMENT_ENDPOINTS_WEB_EXPOSURE_INCLUDE":"metrics,health","MANAGEMENT_ENDPOINT_HEALTH_ENABLED":"true","MANAGEMENT_ENDPOINT_METRICS_ENABLED":"true","SERVER_SSL_ENABLED":"false","SERVER_SSL_KEY-STORE":"/var/run/certs/keystore.p12"}` | Connector environment variables |
| env.config.CONFIGURATION_PATH | string | `"/etc/dataspace-connector/config.json"` | Path to the connector configuration |
| env.config.LOGGING_CONFIG | string | `"file:///etc/dataspace-connector/log4j2.xml"` | Connector logging configuration location |
Expand All @@ -30,7 +30,7 @@ A Helm chart for Kubernetes
| env.secrets.SPRING_SECURITY_USER_PASSWORD | string | `"password"` | Connector admin password |
| image.pullPolicy | string | `"Always"` | Image pull policy |
| image.repository | string | `"ghcr.io/international-data-spaces-association/dataspace-connector"` | Connector image name |
| image.tag | string | `"latest"` | Connector version without the "v" |
| image.tag | string | `""` | Connector version without the "v" |
| imagePullSecrets | list | `[]` | Secrets for pulling images |
| ingress | object | `{"annotations":null,"className":"","enabled":false,"hosts":[{"host":"localhost","paths":[{"path":"/","pathType":"Prefix"}]}],"tls":[{"hosts":["localhost"],"secretName":"testsecret-tls"}]}` | Connector kubernetes ingress settings |
| ingress.enabled | bool | `false` | Whether to enable ingress for the connector |
Expand All @@ -49,6 +49,7 @@ A Helm chart for Kubernetes
| securityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"runAsUser":65532}` | Security context applied to the pods |
| securityContext.allowPrivilegeEscalation | bool | `false` | Whether to allow privilege escalations |
| securityContext.capabilities | object | `{"drop":["ALL"]}` | Capabilities of the pods |
| securityContext.runAsUser | int | `65532` | User running the pods |
| service | object | `{"port":80,"type":"ClusterIP"}` | Kubernetes connector service settings |
| service.port | int | `80` | Connector service port |
| service.type | string | `"ClusterIP"` | Connector service type |
Expand All @@ -59,4 +60,4 @@ A Helm chart for Kubernetes
| tolerations | list | `[]` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
Autogenerated from chart metadata using [helm-docs v1.7.0](https://github.com/norwoodj/helm-docs/releases/v1.7.0)
24 changes: 11 additions & 13 deletions charts/tests/route-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,18 @@ A Helm chart for Kubernetes
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"ghcr.io/international-data-spaces-association/dataspace-connector/tests/route-backend"` | |
| image.tag | string | `"latest"` | |
| image.pullPolicy | string | `"Always"` | Image pull policy |
| image.repository | string | `"ghcr.io/international-data-spaces-association/dataspace-connector/tests/route-backend"` | Backend image name |
| image.tag | string | `"latest"` | Backend image tag |
| nodeSelector | object | `{}` | |
| podAnnotations."seccomp.security.alpha.kubernetes.io/pod" | string | `"runtime/default"` | |
| podSecurityContext | object | `{}` | |
| replicaCount | int | `1` | |
| resources.limits.cpu | string | `"8"` | |
| resources.limits.memory | string | `"4Gi"` | |
| resources.requests.cpu | string | `"250m"` | |
| resources.requests.memory | string | `"1Gi"` | |
| service.port | int | `5000` | |
| service.type | string | `"ClusterIP"` | |
| podAnnotations | object | `{"seccomp.security.alpha.kubernetes.io/pod":"runtime/default"}` | Annotation for the deployed pods |
| podSecurityContext | object | `{}` | Security context for the pods |
| replicaCount | int | `1` | Number of backend instances |
| resources | object | `{"limits":{"cpu":"8","memory":"4Gi"},"requests":{"cpu":"250m","memory":"1Gi"}}` | Backend kubernetes resource settings |
| service | object | `{"port":5000,"type":"ClusterIP"}` | Kubernetes service settings for backend |
| service.port | int | `5000` | Backend service port |
| service.type | string | `"ClusterIP"` | Backend service type |
| tolerations | list | `[]` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
Autogenerated from chart metadata using [helm-docs v1.7.0](https://github.com/norwoodj/helm-docs/releases/v1.7.0)
4 changes: 2 additions & 2 deletions charts/tests/runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A Helm chart for Kubernetes

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| entrypoint | string | `""` | |
| entrypoint | string | `""` | Entrypoint for the runner image (name of a contained test script) |

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

0 comments on commit 9373c6a

Please sign in to comment.