-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
fix: proplerly render extraContainers #16474
fix: proplerly render extraContainers #16474
Conversation
Signed-off-by: Brad Clark <bdashrad@gmail.com>
Signed-off-by: Brad Clark <bdashrad@gmail.com>
It's unclear to me where the charts are actually stored, because changes in this code repo don't line up with the helm chart repo. I'm also happy to run the helm-docs commands to update the README if they are run in ci/cd. |
I have run chart-testing locally, and there are some additional changes it would like to see, around newlines in values.yaml, version pinning in https://github.com/airbytehq/airbyte/blob/master/charts/airbyte/Chart.yaml#L26. The airbyte-metrics chart is also missing from the helm chart repo, which causes further errors. chart-testing
|
…standardize to match other charts in repo Signed-off-by: Brad Clark <bdashrad@gmail.com>
…traContainers-nindent
Charts from this repo are being packaged and then store in https://github.com/airbytehq/helm-charts repo |
I'll add chart-testing utility into a check workflow that will make sure everything's okay before approving PR(commit and PR have semantic format + cart-testing validation is successfull) Thanks for pointing out! |
Signed-off-by: Brad Clark <bdashrad@gmail.com>
@bdashrad, everything LGTM, but before approving I'll clone your repo and deploy airbyte locally. |
Thanks @xpuska513, it looks like the chart version numbering has changed, so let me know what you'd like me to do there. |
## requests: | ||
## memory: 256Mi | ||
## cpu: 250m | ||
requests: {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This aligns this section to be the same as the other charts in the repo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks for your contribution!
* fix: proplerly render extraContainers Signed-off-by: Brad Clark <bdashrad@gmail.com> * fix: ignore charts path Signed-off-by: Brad Clark <bdashrad@gmail.com> * feat: add support for extraContainers and standardize to match other charts in repo Signed-off-by: Brad Clark <bdashrad@gmail.com> * fix: fix rendered chart indentation Signed-off-by: Brad Clark <bdashrad@gmail.com> Signed-off-by: Brad Clark <bdashrad@gmail.com>
* fix: proplerly render extraContainers Signed-off-by: Brad Clark <bdashrad@gmail.com> * fix: ignore charts path Signed-off-by: Brad Clark <bdashrad@gmail.com> * feat: add support for extraContainers and standardize to match other charts in repo Signed-off-by: Brad Clark <bdashrad@gmail.com> * fix: fix rendered chart indentation Signed-off-by: Brad Clark <bdashrad@gmail.com> Signed-off-by: Brad Clark <bdashrad@gmail.com>
Signed-off-by: Brad Clark bdashrad@gmail.com
What
Fixes #16470
How
Apply proper indentation when rendering extraContainers
Recommended reading order
🚨 User Impact 🚨
Bug fix, no breaking changes
Pre-merge Checklist
Community member or Airbyter
Airbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing/publish
command described hereUpdating a connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing/publish
command described hereConnector Generator
-scaffold
in their name) have been updated with the latest scaffold by running./gradlew :airbyte-integrations:connector-templates:generator:testScaffoldTemplates
then checking in your changesTests
Unit
Put your unit tests output here.
Integration
Put your integration tests output here.
Acceptance
Put your acceptance tests output here.