From 7c4aa866c9ad46975ea12f864d99cf92a3f0b3b8 Mon Sep 17 00:00:00 2001 From: Armand LEOPOLD Date: Wed, 20 Apr 2022 14:37:38 +0200 Subject: [PATCH] up --- charts/doccano/Chart.yaml | 2 +- charts/doccano/templates/configmap.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/doccano/Chart.yaml b/charts/doccano/Chart.yaml index 35ad272..0942e1a 100644 --- a/charts/doccano/Chart.yaml +++ b/charts/doccano/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: doccano appVersion: 1.6.2 -version: 2.0.1 +version: 2.0.2 description: A Helm chart for doccano, Open source text annotation tool for machine learning practitioner. home: https://doccano.herokuapp.com/ icon: https://raw.githubusercontent.com/doccano/doccano/master/docs/images/logo/doccano.png diff --git a/charts/doccano/templates/configmap.yaml b/charts/doccano/templates/configmap.yaml index 295df6d..7b2a1a4 100644 --- a/charts/doccano/templates/configmap.yaml +++ b/charts/doccano/templates/configmap.yaml @@ -6,6 +6,7 @@ metadata: data: bootstrap.sh: |- #!/bin/bash + cd /doccano export PATH=$PATH:/home/doccano/.local/bin # install dependency python -m pip install doccano