Skip to content

Commit ca0f42a

Browse files
authored
Merge pull request #378 from Fedosin/cert_manager_1132
🌱 Bump cert-manager version to v1.13.2
2 parents 7ddb93a + cc64b34 commit ca0f42a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ CONTROLLER_IMG_TAG ?= $(CONTROLLER_IMG)-$(ARCH):$(TAG)
140140
LDFLAGS := $(shell $(ROOT)/hack/version.sh)
141141

142142
# Default cert-manager version
143-
CERT_MANAGER_VERSION ?= v1.12.2
143+
CERT_MANAGER_VERSION ?= v1.13.2
144144

145145
# E2E configuration
146146
GINKGO_NOCOLOR ?= false

hack/cert-manager.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
CERT_MANAGER_VERSION=v1.12.2
17+
CERT_MANAGER_VERSION=v1.13.2
1818
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/${CERT_MANAGER_VERSION}/cert-manager.yaml

0 commit comments

Comments
 (0)