Code Monkey home page Code Monkey logo

Comments (7)

ant31 avatar ant31 commented on July 17, 2024

note: this code shoud be deleted (plugins/*)
Can you try to reinstall the plugin from https://github.com/app-registry/appr-helm-plugin

Also all unknown should be passed to helm install, but there is/was a bug (need to check):
https://github.com/app-registry/appr/blob/master/appr/commands/helm.py#L32

You can explicitly pass all options to helm install using -- separator:

# helm registry install [appr-opts] -- [helm-opts]
helm registry install quay.io/samsung_cnct/[email protected] -- --name ingress-nginx --namespace default

let me know if it's working for you

from appr.

joejulian avatar joejulian commented on July 17, 2024

Ah, ok. I'll pull the shell script and the plugin.yaml from there. I still can't install that way, of course, because of the dynamic bindings.

from appr.

ant31 avatar ant31 commented on July 17, 2024

that's 2 separate issues.

  1. The installation process isn't practical / working inside alpine
  2. Can't pass options to helm install

for 1, do you have a dockerfile I can play, with ?

from appr.

joejulian avatar joejulian commented on July 17, 2024

https://github.com/samsung-cnct/k2-tools/blob/master/Dockerfile

from appr.

ant31 avatar ant31 commented on July 17, 2024

@joejulian

About this current issue, it seems fixed and working with the version >=5.1
unknow arguments are sent to Helm.
I would prefer to keep the cli failing for other cases (regarding your PR).
Can you confirm ?

About the installation process, I've published a command:

appr plugins install helm

that install the .helm/plugins/registry files and creates a symlink to the appr script.
In a Dockerfile, once appr is installed, we can call this command to get the registry plugin correctly setup.
https://github.com/app-registry/appr/blob/master/Dockerfile#L24

from appr.

joejulian avatar joejulian commented on July 17, 2024

Excellent. This looks like it should work for our needs. I'll test this shortly.

from appr.

joejulian avatar joejulian commented on July 17, 2024

Works for me. Thanks.

from appr.

Related Issues (20)

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.