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

Installation failed through helm chart #20282

Closed
ghost opened this issue Dec 9, 2022 · 0 comments · Fixed by #20313
Closed

Installation failed through helm chart #20282

ghost opened this issue Dec 9, 2022 · 0 comments · Fixed by #20313
Labels
autoteam community team/tse Technical Support Engineers type/bug Something isn't working

Comments

@ghost
Copy link

ghost commented Dec 9, 2022

Environment

  • Airbyte version: 0.40.24
  • OS Version / Instance: macOS
  • Deployment: Kubernetes (minikube using hyperkit)
  • Step where error happened: Deploy, Installation

Current Behavior

Helm chart installation fails with error -

Error: INSTALLATION FAILED: template: airbyte/templates/env-configmap.yaml:67:42: executing "airbyte/templates/env-configmap.yaml" at <.Values.worker.containerOrchestrator.image>: nil pointer evaluating interface {}.image

Expected Behavior

Helm chart should install without any hiccups.

Logs

Helm release airbyte not installed. Installing...
Error: INSTALLATION FAILED: template: airbyte/templates/env-configmap.yaml:67:42: executing "airbyte/templates/env-configmap.yaml" at <.Values.worker.containerOrchestrator.image>: nil pointer evaluating interface {}.image
deploying "airbyte": install: exit status 1

Steps to Reproduce

helm repo add airbyte https://airbytehq.github.io/helm-charts
helm install airbyte airbyte/airbyte

Are you willing to submit a PR?

Would love to submit a PR to contribute and fix the error although I'm unsure of the roadmap of why worker containerOrchestrator enabled flag was removed and what else is in store later.

Current workaround I'm using

Added the code below in values.yaml file and supplied the same while installing helm chart.

worker.containerOrchestrator.image: ""

@ghost ghost added needs-triage type/bug Something isn't working labels Dec 9, 2022
@ghost ghost changed the title Installation failed Installation failed through helm chart Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autoteam community team/tse Technical Support Engineers type/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants