Skip to content

Commit

Permalink
update references from -ctl to -startupapicheck
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Feb 18, 2025
1 parent 30559d1 commit c8db772
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ wanted_images = [
"cert-manager-controller",
"cert-manager-cainjector",
"cert-manager-webhook",
"cert-manager-ctl",
"cert-manager-startupapicheck",
"metrics-server",
"istio-operator",
"istio-pilot",
Expand Down Expand Up @@ -68,12 +68,12 @@ image_details = {
tag = "v1.16.2"
enabled = true
}
"cert-manager-ctl" = {
name = "cert-manager-ctl"
image = "quay.io/jetstack/cert-manager-ctl"
"cert-manager-startupapicheck" = {
name = "cert-manager-startupapicheck"
image = "quay.io/jetstack/cert-manager-startupapicheck"
dest_path = null
source_registry = "quay.io"
source_image = "jetstack/cert-manager-ctl"
source_image = "jetstack/cert-manager-startupapicheck"
source_tag = null
tag = "v1.16.2"
enabled = true
Expand Down

0 comments on commit c8db772

Please sign in to comment.