[helm chart release] improved helm chart generation

Open
#4 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
go, helm

Research direction

Start at the Makefile target named helmchart and inspect how the manifests target invokes the Go subsystem during the Helm chart release step. Make the target depend on kustomize and manifests, ensure the Go subsystem is available for manifests, and verify that the helmchart command runs successfully from the committed manifests.

Written by the indexing model from the issue text.

Description

the make file command: helmchart should depend on kustomize and the manifests. This protects those situation where the manifests have been committed in an incorrect state, so it should look like:

helmchart: kustomize manifests

in order to run manifests, the go subsystem should be in place in the helm chart release step

Dominant language
No language data
Stars
1
Forks
7
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from redhat-cop/github-workflows-operators

All issues in redhat-cop/github-workflows-operators

Similar issues

More Build System issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.