diff --git a/scripts/common.sh b/scripts/common.sh index 277e4d2..4c1f6b0 100644 --- a/scripts/common.sh +++ b/scripts/common.sh @@ -78,6 +78,6 @@ CNPG_RELEASE_BRANCH="${CNPG_VERSION_BARE%.*}" # renovate: datasource=github-releases depName=cloudnative-pg/plugin-barman-cloud BARMAN_CLOUD_PLUGIN_VERSION="${BARMAN_CLOUD_PLUGIN_VERSION:-v0.12.0}" # renovate: datasource=github-releases depName=grafana/grafana-operator -GRAFANA_OPERATOR_VERSION="${GRAFANA_OPERATOR_VERSION:-v5.23.0}" +GRAFANA_OPERATOR_VERSION="${GRAFANA_OPERATOR_VERSION:-v5.24.0}" source "${REPO_ROOT}/scripts/funcs_regions.sh"