cert-manager / google-cas-issuer

cert-manager issuer for Google CA Service
Apache License 2.0
77 stars 30 forks source link

No v0.8.0 Helm chart #127

Closed mgoodness closed 9 months ago

mgoodness commented 9 months ago

It seems the v0.8.0 container image was published, but not the accompanying Helm chart version. This is important because RBAC has changed and is missing from v0.7.1 of the Helm chart.

❯ helm repo add jetstack https://charts.jetstack.io --force-update
"jetstack" has been added to your repositories

❯ helm search repo cert-manager-google-cas-issuer
NAME                                    CHART VERSION   APP VERSION DESCRIPTION                                
jetstack/cert-manager-google-cas-issuer v0.7.1          v0.7.1      A Helm chart for jetstack/google-cas-issuer
inteon commented 9 months ago

Sorry @mgoodness will get this fixed ASAP.

inteon commented 9 months ago

@mgoodness the Helm chart should be available now.

mgoodness commented 9 months ago

@mgoodness the Helm chart should be available now.

Thank you!!