From 84e260872381b93618f77d9ab675259eca799502 Mon Sep 17 00:00:00 2001 From: Thomas Sapelza Date: Fri, 15 May 2026 10:38:26 +0200 Subject: [PATCH] update to Quarkus 3.35.3 and tune back the probes as a JOSDK issue was fixed --- gradle.properties | 4 ++-- operator/src/main/resources/application.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index dec3349..d3cfe0c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,9 +7,9 @@ org.gradle.logging.level=INFO # Quarkus quarkusPluginId=io.quarkus -quarkusPluginVersion=3.34.6 +quarkusPluginVersion=3.35.3 # https://mvnrepository.com/artifact/io.quarkus.platform/quarkus-bom quarkusPlatformGroupId=io.quarkus.platform quarkusPlatformArtifactId=quarkus-bom -quarkusPlatformVersion=3.34.6 +quarkusPlatformVersion=3.35.3 systemProp.quarkus.analytics.disabled=true diff --git a/operator/src/main/resources/application.yml b/operator/src/main/resources/application.yml index bf34589..3b5f766 100644 --- a/operator/src/main/resources/application.yml +++ b/operator/src/main/resources/application.yml @@ -168,21 +168,21 @@ quarkus: period: PT10S timeout: PT3S success-threshold: 1 - failure-threshold: 20 + failure-threshold: 3 readiness-probe: http-action-port-name: http initial-delay: PT0S period: PT5S timeout: PT3S success-threshold: 1 - failure-threshold: 20 + failure-threshold: 3 liveness-probe: http-action-port-name: http initial-delay: PT5S period: PT10S timeout: PT3S success-threshold: 1 - failure-threshold: 20 + failure-threshold: 3 env: fields: KUBERNETES_NODE_NAME: spec.nodeName