Giter Club home page Giter Club logo

Comments (8)

nabadger avatar nabadger commented on May 27, 2024

@praveendhac Do you have this working for any other Git repos? It looks like to me like it's meant to point to a charts repo, such as https://github.com/helm/chartmuseum (and not direct to a specific chart on Git...but I've only spent 2 mins having a look).

If not, try https://github.com/mintel/dex-k8s-authenticator/tree/master/charts/dex-k8s-authenticator as the URL. This repo has 2 charts (dex and dex-k8s-authenticator) - you would need to reference them independently.

from dex-k8s-authenticator.

praveendhac avatar praveendhac commented on May 27, 2024

The URL does not follow chart repository structure,
https://github.com/helm/helm/blob/master/docs/chart_repository.md

ERROR: while adding repo [dex]: Error: Looks like "https://github.com/mintel/dex-k8s-authenticator/tree/master/charts/dex-k8s-authenticator" is not a valid chart repository or cannot be reached: Failed to fetch https://github.com/mintel/dex-k8s-authenticator/tree/master/charts/dex-k8s-authenticator/index.yaml : 404 Not Found

from dex-k8s-authenticator.

nabadger avatar nabadger commented on May 27, 2024

That is for if you want to host your own charts repository, which is a collection of charts packaged up together with an index.html.

It's not related to how you structure a specific chart, which is what we provide - see https://docs.bitnami.com/kubernetes/how-to/create-your-first-helm-chart/ ).

from dex-k8s-authenticator.

praveendhac avatar praveendhac commented on May 27, 2024

Because of the missing index.yaml file, the repo cannot be used by helmsman. Has to convert the repo into helm repo and push to our local repo to use dex-k8s-authenticator/dex charts.

from dex-k8s-authenticator.

nabadger avatar nabadger commented on May 27, 2024

The index.yaml links to the helm packages that are pre-built (tar.gz).

I'll take a look - I've found a few examples where people are doing this. It would however require us to pre-build the charts (but maybe that's a useful thing as you say).

from dex-k8s-authenticator.

nabadger avatar nabadger commented on May 27, 2024

@praveendhac Can you try this:

helm repo add mintel-dex https://raw.githubusercontent.com/mintel/dex-k8s-authenticator/feat-helm-repo/charts/repo/stable

Please note, this a branch feat-helm-repo that I've just pushed (so it's a test). If it works, I'll look to merge it to master.

Also note that I've re-structured the repo (added ./repo/stable for example)

from dex-k8s-authenticator.

nabadger avatar nabadger commented on May 27, 2024

Note, if this is works, I'll probably add a mintel/charts repo so that any charts we develop and opensource can be available (rather than having the repo under mintel/dex-k8s-authenticator/charts

from dex-k8s-authenticator.

nabadger avatar nabadger commented on May 27, 2024

Closing due to inactively.

from dex-k8s-authenticator.

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.