Applied version changes to micro-java app, as well as updated deployment file to use the specific version.

This commit is contained in:
Manuel Aude Morales 2021-05-20 06:22:19 -05:00
parent dbc0d2d8ef
commit 6af1de0431
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.redhat.training.openshift.hello</groupId> <groupId>com.redhat.training.openshift.hello</groupId>
<artifactId>micro-java</artifactId> <artifactId>micro-java</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0</version>
<properties> <properties>
<compiler-plugin.version>3.8.1</compiler-plugin.version> <compiler-plugin.version>3.8.1</compiler-plugin.version>
<maven.compiler.parameters>true</maven.compiler.parameters> <maven.compiler.parameters>true</maven.compiler.parameters>

View file

@ -14,7 +14,7 @@ spec:
labels: labels:
app: micro-java app: micro-java
provider: jkube provider: jkube
version: 1.0.0-SNAPSHOT version: 1.0
group: com.redhat.training.openshift.hello group: com.redhat.training.openshift.hello
spec: spec:
containers: containers:
@ -26,7 +26,7 @@ spec:
envFrom: envFrom:
- configMapRef: - configMapRef:
name: configmap-hello name: configmap-hello
image: micro-java:latest image: micro-java:1.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: quarkus name: quarkus
ports: ports: