You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command deploys necessary `Function` and `Task` definition to backup or restore Elasticsearch 7.2.0 using Stash on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
@@ -32,10 +32,10 @@ The command deploys necessary `Function` and `Task` definition to backup or rest
32
32
33
33
## Uninstalling the Chart
34
34
35
-
To uninstall/delete the `stash-elasticsearch-7.2.0-v6`:
35
+
To uninstall/delete the `stash-elasticsearch-7.2.0-v7`:
| image.registry | Docker registry used to pull Elasticsearch addon image |`stashed`|
52
52
| image.repository | Docker image used to backup/restore Elasticsearch database |`stash-elasticsearch`|
53
-
| image.tag | Tag of the image that is used to backup/restore Elasticsearch database. This is usually same as the database version it can backup. |`7.2.0-v6`|
53
+
| image.tag | Tag of the image that is used to backup/restore Elasticsearch database. This is usually same as the database version it can backup. |`7.2.0-v7`|
54
54
| backup.args | Arguments to pass to `multielasticdump` command during backup process |`""`|
55
55
| restore.args | Arguments to pass to `multielasticdump` command during restore process |`""`|
56
56
| waitTimeout | Number of seconds to wait for the database to be ready before backup/restore process. |`300`|
@@ -59,12 +59,12 @@ The following table lists the configurable parameters of the `stash-elasticsearc
59
59
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example:
0 commit comments