Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

Commit

Permalink
[booster-release][ci skip] Tag booster
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdotcosta committed Mar 11, 2020
1 parent 10b3fc9 commit 33e8547
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>dev.snowdrop.example</groupId>
<artifactId>istio-routing</artifactId>
<version>2.1.13-2-SNAPSHOT</version>
<version>2.1.13-2</version>
<packaging>pom</packaging>
<properties>
<openjdk18-openshift.version>1.3</openjdk18-openshift.version>
Expand Down
12 changes: 6 additions & 6 deletions spring-boot-istio-routing-client/.openshiftio/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ objects:
output:
to:
kind: ImageStreamTag
name: spring-boot-istio-routing-client:BOOSTER_VERSION
name: spring-boot-istio-routing-client:2.1.13-2
postCommit: {}
resources: {}
source:
Expand Down Expand Up @@ -125,7 +125,7 @@ objects:
labels:
app: spring-boot-istio-routing-client
provider: snowdrop
version: "BOOSTER_VERSION"
version: "2.1.13-2"
group: dev.snowdrop.example
name: spring-boot-istio-routing-client
spec:
Expand All @@ -144,7 +144,7 @@ objects:
labels:
app: spring-boot-istio-routing-client
provider: snowdrop
version: "BOOSTER_VERSION"
version: "2.1.13-2"
group: dev.snowdrop.example
name: spring-boot-istio-routing-client
spec:
Expand All @@ -165,7 +165,7 @@ objects:
labels:
app: spring-boot-istio-routing-client
provider: snowdrop
version: "BOOSTER_VERSION"
version: "2.1.13-2"
group: dev.snowdrop.example
spec:
containers:
Expand All @@ -174,7 +174,7 @@ objects:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: spring-boot-istio-routing-client:BOOSTER_VERSION
image: spring-boot-istio-routing-client:2.1.13-2
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -209,5 +209,5 @@ objects:
- spring-boot
from:
kind: ImageStreamTag
name: spring-boot-istio-routing-client:BOOSTER_VERSION
name: spring-boot-istio-routing-client:2.1.13-2
type: ImageChange
2 changes: 1 addition & 1 deletion spring-boot-istio-routing-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>dev.snowdrop.example</groupId>
<artifactId>istio-routing</artifactId>
<version>2.1.13-2-SNAPSHOT</version>
<version>2.1.13-2</version>
</parent>

<artifactId>spring-boot-istio-routing-client</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ objects:
output:
to:
kind: ImageStreamTag
name: spring-boot-istio-routing-service-a:BOOSTER_VERSION
name: spring-boot-istio-routing-service-a:2.1.13-2
postCommit: {}
resources: {}
source:
Expand Down Expand Up @@ -144,7 +144,7 @@ objects:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: spring-boot-istio-routing-service-a:BOOSTER_VERSION
image: spring-boot-istio-routing-service-a:2.1.13-2
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -179,5 +179,5 @@ objects:
- spring-boot
from:
kind: ImageStreamTag
name: spring-boot-istio-routing-service-a:BOOSTER_VERSION
name: spring-boot-istio-routing-service-a:2.1.13-2
type: ImageChange
2 changes: 1 addition & 1 deletion spring-boot-istio-routing-service-a/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.snowdrop.example</groupId>
<artifactId>istio-routing</artifactId>
<version>2.1.13-2-SNAPSHOT</version>
<version>2.1.13-2</version>
</parent>

<artifactId>spring-boot-istio-routing-service-a</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ objects:
output:
to:
kind: ImageStreamTag
name: spring-boot-istio-routing-service-b:BOOSTER_VERSION
name: spring-boot-istio-routing-service-b:2.1.13-2
postCommit: {}
resources: {}
source:
Expand Down Expand Up @@ -129,7 +129,7 @@ objects:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: spring-boot-istio-routing-service-b:BOOSTER_VERSION
image: spring-boot-istio-routing-service-b:2.1.13-2
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -164,5 +164,5 @@ objects:
- spring-boot
from:
kind: ImageStreamTag
name: spring-boot-istio-routing-service-b:BOOSTER_VERSION
name: spring-boot-istio-routing-service-b:2.1.13-2
type: ImageChange
2 changes: 1 addition & 1 deletion spring-boot-istio-routing-service-b/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.snowdrop.example</groupId>
<artifactId>istio-routing</artifactId>
<version>2.1.13-2-SNAPSHOT</version>
<version>2.1.13-2</version>
</parent>

<artifactId>spring-boot-istio-routing-service-b</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>istio-routing</artifactId>
<groupId>dev.snowdrop.example</groupId>
<version>2.1.13-2-SNAPSHOT</version>
<version>2.1.13-2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 33e8547

Please sign in to comment.