File tree Expand file tree Collapse file tree
operator/src/main/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ org.gradle.logging.level=INFO
77
88# Quarkus
99quarkusPluginId =io.quarkus
10- quarkusPluginVersion =3.34.6
10+ quarkusPluginVersion =3.35.3
1111# https://mvnrepository.com/artifact/io.quarkus.platform/quarkus-bom
1212quarkusPlatformGroupId =io.quarkus.platform
1313quarkusPlatformArtifactId =quarkus-bom
14- quarkusPlatformVersion =3.34.6
14+ quarkusPlatformVersion =3.35.3
1515systemProp.quarkus.analytics.disabled =true
Original file line number Diff line number Diff line change @@ -168,21 +168,21 @@ quarkus:
168168 period : PT10S
169169 timeout : PT3S
170170 success-threshold : 1
171- failure-threshold : 20
171+ failure-threshold : 3
172172 readiness-probe :
173173 http-action-port-name : http
174174 initial-delay : PT0S
175175 period : PT5S
176176 timeout : PT3S
177177 success-threshold : 1
178- failure-threshold : 20
178+ failure-threshold : 3
179179 liveness-probe :
180180 http-action-port-name : http
181181 initial-delay : PT5S
182182 period : PT10S
183183 timeout : PT3S
184184 success-threshold : 1
185- failure-threshold : 20
185+ failure-threshold : 3
186186 env :
187187 fields :
188188 KUBERNETES_NODE_NAME : spec.nodeName
You can’t perform that action at this time.
0 commit comments