fix: minor issues

This commit is contained in:
Peter 2025-01-21 19:50:11 +01:00
parent e9ae80b94d
commit d02e2d4653
Signed by: prskr
GPG key ID: F56BED6903BC5E37
15 changed files with 513 additions and 216 deletions
test/utils

View file

@ -32,7 +32,7 @@ const (
prometheusOperatorURL = "https://github.com/prometheus-operator/prometheus-operator/" +
"releases/download/%s/bundle.yaml"
certmanagerVersion = "v1.16.0"
certmanagerVersion = "v1.16.3"
certmanagerURLTmpl = "https://github.com/jetstack/cert-manager/releases/download/%s/cert-manager.yaml"
)