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.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
6
6
home : https://stash.run
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 @@ -51,7 +51,7 @@ The following table lists the configurable parameters of the `stash` chart and t
51
51
| replicaCount | Number of stash operator replicas to create (only 1 is supported) | ` 1 ` |
52
52
| operator.registry | Docker registry used to pull operator image | ` appscode ` |
53
53
| 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 ` |
55
55
| operator.resources | Compute Resources required by the operator container | ` {"requests":{"cpu":"100m"}} ` |
56
56
| operator.securityContext | Security options the operator container should run with | ` {} ` |
57
57
| pushgateway.registry | Docker registry used to pull Prometheus pushgateway image | ` prom ` |
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ operator:
14
14
# Name of operator container image
15
15
repository : stash
16
16
# Operator container image tag
17
- tag : v0.10.0-alpha.1
17
+ tag : v0.10.0-beta.0
18
18
# Compute Resources required by the operator container
19
19
resources : # +doc-gen:break
20
20
requests :
You can’t perform that action at this time.
0 commit comments