Skip to content

Commit

Permalink
Merge pull request #13 from morga471/startupapicheck
Browse files Browse the repository at this point in the history
Update cert-manager-ctl references to -startupapicheck
  • Loading branch information
badra001 committed Feb 19, 2025
2 parents 30559d1 + 3c9e7c0 commit f1dd907
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,6 @@
* 2.4.2 -- 2025-02-10
- update extras/datadog-agent image and chart versions
- update DD proxy environment variable names

* 2.4.3 -- 2025-02-18
- update examples/full-cluster-tf-upgrade/1.31/common-services/variables.images.auto.tfvars
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
4 changes: 4 additions & 0 deletions examples/full-cluster-tf-upgrade/README.upgrade-1.30-1.31.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Copy files from 1.31/{path} to eks-{clustername}/{path}
* images.yml
* common-services/main.tf
* common-services/variables.common-services.auto.tfvars
* common-services/variables.images.auto.tfvars

Update `cluster_version` from 1.30 to 1.31 in

Expand All @@ -24,3 +25,6 @@ There is some approach/process to upgrade the version, find it and put it here.

- 1.31.0 -- 2025-01-03
- created brief guide

- 1.31.1 -- 2025-02-18
- updated files to copy

0 comments on commit f1dd907

Please sign in to comment.