pydio / cells

Future-proof content collaboration platform
https://pydio.com
GNU Affero General Public License v3.0
1.78k stars 173 forks source link

Error when Install via Helm #507

Closed ikandars closed 11 months ago

ikandars commented 11 months ago

📝 Describe the bug

I try to following install via Helm from https://pydio.com/en/docs/cells/v4/kubernetes-quick-install doc page but it fail with following error:

Error: parse error at (cells/charts/vault/templates/prometheus-prometheusrules.yaml:1): unclosed action

⚙️ How-to Reproduce

Steps to reproduce the behavior:

  1. Go to https://pydio.com/en/docs/cells/v4/kubernetes-quick-install
  2. run helm repo add cells https://download.pydio.com/pub/charts/helm
  3. run helm repo update
  4. run helm install cells cells/cells --namespace cells --create-namespace

🩺 Environment / Setup

Complete the following information:

Server Versions:

ikandars commented 11 months ago

Solved. It because I still use Helm version v3.4.1. Lookup to Vault repo https://github.com/hashicorp/vault-helm it required Helm 3.6+. So it solved by upgrading my helm version. I suggest to put the helm version 3.6+ as requirement in this page https://pydio.com/en/docs/cells/v4/kubernetes-quick-install

cdujeu commented 11 months ago

Thanks for the update @ikandars @ghecquet can you take care of this modif ?