Skip to content

Commit

Permalink
Merge pull request #421 from zekker6/renovate/erikvl87-languagetool-6.x
Browse files Browse the repository at this point in the history
feat(docker-image): update erikvl87/languagetool docker tag to v6.4
  • Loading branch information
zekker6 committed May 11, 2024
2 parents cf00030 + dd3c353 commit b8e4dd4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/apps/language-tool/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
annotations:
artifacthub.io/changes: |-
- kind: changed
description: update https://github.com/zekker6/helm-charts/tree/main/charts/library/common to 0.5.0
description: update erikvl87/languagetool docker tag to v6.4
apiVersion: v2
appVersion: "v6.3"
appVersion: "v6.4"
dependencies:
- name: common
repository: https://zekker6.github.io/helm-charts
Expand All @@ -21,4 +21,4 @@ maintainers:
name: language-tool
sources:
- https://github.com/language-tool/language-tool-docker
version: 1.7.0
version: 1.8.0
4 changes: 2 additions & 2 deletions charts/apps/language-tool/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# language-tool

![Version: 1.7.0](https://img.shields.io/badge/Version-1.7.0-informational?style=flat-square) ![AppVersion: v6.3](https://img.shields.io/badge/AppVersion-v6.3-informational?style=flat-square)
![Version: 1.8.0](https://img.shields.io/badge/Version-1.8.0-informational?style=flat-square) ![AppVersion: v6.4](https://img.shields.io/badge/AppVersion-v6.4-informational?style=flat-square)

language-tool helm package

Expand Down Expand Up @@ -82,7 +82,7 @@ N/A
| env.langtool_languageModel | string | `"/ngrams"` | Make sure this matches `.Values.persistence.config.mountPath` |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"erikvl87/languagetool"` | image repository |
| image.tag | string | `"6.3"` | image tag |
| image.tag | string | `"6.4"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| initContainers.download-ngrams | object | See values.yaml | Init container to set up ngram files. For other languages check for archives [here](https://languagetool.org/download/ngram-data/) Archive download disabled by default, please enable it when deploying |
| initContainers.download-ngrams.volumeMounts[0].mountPath | string | `"/ngrams"` | Make sure this matches `.Values.persistence.config.mountPath` |
Expand Down
2 changes: 1 addition & 1 deletion charts/apps/language-tool/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ image:
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
tag: "6.3"
tag: "6.4"

# -- environment variables. See more environment variables in the [container documentation](https://github.com/Erikvl87/docker-languagetool).
# @default -- See below
Expand Down
4 changes: 2 additions & 2 deletions docs/charts/language-tool.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# language-tool

![Version: 1.7.0](https://img.shields.io/badge/Version-1.7.0-informational?style=flat-square) ![AppVersion: v6.3](https://img.shields.io/badge/AppVersion-v6.3-informational?style=flat-square)
![Version: 1.8.0](https://img.shields.io/badge/Version-1.8.0-informational?style=flat-square) ![AppVersion: v6.4](https://img.shields.io/badge/AppVersion-v6.4-informational?style=flat-square)

language-tool helm package

Expand Down Expand Up @@ -82,7 +82,7 @@ N/A
| env.langtool_languageModel | string | `"/ngrams"` | Make sure this matches `.Values.persistence.config.mountPath` |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"erikvl87/languagetool"` | image repository |
| image.tag | string | `"6.3"` | image tag |
| image.tag | string | `"6.4"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| initContainers.download-ngrams | object | See values.yaml | Init container to set up ngram files. For other languages check for archives [here](https://languagetool.org/download/ngram-data/) Archive download disabled by default, please enable it when deploying |
| initContainers.download-ngrams.volumeMounts[0].mountPath | string | `"/ngrams"` | Make sure this matches `.Values.persistence.config.mountPath` |
Expand Down

0 comments on commit b8e4dd4

Please sign in to comment.