-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore: Update Druid product version to 31.0.1 and adjust coordinator memory limit #685
base: main
Are you sure you want to change the base?
Conversation
735c50a
to
15698d8
Compare
@@ -45,7 +45,7 @@ metadata: | |||
name: psql-s3-druid | |||
spec: | |||
image: | |||
productVersion: 30.0.0 | |||
productVersion: 31.0.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to put the experimental version in the examples yet?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
31 was accidentally marked as experimental, fixed.
# To use a custom image, add a comma and the full name after the product version | ||
# - 28.0.1,docker.stackable.tech/sandbox/druid:28.0.1-stackable0.0.0-dev | ||
- name: druid-latest | ||
values: | ||
- 30.0.0 | ||
- 31.0.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to set the experimental as the latest, or keep that at the latest stable version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
31 was accidentally marked as experimental, fixed.
Just noting that this is blocking stackabletech/docker-images#969 |
Oh, right. And since this PR, or rather all Druid 31.0.1 PRs, are blocked by this decision and it might take a while, I removed the OPA bump from this PR (was not really necessary anyway, but I thought this PR would be a quick one). I'll open a separate PR for the OPA bump. |
f274b35
to
285aa14
Compare
285aa14
to
2daed10
Compare
Description
Part of stackabletech/docker-images#965
Also bumps OPA to 1.0.0.
I had to increase the memory limit of the coordinator and middlemanager, otherwise the authorization integration test fails because the Pods get OOMKilled (happens on my local machine and on Replicated).
Definition of Done Checklist
Author
Reviewer
Acceptance