Skip to content

Commit

Permalink
bump docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie zieziula committed Mar 4, 2024
1 parent 88bbc25 commit 6c95a23
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
5 changes: 1 addition & 4 deletions charts/prefect-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Prefect Agent application bundle

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | common | 2.14.1 |
| https://charts.bitnami.com/bitnami | common | 2.16.1 |

## Values

Expand Down Expand Up @@ -79,6 +79,3 @@ Prefect Agent application bundle
| serviceAccount.annotations | object | `{}` | additional service account annotations (evaluated as a template) |
| serviceAccount.create | bool | `true` | specifies whether a ServiceAccount should be created |
| serviceAccount.name | string | `""` | the name of the ServiceAccount to use. if not set and create is true, a name is generated using the common.names.fullname template |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
5 changes: 1 addition & 4 deletions charts/prefect-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ No secrets are created when providing an existing secret.

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | common | 2.14.1 |
| https://charts.bitnami.com/bitnami | common | 2.16.1 |
| https://charts.bitnami.com/bitnami | postgresql | 12.12.10 |

## Values
Expand Down Expand Up @@ -195,6 +195,3 @@ No secrets are created when providing an existing secret.
| serviceAccount.annotations | object | `{}` | additional service account annotations (evaluated as a template) |
| serviceAccount.create | bool | `true` | specifies whether a ServiceAccount should be created |
| serviceAccount.name | string | `""` | the name of the ServiceAccount to use. if not set and create is true, a name is generated using the common.names.fullname template |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
5 changes: 1 addition & 4 deletions charts/prefect-worker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ helm install prefect-worker prefect/prefect-worker -f values.yaml --set-file wor

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | common | 2.14.1 |
| https://charts.bitnami.com/bitnami | common | 2.16.1 |

## Values

Expand Down Expand Up @@ -301,6 +301,3 @@ helm install prefect-worker prefect/prefect-worker -f values.yaml --set-file wor
| worker.serverApiConfig.apiUrl | string | `""` | prefect API url (PREFECT_API_URL) |
| worker.serverApiConfig.uiUrl | string | `"http://localhost:4200"` | prefect UI url |
| worker.tolerations | list | `[]` | tolerations for worker pods assignment |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
3 changes: 0 additions & 3 deletions charts/prometheus-prefect-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,3 @@ Shoutout to @ialejandro for the original work on this chart!
| serviceMonitor | object | `{"enabled":false,"interval":"30s","metricRelabelings":[],"relabelings":[],"scrapeTimeout":"10s"}` | Enable ServiceMonitor to get metrics ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#servicemonitor |
| serviceMonitor.enabled | bool | `false` | Enable or disable |
| tolerations | list | `[]` | Tolerations for pod assignment |

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

0 comments on commit 6c95a23

Please sign in to comment.