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

Update chart dependencies #426

Merged
merged 7 commits into from
Feb 24, 2021
Merged

Update chart dependencies #426

merged 7 commits into from
Feb 24, 2021

Conversation

jdonenine
Copy link
Contributor

What this PR does:

This is the result of @jsanda 's research into #417 where he noticed that we were including older chart tarballs. The merge here is a branch that was a merge between @jsanda 's 417-debug branch and main so that I could test the newer medusa/reaper inclusions with what was done in 417-debug. 417-debug also included the fix for some label indentation issues that were found.

To verify the chart changes @burmanm @jsanda and I diffed all of the included charts for changes and I have tested initially against 417-debug only and then next with the combination of 417-debug and main. On both k8s v1.17.17 and v1.18.15.

Hopefully we don't get into this situation again with the help of #419 in the future.

Which issue(s) this PR fixes:
Partially Fixes #417

Checklist

  • Changes manually tested
  • Chart versions updated (if necessary)
  • Automated Tests added/updated
  • [] Documentation added/updated
  • CLA Signed: DataStax CLA

jsanda and others added 3 commits February 24, 2021 01:09
* 417-debug:
  update chart version
  remove OpenAPI schema validation that is causing errors in k8s 1.16

# Conflicts:
#	charts/k8ssandra/Chart.yaml
@jdonenine jdonenine added this to the 1.0.0 milestone Feb 24, 2021
@jdonenine jdonenine added this to In progress in K8ssandra via automation Feb 24, 2021
…7-debug-merge

* 'main' of github.com:k8ssandra/k8ssandra:
  Fix scale up/down examples (#427)
@jdonenine
Copy link
Contributor Author

I ran another test after adding in the missing packages from what @bradfordcp had done, linting passes now, tests pass now, and a full end-to-end test went as expected with a full test of stargate and a backup/restore cycle. I will un-draft this so that @jsanda has it at his disposal as we stage to merge the last few fixes.

@jdonenine jdonenine marked this pull request as ready for review February 24, 2021 19:53
K8ssandra automation moved this from In progress to Reviewer approved Feb 24, 2021
@jsanda jsanda merged commit 0b73df9 into main Feb 24, 2021
K8ssandra automation moved this from Reviewer approved to Done Feb 24, 2021
@jsanda jsanda deleted the jdinoto-417-debug-merge branch February 24, 2021 21:42
jeffreyscarpenter pushed a commit to jeffreyscarpenter/k8ssandra that referenced this pull request Mar 10, 2021
* remove OpenAPI schema validation that is causing errors in k8s 1.16

* update chart version

* Update packages that were missing

* update medusa-operator and move backup/restore CRDs

* bump chart version

Co-authored-by: John Sanda <john.sanda@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
K8ssandra
  
Done
Development

Successfully merging this pull request may close these issues.

Enabling medusa fails with "cannot patch" errors on kubernetes v1.16
2 participants