Skip to content

Commit

Permalink
Merge pull request metal3-io#1159 from Nordix/bump-cert-manager-to-1.…
Browse files Browse the repository at this point in the history
…12.3/sunnat

🌱 Bump cert-manager to v1.12.3
  • Loading branch information
metal3-io-bot authored Aug 30, 2023
2 parents 1253884 + 2fb9296 commit 0c20d35
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ settings = {
"kind_cluster_name": "capm3",
"capi_version": "$CAPIRELEASE",
"kubernetes_version": "$KUBERNETES_VERSION",
"cert_manager_version": "v1.11.1",
"cert_manager_version": "v1.12.3",
"enable_providers": [],
}

Expand Down
2 changes: 1 addition & 1 deletion examples/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ echo "Generated ${METAL3PLANE_GENERATED_FILE}"
echo "Generated ${MACHINEDEPLOYMENT_GENERATED_FILE}"

# Get Cert-manager provider components file
curl --fail -Ss -L -o "${COMPONENTS_CERT_MANAGER_GENERATED_FILE}" https://github.com/cert-manager/cert-manager/releases/download/v1.11.1/cert-manager.yaml
curl --fail -Ss -L -o "${COMPONENTS_CERT_MANAGER_GENERATED_FILE}" https://github.com/cert-manager/cert-manager/releases/download/v1.12.3/cert-manager.yaml
echo "Downloaded ${COMPONENTS_CERT_MANAGER_GENERATED_FILE}"

# Generate Cluster API provider components file.
Expand Down
2 changes: 1 addition & 1 deletion hack/gen_tilt_settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export CAPIRELEASE="${CAPIRELEASE:-$(get_latest_release "${CAPIRELEASEPATH}" "v1
cat <<EOF >tilt-settings.json
{
"capi_version": "${CAPIRELEASE}",
"cert_manager_version": "v1.11.1",
"cert_manager_version": "v1.12.3",
"kubernetes_version": "${KUBERNETES_VERSION:-v1.28.1}"
}
EOF
2 changes: 1 addition & 1 deletion test/e2e/config/e2e_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ variables:
# Pin Calico version
CALICO_PATCH_RELEASE: "v3.25.1"
# Pin CertManager for upgrade tests
CERT_MANAGER_RELEASE: v1.11.1
CERT_MANAGER_RELEASE: v1.12.3
# Default vars for the template, those values could be overridden by the env-vars.
CAPI_VERSION: "v1beta1"
CAPM3_VERSION: "v1beta1"
Expand Down

0 comments on commit 0c20d35

Please sign in to comment.