Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the app version for the rasa chart to ${LATEST_VERSION} #140

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 0 additions & 62 deletions charts/rasa/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,62 +0,0 @@
apiVersion: v2
name: rasa
description: The Rasa Helm chart deploy a Rasa Open Source Server. Rasa is an open source machine learning framework for automated text and voice-based conversations.
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.17.6
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "3.2.6"
icon: "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSqZPsa-h0ilYPCFaQmf21MFMyVH7oyvrfnJHwvGOJVlMIeTiakBJTSwGd2cDFcF5AsEiY&usqp=CAU"
sources:
- https://github.com/RasaHQ/helm-charts/tree/main/charts/rasa
maintainers:
- email: [email protected]
name: Rasa
keywords:
- kubernetes
- rasa
- rasa-oss
dependencies:
- name: rasa-common
repository: https://helm.rasa.com
tags:
- rasa-common
version: ~1.0.2
- name: postgresql
version: 10.16.2
repository: oci://europe-west3-docker.pkg.dev/rasa-releases/rasa-x-helm
condition: postgresql.install
- name: redis
version: 15.7.6
repository: oci://europe-west3-docker.pkg.dev/rasa-releases/rasa-x-helm
condition: redis.install
- name: rabbitmq
version: 8.32.2
repository: oci://europe-west3-docker.pkg.dev/rasa-releases/rasa-x-helm
condition: rabbitmq.install
- name: rasa-action-server
version: ~1.0.4
repository: https://helm.rasa.com
condition: rasa-action-server.install
- name: duckling
version: ~1.1.4
repository: https://helm.rasa.com
condition: duckling.install
annotations:
# See: https://artifacthub.io/docs/topics/annotations/helm/#supported-annotations
artifacthub.io/changes: |
- kind: changed
description: update rasa-action-server chart version/dependency
17 changes: 3 additions & 14 deletions charts/rasa/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rasa
#

![Version: 1.17.3](https://img.shields.io/badge/Version-1.17.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.2.6](https://img.shields.io/badge/AppVersion-3.2.6-informational?style=flat-square)
![Version: ](https://img.shields.io/badge/Version--informational?style=flat-square)

The Rasa Helm chart deploy a Rasa Open Source Server. Rasa is an open source machine learning framework for automated text and voice-based conversations.

Expand All @@ -15,17 +15,6 @@ helm repo add rasa https://helm.rasa.com
helm repo update
```

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | ~10.16.2 |
| https://charts.bitnami.com/bitnami | rabbitmq | ~8.32.2 |
| https://charts.bitnami.com/bitnami | redis | ~15.7.6 |
| https://helm.rasa.com | duckling | ~1.0.0 |
| https://helm.rasa.com | rasa-action-server | ~1.0.0 |
| https://helm.rasa.com | rasa-common | ~1.0.2 |

## Quick start

The default configuration of the Rasa chart deploys a Rasa Open Source Server, downloads a model, and serves the downloaded model.
Expand Down Expand Up @@ -307,7 +296,7 @@ In the [`examples/rasa`](../../examples) directory you can find more detailed ex
| image.pullPolicy | string | `"IfNotPresent"` | Rasa Open Source image pullPolicy |
| image.pullSecrets | list | `[]` | Rasa Open Source repository pullSecret # See https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod |
| image.repository | string | `""` | Override default registry + image.name for Rasa Open Source |
| image.tag | string | `"3.2.6"` | Rasa Open Source image tag to use |
| image.tag | string | `"3.5.7"` | Rasa Open Source image tag to use |
| ingress.annotations | object | `{}` | Ingress annotations |
| ingress.enabled | bool | `false` | Set to true to enable ingress |
| ingress.extraPaths | object | `{}` | Any additional arbitrary paths that may need to be added to the ingress under the main host |
Expand Down
2 changes: 1 addition & 1 deletion charts/rasa/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ image:
name: rasa

# -- Rasa Open Source image tag to use
tag: "3.2.6"
tag: "3.5.7"
# -- Override default registry + image.name for Rasa Open Source
repository: ""

Expand Down