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 duckling chart to ${LATEST_VERSION} #115

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
2 changes: 1 addition & 1 deletion charts/duckling/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version: 1.1.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: "0.2.0.2-r0"
appVersion: "0.2.0.2-r2"
sources:
- https://github.com/RasaHQ/duckling
- https://github.com/facebook/duckling
Expand Down
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.1.4](https://img.shields.io/badge/Version-1.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.0.2-r0](https://img.shields.io/badge/AppVersion-0.2.0.2--r0-informational?style=flat-square)
![Version: 1.1.4](https://img.shields.io/badge/Version-1.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.0.2-r2](https://img.shields.io/badge/AppVersion-0.2.0.2--r2-informational?style=flat-square)

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

Expand Down Expand Up @@ -43,7 +43,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 # See https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod |
| image.repository | string | `""` | Override default registry + image.name for Duckling |
| image.tag | string | `"0.2.0.2-r0"` | Duckling image tag to use |
| image.tag | string | `"0.2.0.2-r2"` | 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.2.0.2-r0"
tag: "0.2.0.2-r2"
# -- Override default registry + image.name for Duckling
repository: ""

Expand Down