diff --git a/Makefile b/Makefile index 347ae88..693d237 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,8 @@ FLUXCD_VERSION := v0.41.2 CERTMANAGER_VERSION := v1.11.1 # renovate: datasource=github-releases depName=cloudnative-pg/cloudnative-pg CNPG_VERSION := v1.19.1 +# renovate: datasource=github-releases depName=minio/operator +MINIO_VERSION := v4.5.8 .PHONY: all all: clean generate diff --git a/generate.sh b/generate.sh index e78ce97..d7f0415 100755 --- a/generate.sh +++ b/generate.sh @@ -84,5 +84,5 @@ default_openapi_handler API=minio.min.io NAME=minio WORKDIR="${TMP_CRD_DIR}/$NAME" -SOURCE="https://raw.githubusercontent.com/minio/operator/v4.5.8/resources/base/crds/minio.min.io_tenants.yaml" +SOURCE="https://raw.githubusercontent.com/minio/operator/${MINIO_VERSION}/resources/base/crds/minio.min.io_tenants.yaml" default_openapi_handler