Skip to content

Commit cd44ba9

Browse files
authored
Prepare for release v0.10.0-beta.0 (#75)
ProductLine: Stash Release: v2020.07.08-beta.0 Release-tracker: stashed/CHANGELOG#1 Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent a04e173 commit cd44ba9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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-alpha.1
5-
appVersion: v0.10.0-alpha.1
4+
version: v0.10.0-beta.0
5+
appVersion: v0.10.0-beta.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
@@ -51,7 +51,7 @@ The following table lists the configurable parameters of the `stash` chart and t
5151
| replicaCount | Number of stash operator replicas to create (only 1 is supported) | `1` |
5252
| operator.registry | Docker registry used to pull operator image | `appscode` |
5353
| operator.repository | Name of operator container image | `stash` |
54-
| operator.tag | Operator container image tag | `v0.10.0-alpha.1` |
54+
| operator.tag | Operator container image tag | `v0.10.0-beta.0` |
5555
| operator.resources | Compute Resources required by the operator container | `{"requests":{"cpu":"100m"}}` |
5656
| operator.securityContext | Security options the operator container should run with | `{}` |
5757
| 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
@@ -14,7 +14,7 @@ operator:
1414
# Name of operator container image
1515
repository: stash
1616
# Operator container image tag
17-
tag: v0.10.0-alpha.1
17+
tag: v0.10.0-beta.0
1818
# Compute Resources required by the operator container
1919
resources: # +doc-gen:break
2020
requests:

0 commit comments

Comments
 (0)