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

feat: Update helm-template produced by operator (#68) #69

Merged
merged 1 commit into from
May 31, 2024

Conversation

SergK
Copy link
Member

@SergK SergK commented May 31, 2024

Pull Request Template

Description

This Pull Request updates the helm templates produced by the codebase-operator to reflect the latest changes in helm configurations. The goal is to ensure that our templates are up-to-date with the latest helm features and best practices, enhancing the functionality and compatibility of the applications generated by the codebase-operator.

Related Issue

Fixes #68

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

The updated templates need to be tested across different environments to ensure compatibility and functionality. Further instructions for reproducing test cases will be provided in subsequent comments or documentation updates.

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works (Pending)
  • New and existing unit tests pass locally with my changes
  • Pull Request contains one commit (Squashed)

Additional context

This update is crucial for keeping our codebase-operator's output relevant and efficient, ensuring our projects remain compatible with the latest versions of helm and Kubernetes.

Reflect the latest changes of the helm in our templates

Signed-off-by: Sergiy Kulanov <[email protected]>
@SergK SergK requested a review from a team as a code owner May 31, 2024 10:57
@MykolaMarusenko MykolaMarusenko merged commit fe7d7cf into master May 31, 2024
1 check passed
@MykolaMarusenko MykolaMarusenko deleted the update-helm-template branch May 31, 2024 11:51
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.

Update Chart Templates Generated by Codebase-Operator
2 participants