Git Product home page Git Product logo

Comments (5)

derjohn avatar derjohn commented on September 26, 2024

helm from shell works, with the terraform helm provider it doesnt.

from k8up.

sashokbg avatar sashokbg commented on September 26, 2024

Hello @derjohn you would need to provide more information on exactly does not work. Do you have any error messages or logs that you can share ?
Also have you tried looking at the state of your helm chart ?
Did you check pod logs etc ?

from k8up.

Kidswiss avatar Kidswiss commented on September 26, 2024

Hi @derjohn

I can only agree to what @sashokbg already said. It's hard to determine what's not working without any further context. Can you at least add some errors or logs?

The index.yaml file is available and reachable as far as I'm able to determine:

curl https://k8up-io.github.io/k8up/index.yaml
apiVersion: v1
entries:
  k8up:
  - apiVersion: v2
    created: "2022-09-15T09:18:26.400474787Z"
    description: Kubernetes and OpenShift Backup Operator based on restic
    digest: 3143e7518441ddd079d819785d06d11968ce79d63f208b2412e3368129b955fc
    home: https://k8up.io/
    keywords:
    - backup
    - operator
    - restic
    maintainers:
    - email: [email protected]
      name: K8up Authors
....

from k8up.

derjohn avatar derjohn commented on September 26, 2024

Uhm, I closed the issue yesterday= I didn't? oops ;)

I can say that "helm repo add ...." on the shell works with helm3, but if I do so with terraform:

resource "helm_release" "k8up" {
  name            = "k8up"
  repository     = "https://k8up-io.github.io/k8up"
  chart             = "k8up"
  namespace  = ...
}

results in an error. Usually helm repos have an index.yaml ( https://helm.sh/docs/helm/helm_repo_index/ ) which describes the charts inside the repo. It looks like the helm provider in terraform does not support helm repos without index.yaml.

As a workaround I checked out the k8uo githubrepo and went and set chart = .. to a local file path.

from k8up.

Kidswiss avatar Kidswiss commented on September 26, 2024

I see, thanks for the explanation.

As I've written above the index.yaml file is there.

Since you've got it working, I'm really closing this issue then ;)

from k8up.

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.