Skip to content

Commit

Permalink
fix(chart:k8up): Fix outdated README
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Hutter <[email protected]>
  • Loading branch information
mhutter committed Jul 31, 2024
1 parent 88e3c73 commit b5ece19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/k8up/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Document your changes in values.yaml and let `make docs:helm` generate this sect
| image.pullPolicy | string | `"IfNotPresent"` | Operator image pull policy |
| image.registry | string | `"ghcr.io"` | Operator image registry |
| image.repository | string | `"k8up-io/k8up"` | Operator image repository |
| image.tag | string | `"v2.10.0"` | Operator image tag (version) |
| image.tag | string | `"v2.11.0"` | Operator image tag (version) |
| imagePullSecrets | list | `[]` | |
| k8up.backupImage.repository | string | `""` | The backup runner image repository. Defaults to `{image.registry}/{image.repository}`. Specify an image repository including registry, e.g. `example.com/repo/image` |
| k8up.backupImage.tag | string | `""` | The backup runner image tag Defaults to `{image.tag}` |
Expand Down

0 comments on commit b5ece19

Please sign in to comment.