fix: add missing versioning for minio crd
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e0af06f0da
commit
4dd0cead8c
2
Makefile
2
Makefile
@ -13,6 +13,8 @@ FLUXCD_VERSION := v0.41.2
|
|||||||
CERTMANAGER_VERSION := v1.11.1
|
CERTMANAGER_VERSION := v1.11.1
|
||||||
# renovate: datasource=github-releases depName=cloudnative-pg/cloudnative-pg
|
# renovate: datasource=github-releases depName=cloudnative-pg/cloudnative-pg
|
||||||
CNPG_VERSION := v1.19.1
|
CNPG_VERSION := v1.19.1
|
||||||
|
# renovate: datasource=github-releases depName=minio/operator
|
||||||
|
MINIO_VERSION := v4.5.8
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: clean generate
|
all: clean generate
|
||||||
|
@ -84,5 +84,5 @@ default_openapi_handler
|
|||||||
API=minio.min.io
|
API=minio.min.io
|
||||||
NAME=minio
|
NAME=minio
|
||||||
WORKDIR="${TMP_CRD_DIR}/$NAME"
|
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
|
default_openapi_handler
|
||||||
|
Loading…
Reference in New Issue
Block a user