Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for release 7.3.2-v3 #388

Merged
merged 1 commit into from
Oct 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions charts/stash-elasticsearch/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Loading