Skip to content

Commit

Permalink
fix: Change incorrect field name from rasa.versions.rasaXXX.external.…
Browse files Browse the repository at this point in the history
…host to rasa.versions.rasaXXX.external.url in the values file (#261)
  • Loading branch information
Tomasz Czekajlo authored Jan 12, 2022
1 parent 54a6921 commit ed62cb9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/rasa-x/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: v2

version: "3.1.1"
version: "3.1.2"

appVersion: "1.0.1"

Expand Down Expand Up @@ -41,5 +41,5 @@ dependencies:
annotations:
# See: https://artifacthub.io/docs/topics/annotations/helm/#supported-annotations
artifacthub.io/changes: |
- kind: changed
description: Bump Rasa X version to 1.0.1
- kind: fixed
description: Change incorrect field name from `rasa.versions.rasaXXX.external.host` to `rasa.versions.rasaXXX.external.url` in the values file.
8 changes: 4 additions & 4 deletions charts/rasa-x/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ rasa:
# enable external Rasa OSS
enabled: false

# host of external Rasa OSS deployment
host: "http://rasa-bot"
# url of external Rasa OSS deployment
url: "http://rasa-bot"

# nodeSelector to specify which node the pods should run on
# https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
Expand Down Expand Up @@ -265,8 +265,8 @@ rasa:
# enable external Rasa OSS
enabled: false

# host of external Rasa OSS deployment
host: "http://rasa-worker"
# url of external Rasa OSS deployment
url: "http://rasa-worker"

# nodeSelector to specify which node the pods should run on
# https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
Expand Down

0 comments on commit ed62cb9

Please sign in to comment.