Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when Install via Helm #507

Closed
ikandars opened this issue Sep 24, 2023 · 2 comments
Closed

Error when Install via Helm #507

ikandars opened this issue Sep 24, 2023 · 2 comments

Comments

@ikandars
Copy link

ikandars commented Sep 24, 2023

📝 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:

  • Cells Version container image: latest
  • Helm version: v3.4.1
  • Kubernetes version: v1.24.7
  • Chart version cells/cells 0.1.0
@ikandars
Copy link
Author

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
Copy link
Member

cdujeu commented Sep 24, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants