Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Waypoint Helm does not support private chart repository #4824

Open
shbalaku opened this issue Jun 30, 2023 · 1 comment
Open

Waypoint Helm does not support private chart repository #4824

shbalaku opened this issue Jun 30, 2023 · 1 comment
Assignees
Labels
ecosystem Things related to waypoint interacting with external systems jira Will add an Issue to Jira plugin/helm

Comments

@shbalaku
Copy link

Describe the bug
Attempted using waypoint helm plugin to deploy a chart but seeing error:

! failed to get latest artifact

Likely due to inability to fetch from the private chart repository specified.

Steps to Reproduce
waypoint.hcl file:

project = "waypoint-test"

app "test-app" {
  build {}

  deploy {
    use "helm" {
        name  = "test-app"
        chart = "<private-chart-repo-url>"
        version = "0.1.0"
    }
  }
}

Expected behavior
Expected better error and troubleshooting on how to connect to private chart repo using the helm plugin. Could not find documentation of how to do this.

Waypoint Platform Versions
Additional version and platform information to help triage the issue if
applicable:

  • Waypoint CLI Version: v0.11.2 (0759b76)
  • Waypoint Server Platform and Version: kubernetes
  • Waypoint Plugin: helm

Additional context
Add any other context about the problem here.

@shbalaku shbalaku added the new label Jun 30, 2023
@paladin-devops
Copy link
Contributor

Hey @shbalaku, thanks for opening this issue! This still requires testing, but I have a draft PR to add options for a username and password to the Helm plugin's platform component, to support authenticating to a private repository.

@paladin-devops paladin-devops removed the new label Jul 6, 2023
@paladin-devops paladin-devops self-assigned this Jul 6, 2023
@paladin-devops paladin-devops added plugin/helm ecosystem Things related to waypoint interacting with external systems jira Will add an Issue to Jira labels Jul 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ecosystem Things related to waypoint interacting with external systems jira Will add an Issue to Jira plugin/helm
Projects
None yet
Development

No branches or pull requests

2 participants