File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
description : ' Stash by AppsCode - Backup your Kubernetes Volumes'
3
3
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
6
6
home : https://appscode.com/products/stash/
7
7
icon : https://cdn.appscode.com/images/products/stash/icons/android-icon-192x192.png
8
8
sources :
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ The following table lists the configurable parameters of the Stash chart and the
49
49
| ` replicaCount ` | Number of stash operator replicas to create (only 1 is supported) | ` 1 ` |
50
50
| ` operator.registry ` | Docker registry used to pull operator image | ` appscode ` |
51
51
| ` 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 ` |
53
53
| ` pushgateway.registry ` | Docker registry used to pull Prometheus pushgateway image | ` prom ` |
54
54
| ` pushgateway.repository ` | Prometheus pushgateway container image | ` pushgateway ` |
55
55
| ` pushgateway.tag ` | Prometheus pushgateway container image tag | ` v0.5.2 ` |
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replicaCount: 1
6
6
operator :
7
7
registry : appscode
8
8
repository : stash
9
- tag : v0.9.0-rc.4
9
+ tag : v0.9.0-rc.6
10
10
pushgateway :
11
11
registry : prom
12
12
repository : pushgateway
You can’t perform that action at this time.
0 commit comments