Skip to content

Commit

Permalink
update cert-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Aug 17, 2023
1 parent 6ecce4c commit 6418d58
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
19 changes: 16 additions & 3 deletions examples/full-cluster-tf-upgrade/1.24/common-services/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
"cert-manager" = {
name = "cert-manager"
repository = "https://charts.jetstack.io"
version = "v1.4.3"
version = "v1.12.3"
use_remote = true
}

Expand Down Expand Up @@ -159,8 +159,21 @@ resource "helm_release" "cert-manager" {
name = "webhook.image.tag"
value = var.cert_manager_webhook_tag
}
timeout = 180
set {
name = "startupapicheck.enabled"
value = "false"
}
# set {
# name = "startupapicheck.image.repository"
# value = split(":", local.image_output["cert-manager-ctl"].dest_full_path)[0]
# }
# set {
# name = "startupapicheck.image.tag"
# value = local.image_output["cert-manager-ctl"].tag
# }
# timeout = 180
timeout = 600
}
# cert-manager reports ready before the cert-manager-webhook pod
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cert_manager_cainjector_tag = "v1.4.3"
cert_manager_controller_tag = "v1.4.3"
cert_manager_webhook_tag = "v1.4.3"
cert_manager_cainjector_tag = "v1.12.3"
cert_manager_controller_tag = "v1.12.3"
cert_manager_webhook_tag = "v1.12.3"
cluster_autoscaler_tag = "v1.24.0"
istio_tag = "1.10.1"
metrics_server_tag = "0.6.2-debian-11-r9"
Expand Down

0 comments on commit 6418d58

Please sign in to comment.