Skip to content

Commit c2c8362

Browse files
authored
Prepare for release v0.11.8 (#132)
ProductLine: Stash Release: v2020.12.17 Release-tracker: stashed/CHANGELOG#25 Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent ae8900a commit c2c8362

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

charts/stash-enterprise/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 Enterprise by AppsCode - Enterprise features for Stash'
33
name: stash-enterprise
4-
version: v0.11.7
5-
appVersion: v0.11.7
4+
version: v0.11.8
5+
appVersion: v0.11.8
66
home: https://stash.run
77
icon: https://cdn.appscode.com/images/products/stash/stash-enterprise-icon.png
88
sources:

charts/stash-enterprise/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following table lists the configurable parameters of the `stash-enterprise`
5353
| 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` |
5454
| operator.registry | Docker registry used to pull operator image | `stashed` |
5555
| operator.repository | Name of operator container image | `stash-enterprise` |
56-
| operator.tag | Operator container image tag | `v0.11.7` |
56+
| operator.tag | Operator container image tag | `v0.11.8` |
5757
| operator.resources | Compute Resources required by the operator container | `{"requests":{"cpu":"100m"}}` |
5858
| operator.securityContext | Security options the operator container should run with | `{}` |
5959
| pushgateway.registry | Docker registry used to pull Prometheus pushgateway image | `prom` |

charts/stash-enterprise/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ operator:
2525
# Name of operator container image
2626
repository: stash-enterprise
2727
# Operator container image tag
28-
tag: v0.11.7
28+
tag: v0.11.8
2929
# Compute Resources required by the operator container
3030
resources: # +doc-gen:break
3131
requests:

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.11.7
5-
appVersion: v0.11.7
4+
version: v0.11.8
5+
appVersion: v0.11.8
66
home: https://stash.run
77
icon: https://cdn.appscode.com/images/products/stash/stash-community-icon.png
88
sources:

charts/stash/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following table lists the configurable parameters of the `stash` chart and t
5353
| 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` |
5454
| operator.registry | Docker registry used to pull operator image | `appscode` |
5555
| operator.repository | Name of operator container image | `stash` |
56-
| operator.tag | Operator container image tag | `v0.11.7` |
56+
| operator.tag | Operator container image tag | `v0.11.8` |
5757
| operator.resources | Compute Resources required by the operator container | `{"requests":{"cpu":"100m"}}` |
5858
| operator.securityContext | Security options the operator container should run with | `{}` |
5959
| pushgateway.registry | Docker registry used to pull Prometheus pushgateway image | `prom` |

charts/stash/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ operator:
2525
# Name of operator container image
2626
repository: stash
2727
# Operator container image tag
28-
tag: v0.11.7
28+
tag: v0.11.8
2929
# Compute Resources required by the operator container
3030
resources: # +doc-gen:break
3131
requests:

0 commit comments

Comments
 (0)