Skip to content

Update cert-manager-ctl references to -startupapicheck #13

Merged
merged 2 commits into from
Feb 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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