Skip to content

Commit

Permalink
Update remaining version references
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeberhard committed Aug 25, 2023
1 parent 198d445 commit 3dc2217
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildDockerImage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ while getopts "t:" optname; do
esac
done

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

# Proxy settings
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/charts/weblogic-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ name: weblogic-operator
description: Helm chart for configuring the WebLogic operator.

type: application
version: 3.4.9-SNAPSHOT
appVersion: 3.4.9-SNAPSHOT
version: 3.4.9
appVersion: 3.4.9
2 changes: 1 addition & 1 deletion kubernetes/charts/weblogic-operator/values.yaml
Original file line number Diff line number Diff line change
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.9-SNAPSHOT"
image: "ghcr.io/oracle/weblogic-kubernetes-operator:3.4.9"

# imagePullPolicy specifies the image pull policy for the operator's container image.
imagePullPolicy: IfNotPresent
Expand Down

0 comments on commit 3dc2217

Please sign in to comment.