Skip to content

Commit

Permalink
Auto update readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
omad committed Jun 14, 2024
1 parent 8d03f69 commit 92311ed
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 8 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
repos:
- repo: https://github.com/norwoodj/helm-docs
rev: "v1.13.1"
hooks:
- id: helm-docs-container
args:
# Make the tool search for charts only under the `charts` directory
- --chart-search-root=stable
2 changes: 2 additions & 0 deletions stable/datacube-dask/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,5 @@ Distributed Dask for Datacube
| worker.targetMemory | int | `75` | |
| worker.tolerations | list | `[]` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
2 changes: 2 additions & 0 deletions stable/datacube-data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ A Helm chart for running datacube data management
| tolerations | list | `[]` | |
| wmsConfig.image | object | `{}` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
2 changes: 2 additions & 0 deletions stable/datacube-dev-env/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ A Helm chart for deploying a development environment to kubernetes
| service.port | int | `80` | |
| service.type | string | `"NodePort"` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
11 changes: 6 additions & 5 deletions stable/datacube-explorer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,15 @@ A Helm chart for Datacube Explorer
| startupProbe.periodSeconds | int | `30` | |
| startupProbe.timeoutSeconds | int | `60` | |
| updateCreationDt.backoffLimit | int | `0` | |
| updateCreationDt.concurrencyPolicy | string | `"Allow"` | |
| updateCreationDt.cron | string | `"0 13 * * *"` | |
| updateCreationDt.concurrencyPolicy | string | `"Allow"` | - Allow concurrent executions of the Job |
| updateCreationDt.cron | string | `"0 13 * * *"` | - Default to run at 11pm Australia Eastern Daylight Time |
| updateCreationDt.dockerArgs[0] | string | `"cubedash-gen"` | |
| updateCreationDt.dockerArgs[1] | string | `"--no-init-database"` | |
| updateCreationDt.dockerArgs[2] | string | `"--refresh-stats"` | |
| updateCreationDt.dockerArgs[3] | string | `"--force-refresh"` | |
| updateCreationDt.dockerArgs[4] | string | `"--all"` | |
| updateCreationDt.enabled | bool | `false` | |
| updateCreationDt.dockerArgs[3] | string | `"--all"` | |
| updateCreationDt.enabled | bool | `false` | - Whether to create a CronJob to automatically keep the Explorer extents tables up to date |
| updateCreationDt.historyLimit | int | `1` | |
| updateCreationDt.suspend | bool | `false` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
6 changes: 4 additions & 2 deletions stable/datacube-explorer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,19 @@ dockerArgs: ["gunicorn", "-b", "0.0.0.0:8080", "-w", "3", "--threads=2", "-k",
"||", "true"]

updateCreationDt:
# --- Whether to create a CronJob to automatically keep the Explorer extents tables up to date
enabled: false
historyLimit: 1
# --- Allow concurrent executions of the Job
concurrencyPolicy: Allow # concurrent executions of a job
cron: "0 13 * * *" ## Run daily at 11 pm AEST
# --- Default to run at 11pm Australia Eastern Daylight Time
cron: "0 13 * * *"
suspend: false
backoffLimit: 0 # Number of retries
dockerArgs:
- "cubedash-gen"
- "--no-init-database"
- "--refresh-stats"
- "--force-refresh"
- "--all"

additionalSettings: {}
Expand Down
2 changes: 2 additions & 0 deletions stable/datacube-index/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,5 @@ Datacube OGC Web Services Indexing
| index.yaml_safety | string | `nil` | |
| wmsConfig.image | object | `{}` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
2 changes: 1 addition & 1 deletion stable/datacube-ows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Datacube Web Map Service

Current chart version is `0.19.0`
Current chart version is `0.20.0`

Source code can be found [here](https://www.opendatacube.org/documentation)

Expand Down
2 changes: 2 additions & 0 deletions stable/datacube-processing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ A Helm chart for datacube processing
| sqs.region | string | `"ap-southeast-2"` | |
| tolerations | list | `[]` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
2 changes: 2 additions & 0 deletions stable/datacube-wps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,5 @@ A Helm chart for Datacube WPS on Kubernetes
| wps.securityContext | object | `{}` | |
| wpsConfig.image | object | `{}` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
2 changes: 2 additions & 0 deletions stable/datakubemanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ A Helm chart for Deploying Datakubemanager
| worker.resources | object | `{}` | |
| worker.tolerations | list | `[]` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
2 changes: 2 additions & 0 deletions stable/restcube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ A Helm chart for Deploying RestCube
| worker.resources | object | `{}` | |
| worker.tolerations | list | `[]` | |

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

0 comments on commit 92311ed

Please sign in to comment.