Skip to content

Commit

Permalink
WebLogic Kubernetes Operator 3.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeberhard committed Jan 16, 2024
1 parent 017a3ce commit d5794ec
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions buildDockerImage.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2020, 2023, Oracle and/or its affiliates.
# Copyright (c) 2020, 2024, Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.

usage() {
Expand Down Expand Up @@ -33,7 +33,7 @@ while getopts "t:" optname; do
esac
done

IMAGE_NAME=${name:-ghcr.io/oracle/weblogic-kubernetes-operator:3.4.12-SNAPSHOT}
IMAGE_NAME=${name:-ghcr.io/oracle/weblogic-kubernetes-operator:3.4.12}
SCRIPTPATH="$( cd "$(dirname "$0")" > /dev/null 2>&1 ; pwd -P )"

# Proxy settings
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>oracle.kubernetes</groupId>
<artifactId>operator-parent</artifactId>
<version>3.4.12-SNAPSHOT</version>
<version>3.4.12</version>
</parent>

<artifactId>integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion json-schema-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>operator-parent</artifactId>
<groupId>oracle.kubernetes</groupId>
<version>3.4.12-SNAPSHOT</version>
<version>3.4.12</version>
</parent>

<artifactId>json-schema</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions kubernetes/charts/weblogic-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright (c) 2018, 2023, Oracle and/or its affiliates.
# Copyright (c) 2018, 2024, Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.

apiVersion: v1
name: weblogic-operator
description: Helm chart for configuring the WebLogic operator.

type: application
version: 3.4.12-SNAPSHOT
appVersion: 3.4.12-SNAPSHOT
version: 3.4.12
appVersion: 3.4.12
4 changes: 2 additions & 2 deletions kubernetes/charts/weblogic-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2018, 2023, Oracle and/or its affiliates.
# Copyright (c) 2018, 2024, Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.

# serviceAccount specifies the name of the ServiceAccount in the operator's namespace that the
Expand Down Expand Up @@ -63,7 +63,7 @@ domainNamespaces:
enableClusterRoleBinding: false

# image specifies the container image containing the operator.
image: "ghcr.io/oracle/weblogic-kubernetes-operator:3.4.12-SNAPSHOT"
image: "ghcr.io/oracle/weblogic-kubernetes-operator:3.4.12"

# imagePullPolicy specifies the image pull policy for the operator's container image.
imagePullPolicy: IfNotPresent
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>oracle.kubernetes</groupId>
<artifactId>operator-parent</artifactId>
<version>3.4.12-SNAPSHOT</version>
<version>3.4.12</version>
</parent>

<artifactId>installation-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion operator-build-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>operator-parent</artifactId>
<groupId>oracle.kubernetes</groupId>
<version>3.4.12-SNAPSHOT</version>
<version>3.4.12</version>
</parent>

<artifactId>operator-build-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion operator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>oracle.kubernetes</groupId>
<artifactId>operator-parent</artifactId>
<version>3.4.12-SNAPSHOT</version>
<version>3.4.12</version>
</parent>

<artifactId>weblogic-kubernetes-operator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>oracle.kubernetes</groupId>
<artifactId>operator-parent</artifactId>
<version>3.4.12-SNAPSHOT</version>
<version>3.4.12</version>

<modules>
<module>operator</module>
Expand Down
2 changes: 1 addition & 1 deletion swagger-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>oracle.kubernetes</groupId>
<artifactId>operator-parent</artifactId>
<version>3.4.12-SNAPSHOT</version>
<version>3.4.12</version>
</parent>

<artifactId>operator-swagger</artifactId>
Expand Down

0 comments on commit d5794ec

Please sign in to comment.