Skip to content

Commit

Permalink
delete redundant values, bump chart
Browse files Browse the repository at this point in the history
Signed-off-by: Jasstkn <[email protected]>
  • Loading branch information
Jasstkn committed Aug 9, 2022
1 parent dd4e07b commit 0261653
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 29 deletions.
2 changes: 1 addition & 1 deletion charts/litmus-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "2.11.0"
description: A Helm chart to install litmus infra components on Kubernetes
name: litmus-core
version: 2.11.0
version: 2.12.0
home: https://litmuschaos.io
sources:
- https://github.com/litmuschaos/litmus
Expand Down
2 changes: 1 addition & 1 deletion charts/litmus-core/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# litmus-core

![Version: 2.11.0](https://img.shields.io/badge/Version-2.11.0-informational?style=flat-square) ![AppVersion: 2.11.0](https://img.shields.io/badge/AppVersion-2.11.0-informational?style=flat-square)
![Version: 2.12.0](https://img.shields.io/badge/Version-2.12.0-informational?style=flat-square) ![AppVersion: 2.11.0](https://img.shields.io/badge/AppVersion-2.11.0-informational?style=flat-square)

A Helm chart to install litmus infra components on Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion charts/litmus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "2.11.0"
description: A Helm chart to install ChaosCenter
name: litmus
version: 2.12.0
version: 2.13.0
kubeVersion: ">=1.16.0-0"
home: https://litmuschaos.io
sources:
Expand Down
18 changes: 7 additions & 11 deletions charts/litmus/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# litmus

![Version: 2.12.0](https://img.shields.io/badge/Version-2.12.0-informational?style=flat-square) ![AppVersion: 2.11.0](https://img.shields.io/badge/AppVersion-2.11.0-informational?style=flat-square)
![Version: 2.13.0](https://img.shields.io/badge/Version-2.13.0-informational?style=flat-square) ![AppVersion: 2.11.0](https://img.shields.io/badge/AppVersion-2.11.0-informational?style=flat-square)

A Helm chart to install ChaosCenter

Expand Down Expand Up @@ -35,6 +35,12 @@ $ helm repo add litmuschaos https://litmuschaos.github.io/litmus-helm/
$ helm install litmus-portal litmuschaos/litmus
```

## Upgrading Chart

### From 2.12.X -> 2.13.X

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.

## Values

| Key | Type | Default | Description |
Expand Down Expand Up @@ -193,16 +199,6 @@ $ helm install litmus-portal litmuschaos/litmus
| portal.server.graphqlServer.volumes[1].name | string | `"hub-storage"` | |
| portal.server.nodeSelector | object | `{}` | |
| portal.server.replicas | int | `1` | |
| portal.server.service.annotations | object | `{}` | |
| portal.server.service.authRpcServer.port | int | `3030` | |
| portal.server.service.authRpcServer.targetPort | int | `3030` | |
| portal.server.service.authServer.port | int | `9003` | |
| portal.server.service.authServer.targetPort | int | `3000` | |
| portal.server.service.graphqlRpcServer.port | int | `8000` | |
| portal.server.service.graphqlRpcServer.targetPort | int | `8000` | |
| portal.server.service.graphqlServer.port | int | `9002` | |
| portal.server.service.graphqlServer.targetPort | int | `8080` | |
| portal.server.service.type | string | `"ClusterIP"` | |
| portal.server.serviceAccountName | string | `"litmus-server-account"` | |
| portal.server.tolerations | list | `[]` | |
| portal.server.updateStrategy | object | `{}` | |
Expand Down
6 changes: 6 additions & 0 deletions charts/litmus/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ $ helm repo add litmuschaos https://litmuschaos.github.io/litmus-helm/
$ helm install litmus-portal litmuschaos/litmus
```

## Upgrading Chart

### From 2.12.X -> 2.13.X

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" . }}
15 changes: 0 additions & 15 deletions charts/litmus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,21 +282,6 @@ portal:
volumeMounts: []
volumes: []

service:
annotations: {}
type: ClusterIP
graphqlServer:
port: 9002
targetPort: 8080
graphqlRpcServer:
port: 8000
targetPort: 8000
authServer:
port: 9003
targetPort: 3000
authRpcServer:
port: 3030
targetPort: 3030
nodeSelector: {}
tolerations: []
affinity: {}
Expand Down

0 comments on commit 0261653

Please sign in to comment.