Skip to content

Commit

Permalink
Prepare for release v0.10.0-rc.0 (#87)
Browse files Browse the repository at this point in the history
ProductLine: Stash
Release: v2020.08.26-rc.0
Release-tracker: stashed/CHANGELOG#4
Signed-off-by: 1gtm <[email protected]>
  • Loading branch information
1gtm authored Aug 26, 2020
1 parent 9da1502 commit 6018270
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/stash/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: 'Stash by AppsCode - Backup your Kubernetes Volumes'
name: stash
version: v0.10.0-beta.1
appVersion: v0.10.0-beta.1
version: v0.10.0-rc.0
appVersion: v0.10.0-rc.0
home: https://stash.run
icon: https://cdn.appscode.com/images/products/stash/icons/android-icon-192x192.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/stash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The following table lists the configurable parameters of the `stash` chart and t
| license | License to verify the product. <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>` | `""` |
| operator.registry | Docker registry used to pull operator image | `appscode` |
| operator.repository | Name of operator container image | `stash` |
| operator.tag | Operator container image tag | `v0.10.0-beta.1` |
| operator.tag | Operator container image tag | `v0.10.0-rc.0` |
| operator.resources | Compute Resources required by the operator container | `{"requests":{"cpu":"100m"}}` |
| operator.securityContext | Security options the operator container should run with | `{}` |
| pushgateway.registry | Docker registry used to pull Prometheus pushgateway image | `prom` |
Expand Down
2 changes: 1 addition & 1 deletion charts/stash/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ operator:
# Name of operator container image
repository: stash
# Operator container image tag
tag: v0.10.0-beta.1
tag: v0.10.0-rc.0
# Compute Resources required by the operator container
resources: # +doc-gen:break
requests:
Expand Down

0 comments on commit 6018270

Please sign in to comment.