diff --git a/charts/stash/Chart.yaml b/charts/stash/Chart.yaml index 91058d030..0595f31d9 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.9.0-rc.2 -appVersion: v0.9.0-rc.2 +version: v0.9.0-rc.4 +appVersion: v0.9.0-rc.4 home: https://appscode.com/products/stash/ icon: https://cdn.appscode.com/images/products/stash/icons/android-icon-192x192.png sources: diff --git a/charts/stash/README.md b/charts/stash/README.md index c61ae3529..03c45beb3 100644 --- a/charts/stash/README.md +++ b/charts/stash/README.md @@ -49,7 +49,7 @@ The following table lists the configurable parameters of the Stash chart and the | `replicaCount` | Number of stash operator replicas to create (only 1 is supported) | `1` | | `operator.registry` | Docker registry used to pull operator image | `appscode` | | `operator.repository` | operator container image | `stash` | -| `operator.tag` | operator container image tag | `v0.9.0-rc.2` | +| `operator.tag` | operator container image tag | `v0.9.0-rc.4` | | `pushgateway.registry` | Docker registry used to pull Prometheus pushgateway image | `prom` | | `pushgateway.repository` | Prometheus pushgateway container image | `pushgateway` | | `pushgateway.tag` | Prometheus pushgateway container image tag | `v0.5.2` | diff --git a/charts/stash/values.yaml b/charts/stash/values.yaml index 9e5b195d4..b1abdd35b 100644 --- a/charts/stash/values.yaml +++ b/charts/stash/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 operator: registry: appscode repository: stash - tag: v0.9.0-rc.2 + tag: v0.9.0-rc.4 pushgateway: registry: prom repository: pushgateway