Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gemini] Fix trailing whitespace in chart description #468

Merged
merged 2 commits into from
Mar 29, 2021

Conversation

eumel8
Copy link
Contributor

@eumel8 eumel8 commented Mar 28, 2021

Why This PR?

Don't know why this happen, but when I try to sync the chart with Helm S3 an error occured only on this chart

helm s3 push gemini-0.0.4.tgz  my-charts
upload chart to s3: upload object to s3: SignatureDoesNotMatch: The request signature we calculated does not match the signature you provided. Check your key and signing method.
        status code: 403, request id: 000001787A8ED53E44159C169D02DFB2, host id: 32AAAQAAEAABAAAQAAEAABAAAQAAEAABCSFn189jbxYn409J2SCvNCASwa3KzQys
Error: plugin "s3" exited with error

I investigated the chart in each detail and at the end whitespace in the description line caused this error.

Fixes hypnoglow/helm-s3#141

Checklist:

  • I have updated the chart version in Chart.yaml following Semantic Versioning.
  • Any new values are backwards compatible and/or have sensible default.
  • Any new values have been added to the README for the Chart, or helm-docs has been run for the charts that support it.

@eumel8 eumel8 requested a review from rbren as a code owner March 28, 2021 21:06
@CLAassistant
Copy link

CLAassistant commented Mar 28, 2021

CLA assistant check
All committers have signed the CLA.

@rbren rbren merged commit cffd858 into FairwindsOps:master Mar 29, 2021
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.

SignatureDoesNotMatch error on specific chart
3 participants