bradmccoydev / mentoring

This mentoring program is designed to help beginners start there open source and cloud native journey!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Cert Manager Version to 1.7.0

bradmccoydev opened this issue · comments

Update cert-manager version to 1.7.0

This is to be updated in 2 repos

  1. https://github.com/bradmccoydev/argo-demo
  2. https://github.com/ortelius/ortelius-kubernetes

Follow the contributing guide in the mentoring repo for the PR. PR's will not be accepted if you do not follow the guide. eg branch away from main, sign commits etc.

All you need to do is change the version number and nothing else. Line 3 and on the following path:
kube-infra/kustomize/dns-infra/cert-manager/base/kustomization.yaml

Reference to Artifacthub: https://artifacthub.io/packages/helm/cert-manager/cert-manager?modal=install

So you are changing 1.6.1 to 1.7.0

I have made the mentioned changes! @bradmccoydev