Skip to content

Commit

Permalink
Prepare for release v0.11.5 (#121)
Browse files Browse the repository at this point in the history
ProductLine: Stash

Release: v2020.10.30

Release-tracker: stashed/CHANGELOG#22
Signed-off-by: 1gtm <1gtm@appscode.com>
  • Loading branch information
1gtm committed Oct 30, 2020
1 parent 4817082 commit 4cbcc62
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/stash-enterprise/Chart.yaml
@@ -1,8 +1,8 @@
apiVersion: v1
description: 'Stash Enterprise by AppsCode - Enterprise features for Stash'
name: stash-enterprise
version: v0.11.4
appVersion: v0.11.4
version: v0.11.5
appVersion: v0.11.5
home: https://stash.run
icon: https://cdn.appscode.com/images/products/stash/stash-enterprise-icon.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/stash-enterprise/README.md
Expand Up @@ -53,7 +53,7 @@ The following table lists the configurable parameters of the `stash-enterprise`
| licenseApiService | Name of the ApiService to use by the addon to identify the respective service and certificate for license verification request | `v1beta1.admission.stash.appscode.com` |
| operator.registry | Docker registry used to pull operator image | `stashed` |
| operator.repository | Name of operator container image | `stash-enterprise` |
| operator.tag | Operator container image tag | `v0.11.4` |
| operator.tag | Operator container image tag | `v0.11.5` |
| operator.resources | Compute Resources required by the operator container | `{"requests":{"cpu":"100m"}}` |
| operator.securityContext | Security options the operator container should run with | `{}` |
| pushgateway.registry | Docker registry used to pull Prometheus pushgateway image | `prom` |
Expand Down
2 changes: 1 addition & 1 deletion charts/stash-enterprise/values.yaml
Expand Up @@ -25,7 +25,7 @@ operator:
# Name of operator container image
repository: stash-enterprise
# Operator container image tag
tag: v0.11.4
tag: v0.11.5
# Compute Resources required by the operator container
resources: # +doc-gen:break
requests:
Expand Down
4 changes: 2 additions & 2 deletions charts/stash/Chart.yaml
@@ -1,8 +1,8 @@
apiVersion: v1
description: 'Stash by AppsCode - Backup your Kubernetes Volumes'
name: stash
version: v0.11.4
appVersion: v0.11.4
version: v0.11.5
appVersion: v0.11.5
home: https://stash.run
icon: https://cdn.appscode.com/images/products/stash/stash-community-icon.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/stash/README.md
Expand Up @@ -53,7 +53,7 @@ The following table lists the configurable parameters of the `stash` chart and t
| licenseApiService | Name of the ApiService to use by the addon to identify the respective service and certificate for license verification request | `v1beta1.admission.stash.appscode.com` |
| operator.registry | Docker registry used to pull operator image | `appscode` |
| operator.repository | Name of operator container image | `stash` |
| operator.tag | Operator container image tag | `v0.11.4` |
| operator.tag | Operator container image tag | `v0.11.5` |
| operator.resources | Compute Resources required by the operator container | `{"requests":{"cpu":"100m"}}` |
| operator.securityContext | Security options the operator container should run with | `{}` |
| pushgateway.registry | Docker registry used to pull Prometheus pushgateway image | `prom` |
Expand Down
2 changes: 1 addition & 1 deletion charts/stash/values.yaml
Expand Up @@ -25,7 +25,7 @@ operator:
# Name of operator container image
repository: stash
# Operator container image tag
tag: v0.11.4
tag: v0.11.5
# Compute Resources required by the operator container
resources: # +doc-gen:break
requests:
Expand Down

0 comments on commit 4cbcc62

Please sign in to comment.