File tree 15 files changed +16
-16
lines changed
15 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
- # Copyright 2021, 2023 Oracle Corporation and/or its affiliates.
1
+ # Copyright 2021, 2025, Oracle Corporation and/or its affiliates.
2
2
# Licensed under the Universal Permissive License v 1.0 as shown at
3
3
# https://oss.oracle.com/licenses/upl.
4
4
36
36
- name : Build with Maven
37
37
env :
38
38
MAVEN_OPTS : -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
39
- run : mvn -B install -DskipTests - -file pom.xml
39
+ run : mvn -B install --file pom.xml
40
40
41
41
- name : Push container images
42
42
env :
Original file line number Diff line number Diff line change 21
21
<groupId >com.oracle.coherence.examples.sockshop.helidon</groupId >
22
22
<artifactId >carts</artifactId >
23
23
<packaging >jar</packaging >
24
- <version >2.2.4-SNAPSHOT </version >
24
+ <version >2.3.0 </version >
25
25
26
26
<name >${project.artifactId} </name >
27
27
<description >Shopping Cart service for Helidon Sock Shop demo application</description >
Original file line number Diff line number Diff line change 21
21
<groupId >com.oracle.coherence.examples.sockshop.helidon</groupId >
22
22
<artifactId >catalog</artifactId >
23
23
<packaging >jar</packaging >
24
- <version >2.2.4-SNAPSHOT </version >
24
+ <version >2.3.0 </version >
25
25
26
26
<properties >
27
27
<mainClass >com.oracle.coherence.examples.sockshop.helidon.catalog.Application</mainClass >
Original file line number Diff line number Diff line change 3
3
* [ Additional Pre-Requisites] ( #additional-pre-requisites )
4
4
* [ Install Prometheus and Grafana] ( #install-prometheus-and-grafana )
5
5
* [ Expose Application via a Load Balancer] ( #expose-application-via-a-load-balancer )
6
- * [ Install the Jaeger Operator] ( #install-the-jaeger -operator )
6
+ * [ Install the OpenTelemetry Operator] ( #install-the-opentelemetry -operator )
7
7
* [ Access Swagger] ( #access-swagger )
8
8
* [ Cleanup] ( #cleanup )
9
9
Original file line number Diff line number Diff line change 12
12
cluster : SockShop
13
13
role : Carts
14
14
replicas : 1
15
- image : ghcr.io/oracle/coherence-helidon-sockshop-carts:latest
15
+ image : ghcr.io/oracle/coherence-helidon-sockshop-carts:2.3.0
16
16
readinessProbe :
17
17
initialDelaySeconds : 10
18
18
periodSeconds : 10
Original file line number Diff line number Diff line change 12
12
cluster : SockShop
13
13
role : Catalog
14
14
replicas : 1
15
- image : ghcr.io/oracle/coherence-helidon-sockshop-catalog:latest
15
+ image : ghcr.io/oracle/coherence-helidon-sockshop-catalog:2.3.0
16
16
readinessProbe :
17
17
initialDelaySeconds : 10
18
18
periodSeconds : 10
Original file line number Diff line number Diff line change 12
12
cluster : SockShop
13
13
role : Orders
14
14
replicas : 1
15
- image : ghcr.io/oracle/coherence-helidon-sockshop-orders:latest
15
+ image : ghcr.io/oracle/coherence-helidon-sockshop-orders:2.3.0
16
16
readinessProbe :
17
17
initialDelaySeconds : 10
18
18
periodSeconds : 10
Original file line number Diff line number Diff line change 12
12
cluster : SockShop
13
13
role : Payment
14
14
replicas : 1
15
- image : ghcr.io/oracle/coherence-helidon-sockshop-payment:latest
15
+ image : ghcr.io/oracle/coherence-helidon-sockshop-payment:2.3.0
16
16
readinessProbe :
17
17
initialDelaySeconds : 10
18
18
periodSeconds : 10
Original file line number Diff line number Diff line change 12
12
cluster : SockShop
13
13
role : Shipping
14
14
replicas : 1
15
- image : ghcr.io/oracle/coherence-helidon-sockshop-shipping:latest
15
+ image : ghcr.io/oracle/coherence-helidon-sockshop-shipping:2.3.0
16
16
readinessProbe :
17
17
initialDelaySeconds : 10
18
18
periodSeconds : 10
Original file line number Diff line number Diff line change 12
12
cluster : SockShop
13
13
role : Users
14
14
replicas : 1
15
- image : ghcr.io/oracle/coherence-helidon-sockshop-users:latest
15
+ image : ghcr.io/oracle/coherence-helidon-sockshop-users:2.3.0
16
16
readinessProbe :
17
17
initialDelaySeconds : 10
18
18
periodSeconds : 10
Original file line number Diff line number Diff line change 21
21
<groupId >com.oracle.coherence.examples.sockshop.helidon</groupId >
22
22
<artifactId >orders</artifactId >
23
23
<packaging >jar</packaging >
24
- <version >2.2.4-SNAPSHOT </version >
24
+ <version >2.3.0 </version >
25
25
26
26
<properties >
27
27
<mainClass >com.oracle.coherence.examples.sockshop.helidon.orders.Application</mainClass >
Original file line number Diff line number Diff line change 21
21
<groupId >com.oracle.coherence.examples.sockshop.helidon</groupId >
22
22
<artifactId >payment</artifactId >
23
23
<packaging >jar</packaging >
24
- <version >2.2.4-SNAPSHOT </version >
24
+ <version >2.3.0 </version >
25
25
26
26
<properties >
27
27
<mainClass >com.oracle.coherence.examples.sockshop.helidon.payment.Application</mainClass >
Original file line number Diff line number Diff line change 14
14
<groupId >com.oracle.coherence.examples.sockshop.helidon</groupId >
15
15
<artifactId >sockshop-coh</artifactId >
16
16
<packaging >pom</packaging >
17
- <version >2.2.4-SNAPSHOT </version >
17
+ <version >2.3.0 </version >
18
18
19
19
<modules >
20
20
<module >carts</module >
Original file line number Diff line number Diff line change 21
21
<groupId >com.oracle.coherence.examples.sockshop.helidon</groupId >
22
22
<artifactId >shipping</artifactId >
23
23
<packaging >jar</packaging >
24
- <version >2.2.4-SNAPSHOT </version >
24
+ <version >2.3.0 </version >
25
25
26
26
<properties >
27
27
<mainClass >com.oracle.coherence.examples.sockshop.helidon.shipping.Application</mainClass >
Original file line number Diff line number Diff line change 21
21
<groupId >com.oracle.coherence.examples.sockshop.helidon</groupId >
22
22
<artifactId >users</artifactId >
23
23
<packaging >jar</packaging >
24
- <version >2.2.4-SNAPSHOT </version >
24
+ <version >2.3.0 </version >
25
25
26
26
<properties >
27
27
<mainClass >com.oracle.coherence.examples.sockshop.helidon.users.Application</mainClass >
You can’t perform that action at this time.
0 commit comments