Skip to content

Commit

Permalink
Prepare for release 7.3.2-v3 (#388)
Browse files Browse the repository at this point in the history
ProductLine: Stash

Release: v2020.10.21

Release-tracker: stashed/CHANGELOG#16
Signed-off-by: 1gtm <1gtm@appscode.com>
  • Loading branch information
1gtm committed Oct 22, 2020
1 parent f77d957 commit 6186f5a
Show file tree
Hide file tree
Showing 302 changed files with 796 additions and 53,308 deletions.
4 changes: 2 additions & 2 deletions charts/stash-elasticsearch/Chart.yaml
@@ -1,8 +1,8 @@
apiVersion: v1
description: 'stash-elasticsearch - Elasticsearch database plugin for Stash by AppsCode'
name: stash-elasticsearch
version: 7.3.2-v2
appVersion: 7.3.2-v2
version: 7.3.2-v3
appVersion: 7.3.2-v3
home: https://stash.run
icon: https://cdn.appscode.com/images/products/stash/addons/elasticsearch-stash-addon.png
sources:
Expand Down
16 changes: 8 additions & 8 deletions charts/stash-elasticsearch/README.md
Expand Up @@ -7,7 +7,7 @@
```console
$ helm repo add appscode https://charts.appscode.com/stable/
$ helm repo update
$ helm install stash-elasticsearch-7.3.2-v2 appscode/stash-elasticsearch -n kube-system --version=7.3.2-v2
$ helm install stash-elasticsearch-7.3.2-v3 appscode/stash-elasticsearch -n kube-system --version=7.3.2-v3
```

## Introduction
Expand All @@ -20,10 +20,10 @@ This chart deploys necessary `Function` and `Task` definition to backup or resto

## Installing the Chart

To install the chart with the release name `stash-elasticsearch-7.3.2-v2`:
To install the chart with the release name `stash-elasticsearch-7.3.2-v3`:

```console
$ helm install stash-elasticsearch-7.3.2-v2 appscode/stash-elasticsearch -n kube-system --version=7.3.2-v2
$ helm install stash-elasticsearch-7.3.2-v3 appscode/stash-elasticsearch -n kube-system --version=7.3.2-v3
```

The command deploys necessary `Function` and `Task` definition to backup or restore Elasticsearch 7.3.2 using Stash on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
Expand All @@ -32,10 +32,10 @@ The command deploys necessary `Function` and `Task` definition to backup or rest
## Uninstalling the Chart

To uninstall/delete the `stash-elasticsearch-7.3.2-v2`:
To uninstall/delete the `stash-elasticsearch-7.3.2-v3`:

```console
$ helm delete stash-elasticsearch-7.3.2-v2 -n kube-system
$ helm delete stash-elasticsearch-7.3.2-v3 -n kube-system
```

The command removes all the Kubernetes components associated with the chart and deletes the release.
Expand All @@ -50,7 +50,7 @@ The following table lists the configurable parameters of the `stash-elasticsearc
| fullnameOverride | Overrides fullname template | `""` |
| image.registry | Docker registry used to pull Elasticsearch addon image | `stashed` |
| image.repository | Docker image used to backup/restore Elasticsearch database | `stash-elasticsearch` |
| 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.3.2-v2` |
| 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.3.2-v3` |
| backup.args | Arguments to pass to `multielasticdump` command during backup process | `""` |
| restore.args | Arguments to pass to `multielasticdump` command during restore process | `""` |
| waitTimeout | Number of seconds to wait for the database to be ready before backup/restore process. | `300` |
Expand All @@ -59,12 +59,12 @@ The following table lists the configurable parameters of the `stash-elasticsearc
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example:

```console
$ helm install stash-elasticsearch-7.3.2-v2 appscode/stash-elasticsearch -n kube-system --version=7.3.2-v2 --set image.registry=stashed
$ helm install stash-elasticsearch-7.3.2-v3 appscode/stash-elasticsearch -n kube-system --version=7.3.2-v3 --set image.registry=stashed
```

Alternatively, a YAML file that specifies the values for the parameters can be provided while
installing the chart. For example:

```console
$ helm install stash-elasticsearch-7.3.2-v2 appscode/stash-elasticsearch -n kube-system --version=7.3.2-v2 --values values.yaml
$ helm install stash-elasticsearch-7.3.2-v3 appscode/stash-elasticsearch -n kube-system --version=7.3.2-v3 --values values.yaml
```
4 changes: 2 additions & 2 deletions charts/stash-elasticsearch/doc.yaml
Expand Up @@ -10,11 +10,11 @@ repository:
name: appscode
chart:
name: stash-elasticsearch
version: 7.3.2-v2
version: 7.3.2-v3
values: "-- generate from values file --"
valuesExample: "-- generate from values file --"
prerequisites:
- Kubernetes 1.11+
release:
name: stash-elasticsearch-7.3.2-v2
name: stash-elasticsearch-7.3.2-v3
namespace: kube-system
2 changes: 1 addition & 1 deletion charts/stash-elasticsearch/values.yaml
Expand Up @@ -13,7 +13,7 @@ image:
repository: stash-elasticsearch
# Tag of the image that is used to backup/restore Elasticsearch database.
# This is usually same as the database version it can backup.
tag: 7.3.2-v2
tag: 7.3.2-v3
# optional argument to send multielasticdump
backup:
# Arguments to pass to `multielasticdump` command during backup process
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/backup/backupconfiguration.yaml
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
schedule: "*/5 * * * *"
task:
name: elasticsearch-backup-7.3.2-v2
name: elasticsearch-backup-7.3.2-v3
repository:
name: gcs-repo
target:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/restore/restoresession.yaml
Expand Up @@ -7,7 +7,7 @@ metadata:
kubedb.com/kind: Elasticsearch # this label is mandatory if you are using KubeDB to deploy the database. Otherwise, Elasticsearch crd will be stuck in `Initializing` phase.
spec:
task:
name: elasticsearch-restore-7.3.2-v2
name: elasticsearch-restore-7.3.2-v3
repository:
name: gcs-repo
target:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -21,7 +21,7 @@ require (
kmodules.xyz/custom-resources v0.0.0-20201008012351-6d8090f759d4
kmodules.xyz/offshoot-api v0.0.0-20200922211229-36acc531abab
sigs.k8s.io/yaml v1.2.0
stash.appscode.dev/apimachinery v0.11.3-0.20201012035827-8f31689080d6
stash.appscode.dev/apimachinery v0.11.3
)

// release-1.18
Expand Down

0 comments on commit 6186f5a

Please sign in to comment.