Skip to content

Commit 3b45a21

Browse files
authored
Prepare for release v2022.05.18 (#255)
ProductLine: Stash Release: v2022.05.18 Release-tracker: stashed/CHANGELOG#48 Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent fc96139 commit 3b45a21

File tree

25 files changed

+77
-77
lines changed

25 files changed

+77
-77
lines changed

catalog/catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
{
6666
"name": "nats",
6767
"versions": [
68-
"2.6.1-v4",
68+
"2.6.1-v5",
6969
"2.8.2"
7070
]
7171
},

catalog/raw/nats/2.6.1/nats-backup-function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ spec:
3636
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
3737
- --output-dir=${outputDir:=}
3838
- --license-apiservice=${LICENSE_APISERVICE:=}
39-
image: stashed/stash-nats:2.6.1-v4
39+
image: stashed/stash-nats:2.6.1-v5

catalog/raw/nats/2.6.1/nats-restore-function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ spec:
2929
- --snapshot=${RESTORE_SNAPSHOTS:=}
3030
- --output-dir=${outputDir:=}
3131
- --license-apiservice=${LICENSE_APISERVICE:=}
32-
image: stashed/stash-nats:2.6.1-v4
32+
image: stashed/stash-nats:2.6.1-v5

charts/stash-catalog/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: stash-catalog
33
description: Stash Catalog by AppsCode - Catalog of Stash Addons
44
type: application
5-
version: v2022.05.12
6-
appVersion: v2022.05.12
5+
version: v2022.05.18
6+
appVersion: v2022.05.18
77
home: https://stash.run
88
icon: https://cdn.appscode.com/images/products/stash/stash-community-icon.png
99
sources:

charts/stash-catalog/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
```bash
88
$ helm repo add appscode https://charts.appscode.com/stable/
99
$ helm repo update
10-
$ helm search repo appscode/stash-catalog --version=v2022.05.12
11-
$ helm upgrade -i stash-catalog appscode/stash-catalog -n stash --create-namespace --version=v2022.05.12
10+
$ helm search repo appscode/stash-catalog --version=v2022.05.18
11+
$ helm upgrade -i stash-catalog appscode/stash-catalog -n stash --create-namespace --version=v2022.05.18
1212
```
1313

1414
## Introduction
@@ -24,7 +24,7 @@ This chart deploys Stash catalog on a [Kubernetes](http://kubernetes.io) cluster
2424
To install/upgrade the chart with the release name `stash-catalog`:
2525

2626
```bash
27-
$ helm upgrade -i stash-catalog appscode/stash-catalog -n stash --create-namespace --version=v2022.05.12
27+
$ helm upgrade -i stash-catalog appscode/stash-catalog -n stash --create-namespace --version=v2022.05.18
2828
```
2929

3030
The command deploys Stash catalog on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
@@ -98,12 +98,12 @@ The following table lists the configurable parameters of the `stash-catalog` cha
9898
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:
9999

100100
```bash
101-
$ helm upgrade -i stash-catalog appscode/stash-catalog -n stash --create-namespace --version=v2022.05.12 --set waitTimeout=300
101+
$ helm upgrade -i stash-catalog appscode/stash-catalog -n stash --create-namespace --version=v2022.05.18 --set waitTimeout=300
102102
```
103103

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

107107
```bash
108-
$ helm upgrade -i stash-catalog appscode/stash-catalog -n stash --create-namespace --version=v2022.05.12 --values values.yaml
108+
$ helm upgrade -i stash-catalog appscode/stash-catalog -n stash --create-namespace --version=v2022.05.18 --values values.yaml
109109
```

charts/stash-catalog/templates/nats/2.6.1/nats-backup-function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ spec:
3939
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
4040
- --output-dir=${outputDir:=}
4141
- --license-apiservice=${LICENSE_APISERVICE:=}
42-
image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "stashed") .Values) }}/stash-nats:2.6.1-v4'
42+
image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "stashed") .Values) }}/stash-nats:2.6.1-v5'
4343
{{ end }}

charts/stash-catalog/templates/nats/2.6.1/nats-restore-function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ spec:
3232
- --snapshot=${RESTORE_SNAPSHOTS:=}
3333
- --output-dir=${outputDir:=}
3434
- --license-apiservice=${LICENSE_APISERVICE:=}
35-
image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "stashed") .Values) }}/stash-nats:2.6.1-v4'
35+
image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "stashed") .Values) }}/stash-nats:2.6.1-v5'
3636
{{ end }}

charts/stash-community/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
description: Free community features for Stash by AppsCode
33
name: stash-community
4-
version: v0.20.0
5-
appVersion: v0.20.0
4+
version: v0.20.1
5+
appVersion: v0.20.1
66
home: https://stash.run
77
icon: https://cdn.appscode.com/images/products/stash/stash-community-icon.png
88
sources:

charts/stash-community/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
```bash
88
$ helm repo add appscode https://charts.appscode.com/stable/
99
$ helm repo update
10-
$ helm search repo appscode/stash-community --version=v0.20.0
11-
$ helm upgrade -i stash-community appscode/stash-community -n stash --create-namespace --version=v0.20.0
10+
$ helm search repo appscode/stash-community --version=v0.20.1
11+
$ helm upgrade -i stash-community appscode/stash-community -n stash --create-namespace --version=v0.20.1
1212
```
1313

1414
## Introduction
@@ -24,7 +24,7 @@ This chart deploys a Stash community operator on a [Kubernetes](http://kubernete
2424
To install/upgrade the chart with the release name `stash-community`:
2525

2626
```bash
27-
$ helm upgrade -i stash-community appscode/stash-community -n stash --create-namespace --version=v0.20.0
27+
$ helm upgrade -i stash-community appscode/stash-community -n stash --create-namespace --version=v0.20.1
2828
```
2929

3030
The command deploys a Stash community operator on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
@@ -55,7 +55,7 @@ The following table lists the configurable parameters of the `stash-community` c
5555
| registryFQDN | Docker registry fqdn used to pull Stash related images. Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image} | <code>""</code> |
5656
| operator.registry | Docker registry used to pull operator image | <code>stashed</code> |
5757
| operator.repository | Name of operator container image | <code>stash</code> |
58-
| operator.tag | Operator container image tag | <code>v0.20.0</code> |
58+
| operator.tag | Operator container image tag | <code>v0.20.1</code> |
5959
| operator.resources | Compute Resources required by the operator container | <code>{"requests":{"cpu":"100m"}}</code> |
6060
| operator.securityContext | Security options the operator container should run with | <code>{}</code> |
6161
| crdInstaller.registry | Docker registry of the CRD installer image. By default, it will use the same registry as the operator. | <code>""</code> |
@@ -111,12 +111,12 @@ The following table lists the configurable parameters of the `stash-community` c
111111
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:
112112

113113
```bash
114-
$ helm upgrade -i stash-community appscode/stash-community -n stash --create-namespace --version=v0.20.0 --set replicaCount=1
114+
$ helm upgrade -i stash-community appscode/stash-community -n stash --create-namespace --version=v0.20.1 --set replicaCount=1
115115
```
116116

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

120120
```bash
121-
$ helm upgrade -i stash-community appscode/stash-community -n stash --create-namespace --version=v0.20.0 --values values.yaml
121+
$ helm upgrade -i stash-community appscode/stash-community -n stash --create-namespace --version=v0.20.1 --values values.yaml
122122
```

charts/stash-community/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ operator:
2828
# Name of operator container image
2929
repository: stash
3030
# Operator container image tag
31-
tag: v0.20.0
31+
tag: v0.20.1
3232
# Compute Resources required by the operator container
3333
resources: # +doc-gen:break
3434
requests:

0 commit comments

Comments
 (0)