Skip to content

feat: write chart through post request#20

Merged
rslangl merged 4 commits into
mainfrom
write-chart
Apr 29, 2026
Merged

feat: write chart through post request#20
rslangl merged 4 commits into
mainfrom
write-chart

Conversation

@rslangl
Copy link
Copy Markdown
Owner

@rslangl rslangl commented Apr 27, 2026

Relates to #6

Ensures that the multiform data POSTed to the /v1/helm/ endpoint actually creates the expected file through the filesystem backend component.

Can be tested using e.g.:

curl -X POST -H 'Content-Type: multipart/form-data' -v -F 'chart=@/tmp/artifacts/chart.tgz' -F 'name=testchart'  http://localhost:8080/v1/helm/

@rslangl rslangl marked this pull request as ready for review April 28, 2026 20:52
@rslangl rslangl requested a review from sverrehu as a code owner April 28, 2026 20:52
@rslangl rslangl merged commit 0767c1f into main Apr 29, 2026
1 check passed
@rslangl rslangl deleted the write-chart branch April 29, 2026 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants