Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
5.3.3 release of chart (#8)
Browse files Browse the repository at this point in the history
* up description
up chart version

Signed-off-by: Egor Ivanov <[email protected]>

* fixes typos in readme

Signed-off-by: Egor Ivanov <[email protected]>

* removed ds_store

Signed-off-by: Egor Ivanov <[email protected]>

* upd .gitignore

Signed-off-by: Egor Ivanov <[email protected]>

---------

Signed-off-by: Egor Ivanov <[email protected]>
  • Loading branch information
cheshi-mantu authored Jun 21, 2024
1 parent 9cc67b0 commit cbea85a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea/
.DS_Store
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
# Allure TestOps deploy in kubernetes
# Allure TestOps deploy in Kubernetes

Here we give just a recap on how to deploy Allure TestOps in your own Kubernetes cluster using Helm chart maintained by Qameta Software Inc.

## Deploy description

https://docs.qameta.io/allure-testops/install/kubernetes/

## Support

Chart is supported via https://help.qameta.io

## Database

Do not deploy PostgreSQL using this chart. Such deployment is not suitable for production.

Here we collected some recommendations for the database sconfiguration to ensure acceptable performance: https://docs.qameta.io/allure-testops/install/database/
Here we collected some recommendations for the database configuration to ensure acceptable performance: https://docs.qameta.io/allure-testops/install/database/

## values.yaml template file

1. Download the values temlate file from this very repo.
1. Download the values template file from this very repo.

https://github.com/qameta/allure-testops-deploy-helm-chart/blob/main/charts/allure-testops/values.yaml

Expand All @@ -33,7 +37,7 @@ helm upgrade --install testops qameta/testops -f values.yaml

Application creates and updates the database schema to the actual state of selected release during its first run. This process could take considerable time, and readiness probes could fail, hence for the very first run, and in case of data migrations, we recommend disabling the probes.

For the sake of this very example, we operating in the namespace `testops` which could differ from yours, so copy the comands copy and execute commands consciously after checking them against the reality.
For the sake of this very example, we operating in the namespace `testops` which could differ from yours, so copy the commands copy and execute commands consciously after checking them against the reality.

```yaml
helm upgrade --install testops qameta/testops \
Expand All @@ -46,13 +50,13 @@ helm upgrade --install testops qameta/testops \

## Allure TestOps release upgrade

1. update values.yaml `version` to the most recent releae (see https://docs.qameta.io/allure-testops/release-notes/)
1. update values.yaml `version` to the most recent release (see https://docs.qameta.io/allure-testops/release-notes/)

```yaml
version: 5.3.2
version: 5.3.3
```
2. Run Helm `repo update` to get the most recent helm chart data, and then `helm upgrade`
2. Run `helm repo update` to get the most recent helm chart data, and then `helm upgrade`

```bash
helm repo update
Expand Down Expand Up @@ -122,4 +126,4 @@ Or alternatively you can deleted the namespace, then Kubernetes will remove all

```shell
kubectl delete namespace testops
```
```
4 changes: 2 additions & 2 deletions charts/testops/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
name: testops
version: 5.3.2
version: 5.3.3
appVersion: 5.3.3

description: Allure TestOps
description: TestOps

kubeVersion: '>= 1.14.0-0'

Expand Down

0 comments on commit cbea85a

Please sign in to comment.