Skip to content

Commit

Permalink
Release 0.18.1-B3
Browse files Browse the repository at this point in the history
  • Loading branch information
vbradnitski committed Feb 20, 2023
1 parent c80da73 commit 1d64892
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: xp-operator
version: 0.18.1-B2
appVersion: 0.18.1-B2
version: 0.18.1-B3
appVersion: 0.18.1-B3
home: https://github.com/enonic/xp-operator
description: Enonic XP Kubernetes operator
sources:
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: enonic/xp-operator
tag: "0.18.1-B2"
tag: "0.18.1-B3"
pullPolicy: IfNotPresent
resources:
requests: {}
Expand Down
2 changes: 1 addition & 1 deletion java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>com.enonic.kubernetes</groupId>
<artifactId>client</artifactId>
<version>0.18.1-B2</version>
<version>0.18.1-B3</version>

<distributionManagement>
<repository>
Expand Down
2 changes: 1 addition & 1 deletion java-operator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.enonic.kubernetes</groupId>
<artifactId>operator</artifactId>
<version>0.18.1-B2</version>
<version>0.18.1-B3</version>

<properties>
<maven.compiler.target>1.11</maven.compiler.target>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.enonic.kubernetes</groupId>
<artifactId>all</artifactId>
<version>0.18.1-B2</version>
<version>0.18.1-B3</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 1d64892

Please sign in to comment.