Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Oct 14:44
· 63 commits to main since this release
7dcfe53

Installation

kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.11.0/cert-manager.yaml
kubectl wait --for=condition=Available --namespace=cert-manager deployment/cert-manager-webhook --timeout=60s
kubectl apply -f https://github.com/operator-framework/catalogd/releases/download/v0.9.0/catalogd.yaml

Changelog

  • 7dcfe53 (feature): add skip-tls-verify option for image sources (#201)