Skip to content

Commit

Permalink
Update stash-enterprise chart version
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Aug 26, 2020
1 parent 5904e2c commit 9f6539d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/stash-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: 'Stash Enterprise by AppsCode - Enterprise features for Stash'
name: stash-enterprise
version: v0.10.0-alpha.1
appVersion: v0.10.0-alpha.1
version: v0.10.0-rc.0
appVersion: v0.10.0-rc.0
home: https://stash.run
icon: https://cdn.appscode.com/images/products/stash/icons/android-icon-192x192.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/stash-enterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The following table lists the configurable parameters of the `stash-enterprise`
| license | License for the product. Get a license by following the steps from [here](https://stash.run/docs/latest/setup/install/enterprise#get-a-trial-license). <br> Example: <br> `helm install appscode/stash-enterprise \` <br> `--set-file license=/path/to/license/file` <br> `or` <br> `helm install appscode/stash-enterprise \` <br> `--set license=<license file content>` | `""` |
| 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.10.0-alpha.0` |
| operator.tag | Operator container image tag | `v0.10.0-rc.0` |
| 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
3 changes: 1 addition & 2 deletions charts/stash-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ operator:
# Name of operator container image
repository: stash-enterprise
# Operator container image tag
tag: v0.10.0-alpha.0
tag: v0.10.0-rc.0
# Compute Resources required by the operator container
resources: # +doc-gen:break
requests:
Expand Down Expand Up @@ -164,7 +164,6 @@ security:
platform:
# Set true, if installed in OpenShift
openshift: false

# Network volume accessor configurations
netVolAccessor:
# CPU resource for each network volume accessor deployment
Expand Down

0 comments on commit 9f6539d

Please sign in to comment.