Skip to content

Commit

Permalink
Prepare v0.9.0-rc.4 release (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored Jan 23, 2020
1 parent 79f59b6 commit 4c491b6
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.9.0-rc.2
appVersion: v0.9.0-rc.2
version: v0.9.0-rc.4
appVersion: v0.9.0-rc.4
home: https://appscode.com/products/stash/
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 @@ -49,7 +49,7 @@ The following table lists the configurable parameters of the Stash chart and the
| `replicaCount` | Number of stash operator replicas to create (only 1 is supported) | `1` |
| `operator.registry` | Docker registry used to pull operator image | `appscode` |
| `operator.repository` | operator container image | `stash` |
| `operator.tag` | operator container image tag | `v0.9.0-rc.2` |
| `operator.tag` | operator container image tag | `v0.9.0-rc.4` |
| `pushgateway.registry` | Docker registry used to pull Prometheus pushgateway image | `prom` |
| `pushgateway.repository` | Prometheus pushgateway container image | `pushgateway` |
| `pushgateway.tag` | Prometheus pushgateway container image tag | `v0.5.2` |
Expand Down
2 changes: 1 addition & 1 deletion charts/stash/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1
operator:
registry: appscode
repository: stash
tag: v0.9.0-rc.2
tag: v0.9.0-rc.4
pushgateway:
registry: prom
repository: pushgateway
Expand Down

0 comments on commit 4c491b6

Please sign in to comment.