Skip to content

Commit c57318f

Browse files
authored
Changing helm chart to use AppVersion out of the box (#1147)
1 parent 6d0d713 commit c57318f

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

helm/squidex7/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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

helm/squidex7/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ image:
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

0 commit comments

Comments
 (0)