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.8-SNAPSHOT }
36
+ IMAGE_NAME=${name:- ghcr.io/ oracle/ weblogic-kubernetes-operator: 3.4.8}
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 7
7
<parent >
8
8
<groupId >oracle.kubernetes</groupId >
9
9
<artifactId >operator-parent</artifactId >
10
- <version >3.4.8-SNAPSHOT </version >
10
+ <version >3.4.8</version >
11
11
</parent >
12
12
13
13
<artifactId >integration-tests</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<artifactId >operator-parent</artifactId >
9
9
<groupId >oracle.kubernetes</groupId >
10
- <version >3.4.8-SNAPSHOT </version >
10
+ <version >3.4.8</version >
11
11
</parent >
12
12
13
13
<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.8-SNAPSHOT
10
- appVersion : 3.4.8-SNAPSHOT
9
+ version : 3.4.8
10
+ appVersion : 3.4.8
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.8-SNAPSHOT "
66
+ image : " ghcr.io/oracle/weblogic-kubernetes-operator:3.4.8"
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 9
9
<parent >
10
10
<groupId >oracle.kubernetes</groupId >
11
11
<artifactId >operator-parent</artifactId >
12
- <version >3.4.8-SNAPSHOT </version >
12
+ <version >3.4.8</version >
13
13
</parent >
14
14
15
15
<artifactId >installation-tests</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<artifactId >operator-parent</artifactId >
9
9
<groupId >oracle.kubernetes</groupId >
10
- <version >3.4.8-SNAPSHOT </version >
10
+ <version >3.4.8</version >
11
11
</parent >
12
12
13
13
<artifactId >operator-build-maven-plugin</artifactId >
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.8-SNAPSHOT </version >
10
+ <version >3.4.8</version >
11
11
</parent >
12
12
13
13
<artifactId >weblogic-kubernetes-operator</artifactId >
Original file line number Diff line number Diff line change 7
7
8
8
<groupId >oracle.kubernetes</groupId >
9
9
<artifactId >operator-parent</artifactId >
10
- <version >3.4.8-SNAPSHOT </version >
10
+ <version >3.4.8</version >
11
11
12
12
<modules >
13
13
<module >operator</module >
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.8-SNAPSHOT </version >
10
+ <version >3.4.8</version >
11
11
</parent >
12
12
13
13
<artifactId >operator-swagger</artifactId >
You can’t perform that action at this time.
0 commit comments