Applied version changes to micro-java app, as well as updated deployment file to use the specific version.
This commit is contained in:
parent
dbc0d2d8ef
commit
6af1de0431
2 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.redhat.training.openshift.hello</groupId>
|
||||
<artifactId>micro-java</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>1.0</version>
|
||||
<properties>
|
||||
<compiler-plugin.version>3.8.1</compiler-plugin.version>
|
||||
<maven.compiler.parameters>true</maven.compiler.parameters>
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ spec:
|
|||
labels:
|
||||
app: micro-java
|
||||
provider: jkube
|
||||
version: 1.0.0-SNAPSHOT
|
||||
version: 1.0
|
||||
group: com.redhat.training.openshift.hello
|
||||
spec:
|
||||
containers:
|
||||
|
|
@ -26,7 +26,7 @@ spec:
|
|||
envFrom:
|
||||
- configMapRef:
|
||||
name: configmap-hello
|
||||
image: micro-java:latest
|
||||
image: micro-java:1.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: quarkus
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue