feat: add k8up crds
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2023-04-24 13:08:26 +02:00
parent 8d627df6ff
commit 1e59f20a3e
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 9 additions and 0 deletions

View File

@ -15,6 +15,8 @@ CERTMANAGER_VERSION := v1.11.1
CNPG_VERSION := v1.19.1
# renovate: datasource=github-releases depName=minio/operator
MINIO_VERSION := v5.0.4
# renovate: datasource=github-releases depName=k8up registryUrl=https://k8up-io.github.io/k8up
K8UP_VERSION := 4.1.0
.PHONY: all
all: clean generate

View File

@ -86,3 +86,10 @@ NAME=minio
WORKDIR="${TMP_CRD_DIR}/$NAME"
SOURCE="https://raw.githubusercontent.com/minio/operator/${MINIO_VERSION}/resources/base/crds/minio.min.io_tenants.yaml"
default_openapi_handler
# K8up
API=k8up.io
NAME=k8up
WORKDIR="${TMP_CRD_DIR}/$NAME"
SOURCE="https://github.com/k8up-io/k8up/releases/download/k8up-${K8UP_VERSION}/k8up-crd.yaml"
default_openapi_handler