Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

New chart repository URL #570

Closed
prowerse opened this issue Dec 3, 2020 · 3 comments
Closed

New chart repository URL #570

prowerse opened this issue Dec 3, 2020 · 3 comments

Comments

@prowerse
Copy link

prowerse commented Dec 3, 2020

Hello There,
I'm trying to install kubernetes-external-secrets via helm chart repository URL using terraform. I guess post movement new chart, repository URL is yet to be published. Following is my terraform helm release resource. What could be the chart repository URL here?

resource "helm_release" "external-secrets" {
  name       = "external-secrets"
  repository = "https://github.com/godaddy/kubernetes-external-secrets/"
  chart      = "kubernetes-external-secrets"
  namespace  = "external-secrets"

  values = [
    "${file("./helm/kubernetes-external-secrets/values.yml")}"
  ]

  depends_on = [kubernetes_namespace.external-secrets]
}
@prowerse
Copy link
Author

prowerse commented Dec 3, 2020

Just to add more perspective,
As chart repository URL for flux is https://fluxcd.github.io/flux, what is the URL for this chart?

@Flydiverny
Copy link
Member

New repository url is mentioned in #554 and the readme has been updated to reflect the new url https://github.com/external-secrets/kubernetes-external-secrets#install-with-helm
All you need to do is change the organisation name.

@prowerse
Copy link
Author

prowerse commented Dec 4, 2020

Thanks @Flydiverny for reference.

@prowerse prowerse closed this as completed Dec 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants