File tree 10 files changed +11
-11
lines changed
operator-build-maven-plugin
10 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ while getopts "t:" optname; do
33
33
esac
34
34
done
35
35
36
- IMAGE_NAME=${name:- ghcr.io/ oracle/ weblogic-kubernetes-operator: 3.4.12 }
36
+ IMAGE_NAME=${name:- ghcr.io/ oracle/ weblogic-kubernetes-operator: 3.4.13-SNAPSHOT }
37
37
SCRIPTPATH=" $( cd " $( dirname " $0 " ) " > /dev/null 2>&1 ; pwd -P ) "
38
38
39
39
# Proxy settings
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >oracle.kubernetes</groupId >
8
8
<artifactId >operator-parent</artifactId >
9
- <version >3.4.12 </version >
9
+ <version >3.4.13-SNAPSHOT </version >
10
10
</parent >
11
11
12
12
<artifactId >integration-tests</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >operator-parent</artifactId >
7
7
<groupId >oracle.kubernetes</groupId >
8
- <version >3.4.12 </version >
8
+ <version >3.4.13-SNAPSHOT </version >
9
9
</parent >
10
10
11
11
<artifactId >json-schema</artifactId >
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ name: weblogic-operator
6
6
description : Helm chart for configuring the WebLogic operator.
7
7
8
8
type : application
9
- version : 3.4.12
10
- appVersion : 3.4.12
9
+ version : 3.4.13-SNAPSHOT
10
+ appVersion : 3.4.13-SNAPSHOT
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ domainNamespaces:
63
63
enableClusterRoleBinding : false
64
64
65
65
# image specifies the container image containing the operator.
66
- image : " ghcr.io/oracle/weblogic-kubernetes-operator:3.4.12 "
66
+ image : " ghcr.io/oracle/weblogic-kubernetes-operator:3.4.13-SNAPSHOT "
67
67
68
68
# imagePullPolicy specifies the image pull policy for the operator's container image.
69
69
imagePullPolicy : IfNotPresent
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >oracle.kubernetes</groupId >
9
9
<artifactId >operator-parent</artifactId >
10
- <version >3.4.12 </version >
10
+ <version >3.4.13-SNAPSHOT </version >
11
11
</parent >
12
12
13
13
<artifactId >installation-tests</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >operator-parent</artifactId >
7
7
<groupId >oracle.kubernetes</groupId >
8
- <version >3.4.12 </version >
8
+ <version >3.4.13-SNAPSHOT </version >
9
9
</parent >
10
10
11
11
<artifactId >operator-build-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >oracle.kubernetes</groupId >
8
8
<artifactId >operator-parent</artifactId >
9
- <version >3.4.12 </version >
9
+ <version >3.4.13-SNAPSHOT </version >
10
10
</parent >
11
11
12
12
<artifactId >weblogic-kubernetes-operator</artifactId >
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >oracle.kubernetes</groupId >
7
7
<artifactId >operator-parent</artifactId >
8
- <version >3.4.12 </version >
8
+ <version >3.4.13-SNAPSHOT </version >
9
9
10
10
<modules >
11
11
<module >operator</module >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >oracle.kubernetes</groupId >
8
8
<artifactId >operator-parent</artifactId >
9
- <version >3.4.12 </version >
9
+ <version >3.4.13-SNAPSHOT </version >
10
10
</parent >
11
11
12
12
<artifactId >operator-swagger</artifactId >
You can’t perform that action at this time.
0 commit comments