Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
chore(deps): update cert-manager to v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 18, 2022
1 parent b8011fc commit 8b183dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions distribution/cert-manager/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- https://github.com/jetstack/cert-manager/releases/download/v1.4.4/cert-manager.yaml
- https://github.com/jetstack/cert-manager/releases/download/v1.8.1/cert-manager.yaml
- cluster-issuers.yaml

images:
- name: quay.io/jetstack/cert-manager-controller
newName: quay.io/jetstack/cert-manager-controller
newTag: v1.4.4
newTag: v1.8.1
# digest: sha256:c5e61db0facc5fa63b310384f968e294414b976677b550ef5306cc410add2abc
- name: quay.io/jetstack/cert-manager-cainjector
newName: quay.io/jetstack/cert-manager-cainjector
newTag: v1.4.4
newTag: v1.8.1
# digest: sha256:cda85f01dc9beec5b44087065ae6e71bfedddeaf0b0a6a3e67951284debfe342
- name: quay.io/jetstack/cert-manager-webhook
newName: quay.io/jetstack/cert-manager-webhook
newTag: v1.4.4
newTag: v1.8.1
# digest: sha256:414aba29f1428d0e6ab061dc0fac78f7db86ebedda5f45e2b28155f3d6a322fd

0 comments on commit 8b183dd

Please sign in to comment.