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

parameterize helm chart version when spawning daemons #304

Merged
merged 7 commits into from
Jul 23, 2021

Commits on Jul 16, 2021

  1. parameterize helm chart version when spawning daemons

    currently without being able to pin helm chart versions deployed by the spawner, new daemons will use latest versions
    using latest versions is discouraged as it potentitally introduces unwanted changes
    this feature introduces the ability to specify the helm chart version and thereby pin helm chart versions deployed by the controller
    ognots committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    c81137f View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. add and group more deploy parameters

    adds lotus docker image options
    allows changing helm repo url for lotus-bundle chart
    
    update html and js
    ognots committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    759a2f8 View commit details
    Browse the repository at this point in the history
  2. merge main

    ognots committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    e799292 View commit details
    Browse the repository at this point in the history
  3. fix bugs in daemon backend

    most fields already populated from json.
    remove default lotus image tag from form
    ognots committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    d49c364 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    add placeholder valus
    
    Co-authored-by: Will <will.scott@protocol.ai>
    ognots and willscott authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    e778497 View commit details
    Browse the repository at this point in the history
  5. run gofmt on spawner.go

    ognots committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    56933bc View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. use filecoin/lotus:nightly

    Cory Schwartz committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    54051d2 View commit details
    Browse the repository at this point in the history