From cdc213c4b47778d5986e72b8d11e4114944d550f Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 18 Mar 2023 08:02:46 +0000 Subject: [PATCH] other: Bump version to 3.4.6 --- charts/rasa/Chart.yaml | 2 +- charts/rasa/README.md | 8 ++++---- charts/rasa/values.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/rasa/Chart.yaml b/charts/rasa/Chart.yaml index 0558dda..aac9239 100644 --- a/charts/rasa/Chart.yaml +++ b/charts/rasa/Chart.yaml @@ -18,7 +18,7 @@ version: 1.17.4 # 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" +appVersion: "3.4.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 diff --git a/charts/rasa/README.md b/charts/rasa/README.md index 765b907..7de89ce 100644 --- a/charts/rasa/README.md +++ b/charts/rasa/README.md @@ -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: 1.17.4](https://img.shields.io/badge/Version-1.17.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.4.6](https://img.shields.io/badge/AppVersion-3.4.6-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. @@ -22,8 +22,8 @@ helm repo update | 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 | duckling | ~1.1.4 | +| https://helm.rasa.com | rasa-action-server | ~1.0.4 | | https://helm.rasa.com | rasa-common | ~1.0.2 | ## Quick start @@ -307,7 +307,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.4.6"` | 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 | diff --git a/charts/rasa/values.yaml b/charts/rasa/values.yaml index 58f09b4..9229b0c 100644 --- a/charts/rasa/values.yaml +++ b/charts/rasa/values.yaml @@ -216,7 +216,7 @@ image: name: rasa # -- Rasa Open Source image tag to use - tag: "3.2.6" + tag: "3.4.6" # -- Override default registry + image.name for Rasa Open Source repository: ""