Coder Social home page Coder Social logo

nuke-helm's Introduction

About This Project

This project contains ...

About NUKE

Founded in April 2017, NUKE is a free, open-source build automation system for C#/.NET that runs cross-platform on .NET Core, .NET Framework, and Mono. While builds are bootstrapped with conventional Bash or PowerShell scripts, their actual implementation resides in simple C# console applications. This approach unleashes the power of the type system and natively provides IDE features like code-completion, refactorings, and debugging. A custom global tool and several IDE extensions further improve how build projects are setup, authored and executed. A revolutionary code-generation approach ensures scalable integration of third-party tools like MSBuild or dotnet CLI.

For more information, visit the official website or the main repository.

nuke-helm's People

Contributors

arodus avatar matkoch avatar nuke-bot avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

nuke-helm's Issues

helm upgrade --install boolean toogle does not need it's value "True" to be passed

Hello the --install toogle has not the correct syntax in Helm upgrade command

I suspect all other boolean toogles have the same problem & all other commands.

Should be :

helm upgrade --install --set rbac.create=false,rbac.createRole=false,rbac.createClusterRole=false --namespace kube-system nginx-ingress stable/nginx-ingress

But :

            HelmUpgrade(s => s
                .EnableInstall()
                .AddSet("rbac.create", false).AddSet("rbac.createRole", false).AddSet("rbac.createClusterRole", false)
                .SetNamespace("kube-system")
                .SetRelease("nginx-ingress")
                .SetChart("stable/nginx-ingress")
                );
Error: This command needs 2 arguments: release name, chart path
Process 'helm.exe' exited with code 1.
Invocation:
   C:\path\to\helm.exe upgrade --install True --namespace kube-system --set rbac.create=False,rbac.createRole=False,rbac.createClusterRole=False nginx-ingress stable/nginx-ingress

helm.exe "helm" command generated instead of the correct one

Hello Nuke.folks

I'm trying now to use Nuke as a release scripting tool and I think the generated command has a 'helm' word that is added :

Code:
HelmList();

Generates :
'C:..._tools\helm.exe helm list'

And the error :

Error: unknown command "helm" for "helm"
Run 'helm --help' for usage.
Process 'helm.exe' exited with code 1. Verify the invocation.

I asume you tried to use the commands at least one time, so perhaps it's working with the bash version.
I'll try the same on our worker servers (ubuntu) instead of my local windows.

thank you for the tool I hope as an early adopter I help you debug and the community will then get a better tool.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.