[OFFICIAL] cert-manager
See original GitHub issueHi!
We (the cert-manager team) finally managed to have the “Verified” badge on Artifact Hub. Our next step is to become the “official” chart.
↓ | |
---|---|
Repository name | cert-manager* |
Official packages | cert-manager, cert-manager-istio-csr |
Project URL | http://cert-manager.io/ |
Source code URL | jetstack/cert-manager*, cert-manager/istio-csr |
*the cert-manager project is currently hosted under the jetstack
org, but we are in our way moving the project to the cert-manager org as part of the CNCF donation process.
Requirements:
- The repository has already obtained the Verified Publisher status.
- The user requesting the status is the publisher of the repository in Artifact Hub, or belongs to the organization publishing it.
- All official packages available in the repository provide a
README.md
file with some documentation that can be displayed on Artifact Hub.
Related:
FYI @simplyzee
Issue Analytics
- State:
- Created 2 years ago
- Comments:7
Top Results From Across the Web
Installation - cert-manager Documentation
Learn about the various ways you can install cert-manager and how to choose between them. Default static install. You don't require any tweaking...
Read more >cert-manager
cert -manager is a powerful and extensible X.509 certificate controller for Kubernetes and OpenShift workloads. It will obtain certificates from a variety of ......
Read more >Helm - cert-manager Documentation
cert -manager provides Helm charts as a first-class method of installation on both Kubernetes and OpenShift. Be sure never to embed cert-manager as...
Read more >cert-manager Documentation
cert -manager adds certificates and certificate issuers as resource types in Kubernetes clusters, and simplifies the process of obtaining, renewing and using ...
Read more >Kubernetes - cert-manager Documentation
cert -manager runs within your Kubernetes cluster as a series of deployment resources. It utilizes CustomResourceDefinitions to configure Certificate Authorities ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @maelvls 👋
I’ve just noticed that you have published some
alpha
versions for yourcert-manager
chart.This is fine, but I just wanted to let you know that Artifact Hub will offer users to install the latest version available from the installation modal, even if it’s a beta or alpha version. If that’s what you are intending to do, then everything is all right 🙂
Otherwise, you have two options:
You can ignore packages matching certain patters from your repository metadata file. This way,
alpha
orbeta
packages won’t even be visible in Artifact Hub.You can mark the package as
pre-release
using the artifacthub.io/prerelease annotation. In this case, thealpha
orbeta
version will be available but users will be warned that this is a pre-release version both in the installation modal and in the package view.Hope this helps.-
Done!