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

Fix README.md #53

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

Taku-Yamashita
Copy link

Fix: Update installation instructions in README.md

Changes:

  • Updated the README.md file to clarify the correct way to define the image value in values.yaml.

Error:

$helm install local-ai go-skynet/local-ai -f values.yaml

coalesce.go:220: warning: cannot overwrite table with non table for local-ai.deployment.image (map[repository:quay.io/go-skynet/local-ai tag:latest])
Error: INSTALLATION FAILED: template: local-ai/templates/deployment.yaml:259:28: executing "local-ai/templates/deployment.yaml" at <.Values.deployment.image.repository>: can't evaluate field repository in type interface {}

Fixes:

  • Fixes issue where Helm installation fails due to incorrect installation instructions in README.md.

Verification:

  • Confirmed that the updated instructions in the README.md file allow for successful Helm installation.

Signed-off-by: Taku-Yamashita <[email protected]>
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

Successfully merging this pull request may close these issues.

1 participant