File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -46,16 +46,16 @@ The command removes all the Kubernetes components associated with the chart and
4646
4747### Global parameters
4848
49- | Name | Description | Value |
50- | ------------------------- | ------------------------------ | ----------------- |
51- | ` service.type ` | Kubernetes Service type | ` ClusterIP ` |
52- | ` service.port ` | Kubernetes Service port | ` 80 ` |
53- | ` deployment.replicaCount ` | Number of instances. | ` 1 ` |
54- | ` image.repository ` | Squidex image registry | ` squidex/squidex ` |
55- | ` image.tag ` | Squidex image tag | ` 7.0.2 ` |
56- | ` image.pullPolicy ` | Squidex image pull policy | ` IfNotPresent ` |
57- | ` ingress.enabled ` | True to deploy an ingress | ` true ` |
58- | ` ingress.hostName ` | The host name for the ingress. | ` squidex.local ` |
49+ | Name | Description | Value |
50+ | ------------------------- | ------------------------------ | ------------------------------ |
51+ | ` service.type ` | Kubernetes Service type | ` ClusterIP ` |
52+ | ` service.port ` | Kubernetes Service port | ` 80 ` |
53+ | ` deployment.replicaCount ` | Number of instances. | ` 1 ` |
54+ | ` image.repository ` | Squidex image registry | ` squidex/squidex ` |
55+ | ` image.tag ` | Squidex image tag | null: Uses chart's App Version |
56+ | ` image.pullPolicy ` | Squidex image pull policy | ` IfNotPresent ` |
57+ | ` ingress.enabled ` | True to deploy an ingress | ` true ` |
58+ | ` ingress.hostName ` | The host name for the ingress. | ` squidex.local ` |
5959
6060
6161### Squidex parameters
Original file line number Diff line number Diff line change 2727 # # @param image.repository Squidex image registry
2828 # #
2929 repository : squidex/squidex
30- # # @param image.tag Squidex image tag
30+ # # @param image.tag Override Squidex image tag; use chart's AppVersion otherwise
3131 # #
32- tag : " 7.0.2"
32+ # tag: "7.0.2"
3333 # # @param image.pullPolicy Squidex image pull policy
3434 # #
3535 pullPolicy : IfNotPresent
You can’t perform that action at this time.
0 commit comments