Skip to content
Open
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
2 changes: 1 addition & 1 deletion scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ KUBE_CONFIG_PATH="${REPO_ROOT}/k8s/kube-config.yaml"

# Demo deployment versions
# renovate: datasource=github-releases depName=cert-manager/cert-manager
CERT_MANAGER_VERSION="${CERT_MANAGER_VERSION:-v1.21.1}"
CERT_MANAGER_VERSION="${CERT_MANAGER_VERSION:-v1.21.2}"
# renovate: datasource=github-releases depName=cloudnative-pg/cloudnative-pg
CNPG_VERSION="${CNPG_VERSION:-v1.30.0}"
# Derived: bare version and release branch suffix (e.g. v1.29.0 -> 1.29.0, 1.29)
Expand Down