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

add_repo doesn't doing repo update? #81

Closed
tazhate opened this issue Jan 24, 2020 · 1 comment
Closed

add_repo doesn't doing repo update? #81

tazhate opened this issue Jan 24, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@tazhate
Copy link

tazhate commented Jan 24, 2020

I'm trying to install chart from repo, but don't get any success.

    image: pelotech/drone-helm3
    add_repos: repo=https://REPOURL
    settings:
      helm_command: upgrade
      chart: repo/test
      release: test
      api_server:
        from_secret: KUBERNETES_SERVICE_HOST
      kubernetes_token:
        from_secret: KUBE_TOKEN

error:

Error: repo repo not found

@tazhate tazhate added the bug Something isn't working label Jan 24, 2020
@josmo
Copy link
Member

josmo commented Jan 24, 2020

add_repos is going to need to go in settings: not at the image: level. Any plugin specific item like that needs to be in settings or environment :) I'll close this issue out, but if you still have an issue feel free to reopen

ie

  image: blah
  settings:
    add_repos: stuff

@josmo josmo closed this as completed Jan 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants