Skip to content

Commit

Permalink
Merge pull request #54 from RasaHQ/rasa-x-0.29
Browse files Browse the repository at this point in the history
bump image versions
  • Loading branch information
wochinge authored Jun 22, 2020
2 parents eae34fe + 8ddd689 commit accdef5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ helm install <your release name> rasa-x/rasa-x
```

## Upgrading the deployment
```

```bash
helm upgrade <your release name> rasa-x/rasa-x
```

## Uninstalling

```
```bash
helm delete <your release name>
```

Expand All @@ -49,15 +50,15 @@ recommend to set at least these values:
| rabbitmq.rabbitmq.password | Password for RabbitMq. | `test` |
| global.postgresql.postgresqlPassword | Password for the Postgresql database. | `password` |
| global.redis.password | Password for redis. | `password` |
| rasax.tag | Version of Rasa X which you want to use. | `0.28.3` |
| rasa.tag | Version of Rasa OSS which you want to use. | `1.10.1` |
| rasax.tag | Version of Rasa X which you want to use. | `0.29.1` |
| rasa.tag | Version of Rasa OSS which you want to use. | `1.10.3` |
| app.name | Name of your action server image. | `rasa/rasa-x-demo` |
| app.tag | Tag of your action server image. | `0.28.3` |
| app.tag | Tag of your action server image. | `0.29.1` |

## Where to get help

- If you encounter bugs or have suggestions for this Helm chart, please create an issue in this repository.
- If you have general questions about usage, please create a thread in the [Rasa Forum](https://forum.rasa.com/).
* If you encounter bugs or have suggestions for this Helm chart, please create an issue in this repository.
* If you have general questions about usage, please create a thread in the [Rasa Forum](https://forum.rasa.com/).

## How to contribute

Expand All @@ -70,8 +71,8 @@ To contribute via pull request, follow these steps:
1. Create an issue describing the feature you want to work on
2. Create a pull request describing your changes


## Development Internals

### Releasing a new version of this chart

This repository automatically release a new version of the Helm chart once new changes
Expand All @@ -81,5 +82,6 @@ are merged. The only required steps are:
2. Increase the chart `version` in `charts/rasa-x/Chart.yaml`

## License

Licensed under the Apache License, Version 2.0.
Copyright 2020 Rasa Technologies GmbH. [Copy of the license](LICENSE.txt).
4 changes: 2 additions & 2 deletions charts/rasa-x/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
apiVersion: v2

version: "1.2.8"
appVersion: "0.28.3"
version: "1.2.9"
appVersion: "0.29.1"

name: rasa-x
description: Rasa X Helm chart for Kubernetes / Openshift
Expand Down
4 changes: 2 additions & 2 deletions charts/rasa-x/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ rasa:
# name of the Rasa image to use
name: "rasa/rasa"
# tag refers to the Rasa image tag
tag: "1.10.1" # Please check the README to see all locations which have to be updated for a rasa release)
tag: "1.10.3" # Please check the README to see all locations which have to be updated for a rasa release)
# port on which Rasa runs
port: 5005
# token Rasa accepts as authentication token from other Rasa services
Expand Down Expand Up @@ -262,7 +262,7 @@ duckling:
# name of the Duckling image to use
name: "rasa/duckling"
# tag refers to the duckling image tag
tag: "0.1.6.2"
tag: "0.1.6.3"
# replicaCount of duckling containers to run
replicaCount: 1
# port on which duckling should run
Expand Down

0 comments on commit accdef5

Please sign in to comment.