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

🌱 Add valid helm chart structure and helm templating support for the chart #60

Merged
merged 4 commits into from
Aug 24, 2023

Conversation

Danil-Grigorev
Copy link
Contributor

@Danil-Grigorev Danil-Grigorev commented Aug 2, 2023

What this PR does / why we need it:

Based on #55, depends on #58

Cleaning up and restructuring release process to provide a valid helm charts structure and templating. This allows a valid tag substitution in each release. Example release generated by this: https://github.com/Danil-Grigorev/rancher-turtles/releases/tag/rancher-turtles-1.2.29

To try it out:

helm repo add rancher-turtles-testing https://danil-grigorev.github.io/rancher-turtles
helm repo update
helm install test rancher-turtles-me/rancher-turtles --version 1.2.29

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

Special notes for your reviewer:

Checklist:

  • squashed commits into logical changes
  • includes documentation
  • adds unit tests
  • adds or updates e2e tests

@Danil-Grigorev Danil-Grigorev requested a review from a team as a code owner August 2, 2023 08:49
@Danil-Grigorev Danil-Grigorev added the kind/refactor Indicates a PR with large refactoring changes e.g. removes files or moves content label Aug 2, 2023
@Danil-Grigorev Danil-Grigorev changed the title Add valid helm chart structure and helm templating support for the chart 🌱 Add valid helm chart structure and helm templating support for the chart Aug 2, 2023
@Danil-Grigorev Danil-Grigorev force-pushed the value-substitution branch 3 times, most recently from 0e47aad to ab495b3 Compare August 2, 2023 08:56
Signed-off-by: Danil Grigorev <danil.grigorev@suse.com>
Signed-off-by: Danil Grigorev <danil.grigorev@suse.com>
Signed-off-by: Danil Grigorev <danil.grigorev@suse.com>
Signed-off-by: Danil Grigorev <danil.grigorev@suse.com>
Copy link
Member

@alexander-demicev alexander-demicev left a comment

Choose a reason for hiding this comment

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

overall looks good, does it work with make dev-env?

@Danil-Grigorev
Copy link
Contributor Author

overall looks good, does it work with make dev-env?

Yes, it does, the charts/default directory is only used for that

@alexander-demicev alexander-demicev merged commit fc33a05 into rancher:main Aug 24, 2023
7 checks passed
Copy link

@mjura mjura left a comment

Choose a reason for hiding this comment

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

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/refactor Indicates a PR with large refactoring changes e.g. removes files or moves content
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants