File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
kubernetes/charts/weblogic-operator Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -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.10-SNAPSHOT }
36+ IMAGE_NAME=${name:- ghcr.io/ oracle/ weblogic-kubernetes-operator: 3.4.10}
3737SCRIPTPATH=" $( cd " $( dirname " $0 " ) " > /dev/null 2>&1 ; pwd -P ) "
3838
3939# Proxy settings
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ name: weblogic-operator
66description : Helm chart for configuring the WebLogic operator.
77
88type : application
9- version : 3.4.10-SNAPSHOT
10- appVersion : 3.4.10-SNAPSHOT
9+ version : 3.4.10
10+ appVersion : 3.4.10
Original file line number Diff line number Diff line change @@ -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.10-SNAPSHOT "
66+ image : " ghcr.io/oracle/weblogic-kubernetes-operator:3.4.10"
6767
6868# imagePullPolicy specifies the image pull policy for the operator's container image.
6969imagePullPolicy : IfNotPresent
You can’t perform that action at this time.
0 commit comments