Skip to content

Commit

Permalink
Bump cert-manager version v1.13.0 -> v1.14.0
Browse files Browse the repository at this point in the history
Signed-off-by: mevrin <[email protected]>
  • Loading branch information
lekaf974 committed Mar 22, 2024
1 parent 0debe53 commit be7c268
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 @@ -142,7 +142,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 be7c268

Please sign in to comment.