-
Notifications
You must be signed in to change notification settings - Fork 88
/
README.md.gotmpl
36 lines (20 loc) · 1.2 KB
/
README.md.gotmpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{{ template "chart.header" . }}
{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }}
{{ template "chart.description" . }}
{{ template "chart.homepageLine" . }}
{{ template "chart.maintainersSection" . }}
{{ template "chart.sourcesSection" . }}
{{ template "chart.requirementsSection" . }}
## Installing the Chart
To install this chart with the release name `litmus-portal`:
```console
$ helm repo add litmuschaos https://litmuschaos.github.io/litmus-helm/
$ helm install litmus-portal litmuschaos/litmus
```
## Upgrading Chart
### From 2.15.8 -> Above
We moved ingress path config from `ingress.host.paths.backend` to `ingress.host.backend.path` and from `ingress.host.paths.frontend` to `ingress.host.backend.frontend`. You need to move your values to the correspondent options and upgrade as usual.
### From 2.13.0 -> 2.13.1 or 2.13.0 -> Above
We separated service configuration from `portal.server.service` to `portal.server.graphqlServer.service` and `portal.server.authServer.service`. You need to move your values to the correspondent options and upgrade as usual.
{{ template "chart.valuesSection" . }}
{{ template "helm-docs.versionFooter" . }}