You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/stash-enterprise/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ The following table lists the configurable parameters of the `stash-enterprise`
52
52
| 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>`|`""`|
53
53
| operator.registry | Docker registry used to pull operator image |`stashed`|
54
54
| operator.repository | Name of operator container image |`stash-enterprise`|
55
-
| operator.tag | Operator container image tag |`v0.10.0-rc.2`|
55
+
| operator.tag | Operator container image tag |`v0.10.0`|
56
56
| operator.resources | Compute Resources required by the operator container |`{"requests":{"cpu":"100m"}}`|
57
57
| operator.securityContext | Security options the operator container should run with |`{}`|
58
58
| pushgateway.registry | Docker registry used to pull Prometheus pushgateway image |`prom`|
Copy file name to clipboardExpand all lines: charts/stash/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ The following table lists the configurable parameters of the `stash` chart and t
52
52
| license | License for the product. Get a license by following the steps from [here](https://stash.run/docs/latest/setup/install/community/#get-a-license). <br> Example: <br> `helm install appscode/stash \` <br> `--set-file license=/path/to/license/file` <br> `or` <br> `helm install appscode/stash \` <br> `--set license=<license file content>`|`""`|
53
53
| operator.registry | Docker registry used to pull operator image |`appscode`|
54
54
| operator.repository | Name of operator container image |`stash`|
55
-
| operator.tag | Operator container image tag |`v0.10.0-rc.2`|
55
+
| operator.tag | Operator container image tag |`v0.10.0`|
56
56
| operator.resources | Compute Resources required by the operator container |`{"requests":{"cpu":"100m"}}`|
57
57
| operator.securityContext | Security options the operator container should run with |`{}`|
58
58
| pushgateway.registry | Docker registry used to pull Prometheus pushgateway image |`prom`|
0 commit comments