Skip to content

Commit

Permalink
Merge pull request #378 from Fedosin/cert_manager_1132
Browse files Browse the repository at this point in the history
🌱 Bump cert-manager version to v1.13.2
  • Loading branch information
k8s-ci-robot authored Jan 8, 2024
2 parents 7ddb93a + cc64b34 commit ca0f42a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ CONTROLLER_IMG_TAG ?= $(CONTROLLER_IMG)-$(ARCH):$(TAG)
LDFLAGS := $(shell $(ROOT)/hack/version.sh)

# Default cert-manager version
CERT_MANAGER_VERSION ?= v1.12.2
CERT_MANAGER_VERSION ?= v1.13.2

# E2E configuration
GINKGO_NOCOLOR ?= false
Expand Down
2 changes: 1 addition & 1 deletion hack/cert-manager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

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

0 comments on commit ca0f42a

Please sign in to comment.