-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
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
Reactions are currently unavailable