We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ddb93a + cc64b34 commit ca0f42aCopy full SHA for ca0f42a
Makefile
@@ -140,7 +140,7 @@ CONTROLLER_IMG_TAG ?= $(CONTROLLER_IMG)-$(ARCH):$(TAG)
140
LDFLAGS := $(shell $(ROOT)/hack/version.sh)
141
142
# Default cert-manager version
143
-CERT_MANAGER_VERSION ?= v1.12.2
+CERT_MANAGER_VERSION ?= v1.13.2
144
145
# E2E configuration
146
GINKGO_NOCOLOR ?= false
hack/cert-manager.sh
@@ -14,5 +14,5 @@
14
# See the License for the specific language governing permissions and
15
# limitations under the License.
16
17
-CERT_MANAGER_VERSION=v1.12.2
+CERT_MANAGER_VERSION=v1.13.2
18
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/${CERT_MANAGER_VERSION}/cert-manager.yaml
0 commit comments