Skip to content

Commit

Permalink
Merge pull request #19 from one-acre-fund/feature/upgrade-kobo-kpi
Browse files Browse the repository at this point in the history
bumped up kpi version
  • Loading branch information
bisonlou authored Nov 8, 2021
2 parents 23405b3 + 40d9d6b commit a4e1f27
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/kobotoolbox/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: kobotoolbox
version: 0.1.9
version: 0.2.0
description: KoboToolbox field data collection solution
home: https://www.kobotoolbox.org/
icon: https://avatars.githubusercontent.com/u/5543677?s=400&v=4
Expand Down
4 changes: 2 additions & 2 deletions charts/kobotoolbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@



![Version: 0.1.9](https://img.shields.io/badge/Version-0.1.9-informational?style=flat-square)
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square)

KoboToolbox field data collection solution

Expand Down Expand Up @@ -76,7 +76,7 @@ $ helm install my-release one-acre-fund/kobotoolbox
| kobocat.subdomain | string | `"kc"` | DNS subdomain name to serve the form server from |
| kpi.extraEnv | object | `{"DJANGO_LANGUAGE_CODES":"en fr es ar zh-hans hi ku","KOBO_SUPPORT_URL":"http://support.kobotoolbox.org/"}` | Dictionary of env variables to pass |
| kpi.image.name | string | `"kobotoolbox/kpi"` | kpi docker image name See https://hub.docker.com/r/kobotoolbox/kpi for list of tags |
| kpi.image.tag | string | `"2.021.24b"` | kpi docker image tag |
| kpi.image.tag | string | `"2.021.41"` | kpi docker image tag |
| kpi.subdomain | string | `"kobo"` | DNS subdomain to serve the main UI from |
| mongodb | object | see `values.yaml` | Standard MongoDB values See https://artifacthub.io/packages/helm/bitnami/mongodb for doc |
| mongodb.enabled | bool | `true` | Install MongoDB? |
Expand Down
4 changes: 2 additions & 2 deletions charts/kobotoolbox/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kpi:
# See https://hub.docker.com/r/kobotoolbox/kpi for list of tags
name: kobotoolbox/kpi
# -- kpi docker image tag
tag: "2.021.24b"
tag: "2.021.41"
# -- DNS subdomain to serve the main UI from
subdomain: kobo
# -- Dictionary of env variables to pass
Expand Down Expand Up @@ -72,7 +72,7 @@ enketo:
"rank",
"likert",
"range",
"columns",
"columns",`
"image-view",
"comment",
"image-map",
Expand Down

0 comments on commit a4e1f27

Please sign in to comment.