From aa6c3f95b36e3846ee7f77c88a132cfbb4ee16d6 Mon Sep 17 00:00:00 2001 From: Innocent Lou Date: Mon, 8 Nov 2021 16:35:32 +0200 Subject: [PATCH 1/2] bumped up kpi version --- charts/kobotoolbox/README.md | 2 +- charts/kobotoolbox/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/kobotoolbox/README.md b/charts/kobotoolbox/README.md index 727f1df..1f19213 100644 --- a/charts/kobotoolbox/README.md +++ b/charts/kobotoolbox/README.md @@ -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? | diff --git a/charts/kobotoolbox/values.yaml b/charts/kobotoolbox/values.yaml index cef04b9..76d864f 100644 --- a/charts/kobotoolbox/values.yaml +++ b/charts/kobotoolbox/values.yaml @@ -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 @@ -72,7 +72,7 @@ enketo: "rank", "likert", "range", - "columns", + "columns",` "image-view", "comment", "image-map", From 40d9d6b9a9a76d0f1f14bedcc92005edc46e49e6 Mon Sep 17 00:00:00 2001 From: Innocent Lou Date: Mon, 8 Nov 2021 16:58:44 +0200 Subject: [PATCH 2/2] bumped chart version --- charts/kobotoolbox/Chart.yaml | 2 +- charts/kobotoolbox/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/kobotoolbox/Chart.yaml b/charts/kobotoolbox/Chart.yaml index 70315f6..125b6da 100644 --- a/charts/kobotoolbox/Chart.yaml +++ b/charts/kobotoolbox/Chart.yaml @@ -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 diff --git a/charts/kobotoolbox/README.md b/charts/kobotoolbox/README.md index 1f19213..b0b0125 100644 --- a/charts/kobotoolbox/README.md +++ b/charts/kobotoolbox/README.md @@ -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