Skip to content

Commit

Permalink
Merge pull request #107 from RasaHQ/infra-232a
Browse files Browse the repository at this point in the history
Infra 232a
  • Loading branch information
camattin authored Dec 9, 2022
2 parents f6f750f + b0705ff commit 7afddb7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions charts/rasa-action-server/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: rasa-common
repository: https://helm.rasa.com
version: 1.0.0
digest: sha256:2b588ba621a5cd46a60553183693606524c4bc77bac7c1619fa029f8713c7620
generated: "2021-07-06T12:55:17.852424+02:00"
version: 1.0.2
digest: sha256:2154e90d996acc784ae39b3780476a9eaa725197d793579f92e52312f9abd0d6
generated: "2022-12-09T11:44:29.923703-05:00"
6 changes: 3 additions & 3 deletions charts/rasa-action-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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.4
version: 1.0.5
# 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.
Expand All @@ -40,5 +40,5 @@ dependencies:
annotations:
# See: https://artifacthub.io/docs/topics/annotations/helm/#supported-annotations
artifacthub.io/changes: |
- kind: fixed
description: Change type to string for the `nameOverride` and `fullnameOverride` fields in JSON schema.
- kind: changed
description: Add support for adding labels to the rasa-action-server service
8 changes: 4 additions & 4 deletions charts/rasa/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ dependencies:
version: 8.32.2
- name: rasa-action-server
repository: https://helm.rasa.com
version: 1.0.3
version: 1.0.4
- name: duckling
repository: https://helm.rasa.com
version: 1.0.0
digest: sha256:50b086bdd30f3557ad494635ca32ba11f7ed49a7880cf35b41fc3095519a7b32
generated: "2022-08-15T23:54:23.793206+02:00"
version: 1.1.4
digest: sha256:cd37d2e7fee2710d5d1ad71479a8e9930bafe7bd8bfc775fcecb0130b1047a67
generated: "2022-12-09T11:51:46.801117-05:00"
8 changes: 4 additions & 4 deletions charts/rasa/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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.3
version: 1.17.4
# 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.
Expand Down Expand Up @@ -48,15 +48,15 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
condition: rabbitmq.install
- name: rasa-action-server
version: ~1.0.0
version: ~1.0.4
repository: https://helm.rasa.com
condition: rasa-action-server.install
- name: duckling
version: ~1.0.0
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: Bump Rasa to 3.2.6
description: update rasa-action-server chart version/dependency

0 comments on commit 7afddb7

Please sign in to comment.