Skip to content

Commit

Permalink
Prepare for release v0.10.0-rc.2 (#92)
Browse files Browse the repository at this point in the history
ProductLine: Stash

Release: v2020.08.27-rc.0

Release-tracker: stashed/CHANGELOG#6
Signed-off-by: 1gtm <1gtm@appscode.com>
  • Loading branch information
1gtm committed Aug 27, 2020
1 parent f4cae9f commit 7d5e440
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/stash-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: 'Stash Enterprise by AppsCode - Enterprise features for Stash'
name: stash-enterprise
version: v0.10.0-rc.0
appVersion: v0.10.0-rc.0
version: v0.10.0-rc.2
appVersion: v0.10.0-rc.2
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-enterprise/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-enterprise`
| 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>` | `""` |
| operator.registry | Docker registry used to pull operator image | `stashed` |
| operator.repository | Name of operator container image | `stash-enterprise` |
| operator.tag | Operator container image tag | `v0.10.0-rc.0` |
| operator.tag | Operator container image tag | `v0.10.0-rc.2` |
| 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-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ operator:
# Name of operator container image
repository: stash-enterprise
# Operator container image tag
tag: v0.10.0-rc.0
tag: v0.10.0-rc.2
# Compute Resources required by the operator container
resources: # +doc-gen:break
requests:
Expand Down
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-rc.1
appVersion: v0.10.0-rc.1
version: v0.10.0-rc.2
appVersion: v0.10.0-rc.2
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 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>` | `""` |
| 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-rc.1` |
| operator.tag | Operator container image tag | `v0.10.0-rc.2` |
| 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 @@ -23,7 +23,7 @@ operator:
# Name of operator container image
repository: stash
# Operator container image tag
tag: v0.10.0-rc.1
tag: v0.10.0-rc.2
# Compute Resources required by the operator container
resources: # +doc-gen:break
requests:
Expand Down

0 comments on commit 7d5e440

Please sign in to comment.