From 5bc51f33fe1ba728d6e7f55882bf110772e485a6 Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Thu, 22 Oct 2020 01:23:41 -0700 Subject: [PATCH] Prepare for release v0.11.3 (#116) ProductLine: Stash Release: v2020.10.21 Release-tracker: https://github.com/stashed/CHANGELOG/pull/16 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 9a4a5ddbb..b1cbb7dec 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.2 -appVersion: v0.11.2 +version: v0.11.3 +appVersion: v0.11.3 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 84a2e1122..0f3f20606 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.2` | +| operator.tag | Operator container image tag | `v0.11.3` | | 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 9669d2240..5f93e5747 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.2 + tag: v0.11.3 # 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 78c02413f..e4ac282e0 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.2 -appVersion: v0.11.2 +version: v0.11.3 +appVersion: v0.11.3 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 75177f522..33277bebf 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.2` | +| operator.tag | Operator container image tag | `v0.11.3` | | 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 5707b04a9..d5b7d0ba2 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.2 + tag: v0.11.3 # Compute Resources required by the operator container resources: # +doc-gen:break requests: