Skip to content

Commit cc6a53e

Browse files
authored
Prepare for release v0.10.0 (#93)
ProductLine: Stash Release: v2020.08.27 Release-tracker: stashed/CHANGELOG#7 Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 7d5e440 commit cc6a53e

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

charts/stash-enterprise/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: 'Stash Enterprise by AppsCode - Enterprise features for Stash'
33
name: stash-enterprise
4-
version: v0.10.0-rc.2
5-
appVersion: v0.10.0-rc.2
4+
version: v0.10.0
5+
appVersion: v0.10.0
66
home: https://stash.run
77
icon: https://cdn.appscode.com/images/products/stash/icons/android-icon-192x192.png
88
sources:

charts/stash-enterprise/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following table lists the configurable parameters of the `stash-enterprise`
5252
| license | License for the product. Get a license by following the steps from [here](https://stash.run/docs/latest/setup/install/enterprise#get-a-trial-license). <br> Example: <br> `helm install appscode/stash-enterprise \` <br> `--set-file license=/path/to/license/file` <br> `or` <br> `helm install appscode/stash-enterprise \` <br> `--set license=<license file content>` | `""` |
5353
| operator.registry | Docker registry used to pull operator image | `stashed` |
5454
| operator.repository | Name of operator container image | `stash-enterprise` |
55-
| operator.tag | Operator container image tag | `v0.10.0-rc.2` |
55+
| operator.tag | Operator container image tag | `v0.10.0` |
5656
| operator.resources | Compute Resources required by the operator container | `{"requests":{"cpu":"100m"}}` |
5757
| operator.securityContext | Security options the operator container should run with | `{}` |
5858
| pushgateway.registry | Docker registry used to pull Prometheus pushgateway image | `prom` |

charts/stash-enterprise/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ operator:
2323
# Name of operator container image
2424
repository: stash-enterprise
2525
# Operator container image tag
26-
tag: v0.10.0-rc.2
26+
tag: v0.10.0
2727
# Compute Resources required by the operator container
2828
resources: # +doc-gen:break
2929
requests:

charts/stash/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: 'Stash by AppsCode - Backup your Kubernetes Volumes'
33
name: stash
4-
version: v0.10.0-rc.2
5-
appVersion: v0.10.0-rc.2
4+
version: v0.10.0
5+
appVersion: v0.10.0
66
home: https://stash.run
77
icon: https://cdn.appscode.com/images/products/stash/icons/android-icon-192x192.png
88
sources:

charts/stash/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following table lists the configurable parameters of the `stash` chart and t
5252
| license | License for the product. Get a license by following the steps from [here](https://stash.run/docs/latest/setup/install/community/#get-a-license). <br> Example: <br> `helm install appscode/stash \` <br> `--set-file license=/path/to/license/file` <br> `or` <br> `helm install appscode/stash \` <br> `--set license=<license file content>` | `""` |
5353
| operator.registry | Docker registry used to pull operator image | `appscode` |
5454
| operator.repository | Name of operator container image | `stash` |
55-
| operator.tag | Operator container image tag | `v0.10.0-rc.2` |
55+
| operator.tag | Operator container image tag | `v0.10.0` |
5656
| operator.resources | Compute Resources required by the operator container | `{"requests":{"cpu":"100m"}}` |
5757
| operator.securityContext | Security options the operator container should run with | `{}` |
5858
| pushgateway.registry | Docker registry used to pull Prometheus pushgateway image | `prom` |

charts/stash/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ operator:
2323
# Name of operator container image
2424
repository: stash
2525
# Operator container image tag
26-
tag: v0.10.0-rc.2
26+
tag: v0.10.0
2727
# Compute Resources required by the operator container
2828
resources: # +doc-gen:break
2929
requests:

0 commit comments

Comments
 (0)