-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Upgrade recommended postgres image to version 14.1 #22159
Conversation
Failing Jobs - Building d9373ca
Failures⚙️ JVM Tests - JDK 11 #- Failing: integration-tests/kubernetes/maven-invoker-way
📦 integration-tests/kubernetes/maven-invoker-way✖ ⚙️ JVM Tests - JDK 17 #- Failing: integration-tests/kubernetes/maven-invoker-way
📦 integration-tests/kubernetes/maven-invoker-way✖ |
Failure is unrelated. Merging this |
It would be nice to backport this, WDYT @gsmet ? |
Please check the failures more carefully. They are related:
So either we get a quick fix or this needs a revert. |
@@ -5,7 +5,7 @@ | |||
"metadata": { | |||
"labels": { | |||
"app.kubernetes.io/name": "postgres", | |||
"app.kubernetes.io/version" : "10.6" | |||
"app.kubernetes.io/version" : "14.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.
My guess is that this file shouldn't be changed and should be considered a static resource.
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.
PR in #22165
Ah crap, you're right, I was looking at the |
Caused by quarkusio#22159
Also removed
--ulimit memlock=-1:-1 --memory-swappiness=0
from the recommended parameters in starting scripts: that's making bootstrap slightly faster on linux, but the difference is negligible and not worth the hassle as I've learned Mac users can't use these.