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 <mariia.kotliarevskaia@gmail.com>
  • Loading branch information
Jasstkn committed Aug 9, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ae9c171 commit 1bfd654
Showing 5 changed files with 19 additions and 13 deletions.
2 changes: 1 addition & 1 deletion charts/litmus-core/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
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

2 changes: 1 addition & 1 deletion charts/litmus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
20 changes: 10 additions & 10 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

@@ -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 |
@@ -124,17 +130,8 @@ $ helm install litmus-portal litmuschaos/litmus
| portal.server.authServer.securityContext.readOnlyRootFilesystem | bool | `true` | |
| portal.server.authServer.securityContext.runAsNonRoot | bool | `true` | |
| portal.server.authServer.securityContext.runAsUser | int | `2000` | |
<<<<<<< HEAD
| portal.server.authServer.volumeMounts | list | `[]` | |
| portal.server.authServer.volumes | list | `[]` | |
=======
| portal.server.authServer.service.annotations | object | `{}` | |
| portal.server.authServer.service.authRpcServer.port | int | `3030` | |
| portal.server.authServer.service.authRpcServer.targetPort | int | `3030` | |
| portal.server.authServer.service.authServer.port | int | `9003` | |
| portal.server.authServer.service.authServer.targetPort | int | `3000` | |
| portal.server.authServer.service.type | string | `"ClusterIP"` | |
>>>>>>> 037c8cf (Make ClusterIP as a default & configurable for auth & graphql servers)
| portal.server.customLabels | object | `{}` | |
| portal.server.graphqlServer.genericEnv.AGENT_DEPLOYMENTS | string | `"[\"app=chaos-exporter\", \"name=chaos-operator\", \"app=event-tracker\", \"app=workflow-controller\"]"` | |
| portal.server.graphqlServer.genericEnv.CHAOS_CENTER_UI_ENDPOINT | string | `""` | |
@@ -197,6 +194,7 @@ $ helm install litmus-portal litmuschaos/litmus
| portal.server.nodeSelector | object | `{}` | |
| portal.server.replicas | int | `1` | |
<<<<<<< HEAD
<<<<<<< HEAD
| portal.server.service.annotations | object | `{}` | |
| portal.server.service.authRpcServer.port | int | `3030` | |
| portal.server.service.authRpcServer.targetPort | int | `3030` | |
@@ -209,6 +207,8 @@ $ helm install litmus-portal litmuschaos/litmus
| portal.server.service.type | string | `"ClusterIP"` | |
=======
>>>>>>> 037c8cf (Make ClusterIP as a default & configurable for auth & graphql servers)
=======
>>>>>>> 0261653 (delete redundant values, bump chart)
| portal.server.serviceAccountName | string | `"litmus-server-account"` | |
| portal.server.tolerations | list | `[]` | |
| portal.server.updateStrategy | object | `{}` | |
6 changes: 6 additions & 0 deletions charts/litmus/README.md.gotmpl
Original file line number Diff line number Diff line change
@@ -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" . }}

0 comments on commit 1bfd654

Please sign in to comment.