Skip to content

Commit

Permalink
Merge pull request #17 from RasaHQ/update_charts
Browse files Browse the repository at this point in the history
Update the charts
  • Loading branch information
Tomasz Czekajlo authored Jul 6, 2021
2 parents 6f34e46 + 1d8c320 commit 7a3becc
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions charts/duckling/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ 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.0.0
version: 1.1.0

# 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: "0.1.6.5"
appVersion: "0.1.6.5-r3"

sources:
- https://github.com/RasaHQ/duckling
Expand All @@ -41,5 +41,5 @@ dependencies:
annotations:
# See: https://artifacthub.io/docs/topics/annotations/helm/#supported-annotations
artifacthub.io/changes: |
- kind: added
description: Add the duckling chart
- kind: security
description: Update Docker image to 0.1.6.5-r3
4 changes: 2 additions & 2 deletions charts/duckling/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# duckling

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

Duckling is a Haskell library that parses text into structured data.

Expand Down Expand Up @@ -42,7 +42,7 @@ Duckling is a Haskell library that parses text into structured data.
| image.pullPolicy | string | `"IfNotPresent"` | Duckling image pullPolicy |
| image.pullSecrets | list | `[]` | Duckling repository pullSecret |
| image.repository | string | `nil` | Override default registry + image.name for Duckling |
| image.tag | string | `"0.1.6.5-r2"` | Duckling image tag to use |
| image.tag | string | `"0.1.6.5-r3"` | Duckling 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/duckling/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ image:
name: duckling

# -- Duckling image tag to use
tag: "0.1.6.5-r2"
tag: "0.1.6.5-r3"

# -- Override default registry + image.name for Duckling
repository:
Expand Down
8 changes: 4 additions & 4 deletions charts/rasa/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ 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.1.0
version: 1.2.0

# 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: "2.7.0"
appVersion: "2.7.1"

icon: "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSqZPsa-h0ilYPCFaQmf21MFMyVH7oyvrfnJHwvGOJVlMIeTiakBJTSwGd2cDFcF5AsEiY&usqp=CAU"

Expand All @@ -31,7 +31,7 @@ sources:

maintainers:
- email: [email protected]
name: RasaHQ
name: Rasa

dependencies:
- name: rasa-common
Expand Down Expand Up @@ -69,4 +69,4 @@ annotations:
# See: https://artifacthub.io/docs/topics/annotations/helm/#supported-annotations
artifacthub.io/changes: |
- kind: changed
description: Bump dependencies to the latest available versions
description: Update Rasa Open Source to 2.7.1
4 changes: 2 additions & 2 deletions charts/rasa/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rasa

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

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

Expand Down Expand Up @@ -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 |
| image.repository | string | `nil` | Override default registry + image.name for Rasa Open Source |
| image.tag | string | `"2.4.0"` | Rasa Open Source image tag to use |
| image.tag | string | `"2.7.1"` | 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: "2.4.0"
tag: "2.7.1"

# -- Override default registry + image.name for Rasa Open Source
repository:
Expand Down

0 comments on commit 7a3becc

Please sign in to comment.