Skip to content

Commit cc612a3

Browse files
authored
Merge pull request #528 from Fedosin/bump_cert_manager
🌱 Bump cert-manager version to v1.14.5
2 parents e5af903 + 26bde5e commit cc612a3

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.13.2
143+
CERT_MANAGER_VERSION ?= v1.14.5
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.13.2
17+
CERT_MANAGER_VERSION=v1.14.5
1818
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/${CERT_MANAGER_VERSION}/cert-manager.yaml

0 commit comments

Comments
 (0)