File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
kubernetes/charts/weblogic-operator/templates Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- # Copyright (c) 2018, 2024 , Oracle and/or its affiliates.
1+ # Copyright (c) 2018, 2025 , 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
4- { {- if and (not (empty .Capabilities.APIVersions)) (not (.Capabilities.APIVersions.Has " policy/v1" )) } }
5- { {- fail " Kubernetes version 1.21 or greater is required." } }
4+ { {- if and (not (empty .Capabilities.APIVersions)) (or ( not (.Capabilities.APIVersions.Has " policy/v1" )) (.Capabilities.APIVersions.Has " policy/v1beta1 " )) } }
5+ { {- fail " Kubernetes version 1.25 or greater is required." } }
66{ {- end } }
77
88{ {- define " operator.operator" -} }
You can’t perform that action at this time.
0 commit comments