From 4dd0cead8c2e6a559d11aa5fa5305ab2f83cde4a Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 17 Apr 2023 09:24:05 +0200 Subject: [PATCH] fix: add missing versioning for minio crd --- Makefile | 2 ++ generate.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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