Skip to content

Commit

Permalink
docs(charts): update README
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Camalon <135698225+thbcmlowk@users.noreply.github.com>
  • Loading branch information
thbcmlowk committed Sep 13, 2024
1 parent 1a85f6a commit 429b587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/substra-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,15 +318,15 @@ See [UPGRADE.md](https://github.com/Substra/substra-backend/blob/main/charts/sub
| --------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------- |
| `kaniko.image.registry` | Kaniko image registry | `gcr.io` |
| `kaniko.image.repository` | Kaniko image repository | `kaniko-project/executor` |
| `kaniko.image.tag` | Kaniko image tag | `v1.8.1` |
| `kaniko.image.tag` | Kaniko image tag | `v1.23.2` |
| `kaniko.resources.requests.cpu` | Kaniko container cpu request | `1000m` |
| `kaniko.resources.requests.memory` | Kaniko container memory request | `4Gi` |
| `kaniko.resources.limits.memory` | Kaniko container memory limit | `32Gi` |
| `kaniko.mirror` | If set to `true` pull base images from the local registry. | `false` |
| `kaniko.dockerConfigSecretName` | A Docker config to use for pulling base images | `nil` |
| `kaniko.cache.warmer.image.registry` | Kaniko cache warmer registry | `gcr.io` |
| `kaniko.cache.warmer.image.repository` | Kaniko cache warmer repository | `kaniko-project/warmer` |
| `kaniko.cache.warmer.image.tag` | Kaniko cache warmer image tag | `v1.8.1` |
| `kaniko.cache.warmer.image.tag` | Kaniko cache warmer image tag | `v1.23.2` |
| `kaniko.cache.warmer.cachedImages` | A list of docker images to warmup the Kaniko cache | `[]` |
| `kaniko.cache.persistence.storageClass` | Specify the _StorageClass_ used to provision the volume. Or the default _StorageClass_ will be used. Set it to `-` to disable dynamic provisioning | `""` |
| `kaniko.cache.persistence.size` | The size of the volume. | `10Gi` |
Expand Down

0 comments on commit 429b587

Please sign in to comment.