Skip to content

WPB-15594 feat(bundle): add helm dependency chart#769

Closed
mohitrajain wants to merge 1 commit intomasterfrom
dependency-graph-helm
Closed

WPB-15594 feat(bundle): add helm dependency chart#769
mohitrajain wants to merge 1 commit intomasterfrom
dependency-graph-helm

Conversation

@mohitrajain
Copy link
Contributor

@mohitrajain mohitrajain commented Mar 26, 2025

…g used by helm charts

Change type

  • Fix
  • Feature
  • Documentation
  • Security / Upgrade

Basic information

  • THIS CHANGE REQUIRES A DEPLOYMENT PACKAGE RELEASE
  • THIS CHANGE REQUIRES A WIRE-DOCS RELEASE

Testing

  • I ran/applied the changes myself, in a test environment.
  • The CI job attached to this repo will test it for me.

Tracking

  • I mentioned this PR in Jira, OR I mentioned the Jira ticket in this PR.
  • I mentioned this PR in one of the issues attached to one of our repositories.

Knowledge Transfer

  • An Asciinema session is attached to the Jira ticket.

Motivation

Objective

Reason

Use case

@mohitrajain mohitrajain requested review from a team and julialongtin as code owners March 26, 2025 17:52
@sonarqubecloud
Copy link

# Linting
shellcheck

jq
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
jq
jq

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ack, will consider it in the PR for refractor

| yq -r '..|.image? | select(.)' | optionally_complain | sort -u
| yq -r '..|.image? | select(.)' | optionally_complain | sort -u > /tmp/images

echo "${chart}" >> "${chart_images}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks pretty hacky to me.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is just a temp file where i am redirecting the output for each chart. I can try storing it in a var but since there has been many redirections happening in this command, i redirected the output to one temp file. How do you suggest to handle this output?

@mohitrajain mohitrajain changed the title WPB-15594 feat(bundle): add chart-images.txt to highlight images bein… WPB-15594 feat(bundle): add helm dependency chart Apr 8, 2025
@mohitrajain
Copy link
Contributor Author

will be closing this PR as its changes have been reflected in PR #771

@mohitrajain mohitrajain closed this Apr 9, 2025
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