Skip to content

Commit 57f829a

Browse files
authored
Prepare charts for v0.9.0-rc.6 release (#38)
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 72e0aff commit 57f829a

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.9.0-rc.4
5-
appVersion: v0.9.0-rc.4
4+
version: v0.9.0-rc.6
5+
appVersion: v0.9.0-rc.6
66
home: https://appscode.com/products/stash/
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
@@ -49,7 +49,7 @@ The following table lists the configurable parameters of the Stash chart and the
4949
| `replicaCount` | Number of stash operator replicas to create (only 1 is supported) | `1` |
5050
| `operator.registry` | Docker registry used to pull operator image | `appscode` |
5151
| `operator.repository` | operator container image | `stash` |
52-
| `operator.tag` | operator container image tag | `v0.9.0-rc.4` |
52+
| `operator.tag` | operator container image tag | `v0.9.0-rc.6` |
5353
| `pushgateway.registry` | Docker registry used to pull Prometheus pushgateway image | `prom` |
5454
| `pushgateway.repository` | Prometheus pushgateway container image | `pushgateway` |
5555
| `pushgateway.tag` | Prometheus pushgateway container image tag | `v0.5.2` |

charts/stash/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replicaCount: 1
66
operator:
77
registry: appscode
88
repository: stash
9-
tag: v0.9.0-rc.4
9+
tag: v0.9.0-rc.6
1010
pushgateway:
1111
registry: prom
1212
repository: pushgateway

0 commit comments

Comments
 (0)