cert-manager / webhook-example

A cert-manager sample repository for creating an ACME DNS01 solver webhook
Apache License 2.0
107 stars 419 forks source link

Update helm template for deprecated APIs #12

Closed rikatz closed 4 years ago

rikatz commented 4 years ago

This changes the Helm Chart templates to remove deprecated APIs and use the stable ones.

rikatz commented 4 years ago

/assign @munnerz

james-w commented 4 years ago

Hi, thanks for the contribution.

When were those stable APIs added?

This is just an example so we don't have to worry about compatibility too much, but it's good to be compatible with the versions that most people are going to be running in the wild.

Thanks,

James

james-w commented 4 years ago

Looking at 1.14:

It has

The others are the cert-manager.io APIs, where we can reasonably assume that people are up to date, so

/lgtm

Thanks!

munnerz commented 4 years ago

/approve

On Wed, 15 Jul 2020 at 09:03, James Westby notifications@github.com wrote:

Looking at 1.14:

It has

The others are the cert-manager.io APIs, where we can reasonably assume that people are up to date, so

/lgtm

Thanks!

— You are receiving this because you were assigned.

Reply to this email directly, view it on GitHub https://github.com/jetstack/cert-manager-webhook-example/pull/12#issuecomment-658612834, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABRWP4ZETLQS5B2LJTSRHLR3VPDRANCNFSM4ODBGR3Q .

jetstack-bot commented 4 years ago

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: munnerz, rikatz

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/jetstack/cert-manager-webhook-example/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment