Skip to content

Rudder can't get my chart #8

@Awk34

Description

@Awk34

I have a chart repo being served from S3. I can grab the chart packages and index.yaml file fine through GET requests. I have the repo configured for Rudder in my ConfigMap. I can successfully list my charts with a GET on https://rudder.mysite.com/api/v1/repo/my-repo/charts.

When I try to POST to https://rudder.mysite.com/api/v1/releases with the following body, I get the following error:

{
    name: 'test',
    namespace: 'test',
    repo: 'my-repo',
    chart: 'my-chart',
    version: '1.0.2',
    values: {
        key: 'value',
    }
}
Unable to get chart from cache or my-chart-1.0.2.tgz" error="Get my-chart-1.0.2.tgz: unsupported protocol scheme \"\"
unable to get chart details" error="Get my-chart-1.0.2.tgz: unsupported protocol scheme \"\"
unable to install releases" error="[ServiceError:500] unable to install releases

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions