cert-manager / google-cas-issuer

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

Use v-prefixed image tags #190

Closed inteon closed 2 months ago

inteon commented 2 months ago

Similarly to openshift-routes, I would like to change the image tag prefix to "v". This should not affect end-users much, they probably install openshift-routes using the Helm chart which will be updated too. It might affect users that have custom mirroring logic to mirror based on non-"v"-prefixed tags (unlikely).

  -quay.io/jetstack/cert-manager-google-cas-issuer:0.8.0
  +quay.io/jetstack/cert-manager-google-cas-issuer:v0.9.0
inteon commented 2 months ago

replaced by https://github.com/jetstack/google-cas-issuer/pull/192