Skip to content

Commit

Permalink
Prepare for release 9.6.19-v1 (#343)
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 authored Oct 22, 2020
1 parent 0207e35 commit 3ecdb2c
Show file tree
Hide file tree
Showing 302 changed files with 800 additions and 53,309 deletions.
4 changes: 2 additions & 2 deletions charts/stash-postgres/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: 'stash-postgres - PostgreSQL database plugin for Stash by AppsCode'
name: stash-postgres
version: 9.6.19
appVersion: 9.6.19
version: 9.6.19-v1
appVersion: 9.6.19-v1
home: https://stash.run
icon: https://cdn.appscode.com/images/products/stash/addons/postgres-stash-addon.png
sources:
Expand Down
16 changes: 8 additions & 8 deletions charts/stash-postgres/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-postgres-9.6.19 appscode/stash-postgres -n kube-system --version=9.6.19
$ helm install stash-postgres-9.6.19-v1 appscode/stash-postgres -n kube-system --version=9.6.19-v1
```

## 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-postgres-9.6.19`:
To install the chart with the release name `stash-postgres-9.6.19-v1`:

```console
$ helm install stash-postgres-9.6.19 appscode/stash-postgres -n kube-system --version=9.6.19
$ helm install stash-postgres-9.6.19-v1 appscode/stash-postgres -n kube-system --version=9.6.19-v1
```

The command deploys necessary `Function` and `Task` definition to backup or restore PostgreSQL 9.6 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-postgres-9.6.19`:
To uninstall/delete the `stash-postgres-9.6.19-v1`:

```console
$ helm delete stash-postgres-9.6.19 -n kube-system
$ helm delete stash-postgres-9.6.19-v1 -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-postgres` ch
| fullnameOverride | Overrides fullname template | `""` |
| image.registry | Docker registry used to pull Postgres addon image | `stashed` |
| image.repository | Docker image used to backup/restore PosegreSQL database | `stash-postgres` |
| image.tag | Tag of the image that is used to backup/restore PostgreSQL database. This is usually same as the database version it can backup. | `9.6.19` |
| image.tag | Tag of the image that is used to backup/restore PostgreSQL database. This is usually same as the database version it can backup. | `9.6.19-v1` |
| backup.cmd | Postgres dump command, can either be: pg_dumpall or pg_dump | `"pg_dumpall"` |
| backup.args | Arguments to pass to `backup.cmd` command during backup process | `""` |
| restore.args | Arguments to pass to `psql` command during restore process | `""` |
Expand All @@ -60,12 +60,12 @@ The following table lists the configurable parameters of the `stash-postgres` ch
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example:

```console
$ helm install stash-postgres-9.6.19 appscode/stash-postgres -n kube-system --version=9.6.19 --set image.registry=stashed
$ helm install stash-postgres-9.6.19-v1 appscode/stash-postgres -n kube-system --version=9.6.19-v1 --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-postgres-9.6.19 appscode/stash-postgres -n kube-system --version=9.6.19 --values values.yaml
$ helm install stash-postgres-9.6.19-v1 appscode/stash-postgres -n kube-system --version=9.6.19-v1 --values values.yaml
```
4 changes: 2 additions & 2 deletions charts/stash-postgres/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ repository:
name: appscode
chart:
name: stash-postgres
version: 9.6.19
version: 9.6.19-v1
values: "-- generate from values file --"
valuesExample: "-- generate from values file --"
prerequisites:
- Kubernetes 1.11+
release:
name: stash-postgres-9.6.19
name: stash-postgres-9.6.19-v1
namespace: kube-system
2 changes: 1 addition & 1 deletion charts/stash-postgres/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ image:
repository: stash-postgres
# Tag of the image that is used to backup/restore PostgreSQL database.
# This is usually same as the database version it can backup.
tag: 9.6.19
tag: 9.6.19-v1
backup:
# Postgres dump command, can either be: pg_dumpall or pg_dump
cmd: "pg_dumpall"
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: postgres-backup-9.6.19
name: postgres-backup-9.6.19-v1
repository:
name: gcs-repo
target:
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/restore/restoresession.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ metadata:
name: sample-postgres-restore
namespace: demo
labels:
kubedb.com/kind: Postgres # this label is mandatory if you are using KubeDB to deploy the database.
kubedb.com/kind: Postgres # this label is mandatory if you are using KubeDB to deploy the database.
spec:
task:
name: postgres-restore-9.6.19
name: postgres-restore-9.6.19-v1
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 @@ -22,7 +22,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

0 comments on commit 3ecdb2c

Please sign in to comment.