Skip to content

Commit

Permalink
Merge pull request #1559 from lekaf974/bump-cert-manager-to-v1-14
Browse files Browse the repository at this point in the history
🌱 Bump cert-manager version v1.13.0 -> v1.14.0
  • Loading branch information
metal3-io-bot authored Mar 26, 2024
2 parents b451c23 + be7c268 commit fc36054
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.13.0",
"cert_manager_version": "v1.14.0",
"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.13.0/cert-manager.yaml
curl --fail -Ss -L -o "${COMPONENTS_CERT_MANAGER_GENERATED_FILE}" https://github.com/cert-manager/cert-manager/releases/download/v1.14.0/cert-manager.yaml
echo "Downloaded ${COMPONENTS_CERT_MANAGER_GENERATED_FILE}"

# Generate Cluster API provider components file.
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/config/e2e_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ variables:
# Pin Calico version
CALICO_PATCH_RELEASE: "v3.25.1"
# Pin CertManager for upgrade tests
CERT_MANAGER_RELEASE: v1.13.0
CERT_MANAGER_RELEASE: v1.14.0
# 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 fc36054

Please sign in to comment.