Skip to content

Commit

Permalink
rmeove cert-manager-ctl, add cert-manager-startupapicheck and update …
Browse files Browse the repository at this point in the history
…cert-manager helm
  • Loading branch information
badra001 committed Jan 3, 2025
1 parent 895b36a commit f14be6e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
3 changes: 2 additions & 1 deletion examples/full-cluster-tf-upgrade/1.31/charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ cert-manager:
metrics-server:
documentation: "https://artifacthub.io/packages/helm/bitnami/metrics-server"
name: "metrics-server"
repository: "https://charts.bitnami.com/bitnami"
# repository: "https://charts.bitnami.com/bitnami"
repository: "oci://registry-1.docker.io/bitnamicharts"
version: "7.3.0"
use_remote: true
4 changes: 2 additions & 2 deletions examples/full-cluster-tf-upgrade/1.31/common-services/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@ resource "helm_release" "cert-manager" {
# }
set {
name = "startupapicheck.image.repository"
value = split(":", local.image_output["cert-manager-ctl"].dest_full_path)[0]
value = split(":", local.image_output["cert-manager-startupapicheck"].dest_full_path)[0]
}
set {
name = "startupapicheck.image.tag"
value = local.image_output["cert-manager-ctl"].tag
value = local.image_output["cert-manager-startupapicheck"].tag
}
# timeout = 180
Expand Down
12 changes: 11 additions & 1 deletion examples/full-cluster-tf-upgrade/1.31/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,19 @@ cert-manager-ctl:
source_registry: "quay.io"
source_image: "jetstack/cert-manager-ctl"
source_tag: null
enabled: true
enabled: false
# tag: "v1.16.2"
tag: "v1.14.7"
cert-manager-startupapicheck:
documentation: "https://cert-manager.io/docs/releases/"
name: "cert-manager-startupapicheck"
image: "quay.io/jetstack/cert-manager-startupapicheck"
dest_path: null
source_registry: "quay.io"
source_image: "jetstack/cert-manager-startupapicheck"
source_tag: null
enabled: true
tag: "v1.16.2"
metrics-server:
documentation: "https://hub.docker.com/r/bitnami/metrics-server/tags"
name: "metrics-server"
Expand Down

0 comments on commit f14be6e

Please sign in to comment.