File tree Expand file tree Collapse file tree 10 files changed +14
-14
lines changed
operator-build-maven-plugin Expand file tree Collapse file tree 10 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
2- # Copyright (c) 2020, 2023 , Oracle and/or its affiliates.
2+ # Copyright (c) 2020, 2024 , Oracle and/or its affiliates.
33# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
44
55usage () {
@@ -33,7 +33,7 @@ while getopts "t:" optname; do
3333 esac
3434done
3535
36- IMAGE_NAME=${name:- ghcr.io/ oracle/ weblogic-kubernetes-operator: 3.4.12-SNAPSHOT }
36+ IMAGE_NAME=${name:- ghcr.io/ oracle/ weblogic-kubernetes-operator: 3.4.12}
3737SCRIPTPATH=" $( cd " $( dirname " $0 " ) " > /dev/null 2>&1 ; pwd -P ) "
3838
3939# Proxy settings
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >oracle.kubernetes</groupId >
88 <artifactId >operator-parent</artifactId >
9- <version >3.4.12-SNAPSHOT </version >
9+ <version >3.4.12</version >
1010 </parent >
1111
1212 <artifactId >integration-tests</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >operator-parent</artifactId >
77 <groupId >oracle.kubernetes</groupId >
8- <version >3.4.12-SNAPSHOT </version >
8+ <version >3.4.12</version >
99 </parent >
1010
1111 <artifactId >json-schema</artifactId >
Original file line number Diff line number Diff line change 1- # Copyright (c) 2018, 2023 , Oracle and/or its affiliates.
1+ # Copyright (c) 2018, 2024 , Oracle and/or its affiliates.
22# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33
44apiVersion : v1
55name : weblogic-operator
66description : Helm chart for configuring the WebLogic operator.
77
88type : application
9- version : 3.4.12-SNAPSHOT
10- appVersion : 3.4.12-SNAPSHOT
9+ version : 3.4.12
10+ appVersion : 3.4.12
Original file line number Diff line number Diff line change 1- # Copyright (c) 2018, 2023 , Oracle and/or its affiliates.
1+ # Copyright (c) 2018, 2024 , Oracle and/or its affiliates.
22# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33
44# serviceAccount specifies the name of the ServiceAccount in the operator's namespace that the
@@ -63,7 +63,7 @@ domainNamespaces:
6363enableClusterRoleBinding : false
6464
6565# image specifies the container image containing the operator.
66- image : " ghcr.io/oracle/weblogic-kubernetes-operator:3.4.12-SNAPSHOT "
66+ image : " ghcr.io/oracle/weblogic-kubernetes-operator:3.4.12"
6767
6868# imagePullPolicy specifies the image pull policy for the operator's container image.
6969imagePullPolicy : IfNotPresent
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >oracle.kubernetes</groupId >
99 <artifactId >operator-parent</artifactId >
10- <version >3.4.12-SNAPSHOT </version >
10+ <version >3.4.12</version >
1111 </parent >
1212
1313 <artifactId >installation-tests</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >operator-parent</artifactId >
77 <groupId >oracle.kubernetes</groupId >
8- <version >3.4.12-SNAPSHOT </version >
8+ <version >3.4.12</version >
99 </parent >
1010
1111 <artifactId >operator-build-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >oracle.kubernetes</groupId >
88 <artifactId >operator-parent</artifactId >
9- <version >3.4.12-SNAPSHOT </version >
9+ <version >3.4.12</version >
1010 </parent >
1111
1212 <artifactId >weblogic-kubernetes-operator</artifactId >
Original file line number Diff line number Diff line change 55
66 <groupId >oracle.kubernetes</groupId >
77 <artifactId >operator-parent</artifactId >
8- <version >3.4.12-SNAPSHOT </version >
8+ <version >3.4.12</version >
99
1010 <modules >
1111 <module >operator</module >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >oracle.kubernetes</groupId >
88 <artifactId >operator-parent</artifactId >
9- <version >3.4.12-SNAPSHOT </version >
9+ <version >3.4.12</version >
1010 </parent >
1111
1212 <artifactId >operator-swagger</artifactId >
You can’t perform that action at this time.
0 commit comments