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

Scripts updates for Helm #605

Merged
merged 6 commits into from
Jan 5, 2024
Merged

Conversation

burmanm
Copy link
Contributor

@burmanm burmanm commented Jan 5, 2024

What this PR does:
Adds new CRD processing
Automatically updates the appVersion, chart version and image versions

Which issue(s) this PR fixes:
Fixes #604

Checklist

  • Changes manually tested
  • Automated Tests added/updated
  • Documentation added/updated
  • CHANGELOG.md updated (not required for documentation PRs)
  • CLA Signed: DataStax CLA

@burmanm burmanm requested a review from a team as a code owner January 5, 2024 15:38
@burmanm burmanm changed the title Scripts updates Scripts updates for Helm Jan 5, 2024
next_minor_version() {
local RE='[^0-9]*\([0-9]*\)[.]\([0-9]*\)[.]\([0-9]*\)\([0-9A-Za-z-]*\)'

local MINOR=$(echo $CURRENT_VERSION | sed -e "s#$RE#\2#")
Copy link
Contributor

Choose a reason for hiding this comment

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

[nitpick] This looks unused.

scripts/release-helm-chart.sh Outdated Show resolved Hide resolved
Co-authored-by: Olivier Michallat <[email protected]>
@burmanm burmanm merged commit 609325a into k8ssandra:master Jan 5, 2024
1 of 3 checks passed
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.

Simplify Helm chart release process
2 participants