From 4cbcc62a7142b3442730d557f4a125af3f7c5fe1 Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Fri, 30 Oct 2020 12:01:15 -0700 Subject: [PATCH] Prepare for release v0.11.5 (#121) ProductLine: Stash Release: v2020.10.30 Release-tracker: https://github.com/stashed/CHANGELOG/pull/22 Signed-off-by: 1gtm <1gtm@appscode.com> --- charts/stash-enterprise/Chart.yaml | 4 ++-- charts/stash-enterprise/README.md | 2 +- charts/stash-enterprise/values.yaml | 2 +- charts/stash/Chart.yaml | 4 ++-- charts/stash/README.md | 2 +- charts/stash/values.yaml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/stash-enterprise/Chart.yaml b/charts/stash-enterprise/Chart.yaml index e9b4cb560..f6b0cda17 100755 --- a/charts/stash-enterprise/Chart.yaml +++ b/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: diff --git a/charts/stash-enterprise/README.md b/charts/stash-enterprise/README.md index 17f211056..7fec96af2 100644 --- a/charts/stash-enterprise/README.md +++ b/charts/stash-enterprise/README.md @@ -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` | diff --git a/charts/stash-enterprise/values.yaml b/charts/stash-enterprise/values.yaml index 3a1c65daf..c9e6e993f 100644 --- a/charts/stash-enterprise/values.yaml +++ b/charts/stash-enterprise/values.yaml @@ -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: diff --git a/charts/stash/Chart.yaml b/charts/stash/Chart.yaml index 86d5b5b23..eef0f7c6a 100755 --- a/charts/stash/Chart.yaml +++ b/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: diff --git a/charts/stash/README.md b/charts/stash/README.md index d5e547d99..bc71defe4 100644 --- a/charts/stash/README.md +++ b/charts/stash/README.md @@ -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` | diff --git a/charts/stash/values.yaml b/charts/stash/values.yaml index 536c8c7df..8e32b590c 100644 --- a/charts/stash/values.yaml +++ b/charts/stash/values.yaml @@ -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: